Search Results for 'wordpress'
-
AuthorSearch Results
-
July 28, 2009 at 4:15 pm #50194
In reply to: add_submenu_page & __FILE__ problem
grosbouff
Participantadd_submenu_page( 'bp-core.php', __( 'Classifieds Setup', 'classifieds' ), __( 'Classifieds Setup', 'classifieds' ), 2, "bp-classifieds", "bp_classifieds_siteadmin_screen" );gives me the url
bp-classifieds.php is my main file and is under /plugins…
July 28, 2009 at 3:07 pm #50187In reply to: WordPressMU on multi-DB do people use?
Jeff Sayre
ParticipantYou need to ask that question on the Premium WPMU site. It is a 3rd-party project not supported by Automattic.
If you want a free multiple database engine, you can use HyperDB. This site runs on HyperDB. WordPress.com runs a highly-modified version of HyperDB.
Here are a series of articles written by Trent Adams, one of the BuddyPress moderators, that detail how to configure HyperDB:
July 28, 2009 at 1:53 pm #50180In reply to: Comments won't display on main blog
hatiro
ParticipantI had a similar issue after upgrading to the latest stable version. Comment link worked in additional blogs not using bp-home theme, but didn’t work on main blog, simply clicked on comment link and got nothing.
Searched forums and this was the second post that was similar to my problem, but none of the solutions fixed it. After a bit of playing I noticed..
In the dashboard there is a check box on the right hand side of the main edit blog admin page in a box called Blog Themes next to: WordPress mu Homepage. After checking this [active] check box, comments worked and were visible after clicking in the main blog..
This may make sense to those suffering the same problem, sorry if its not that clear.
July 28, 2009 at 5:28 am #50160ajonesma
ParticipantI have this one on my plugin list and I have it activated sitewide but when I go to the ‘Invite Friends’ page and check one of the services it comes up without a username/email or password box? I am using version 0.8 of this plugin and Buddypress 1.0.3 and WordPress MU 2.8.2
July 27, 2009 at 6:45 pm #50140In reply to: get_blog_option(): Fatal error
coldjippie
ParticipantSorry, but I forgot to say that I use WordPress 2.8 and the newest version of BuddyPress
Thanks,
coldjippie
July 27, 2009 at 2:51 pm #50127Lriggle
ParticipantI don’t believe we have any issues with sub domains in that respect. We’ve had users sign up to the site and create blogs at the same time, and the blogs and their sub-domains seem to be created and work just fine. We’ve also manually created blogs (not via buddypress but in WPMU) and those also work just fine.
@Brajesh Singh
Here are the plugins we have activated:
– WordPress Video Plugin
– Buddypress
– BPDEV Core
— BPDEV Flickr
— BPDEV YouTube
– Featured Member Widget
July 27, 2009 at 12:14 pm #50114In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterDavid Lewis,
Give the BuddyBar for bbPress plugin a try.
July 27, 2009 at 9:55 am #50107In reply to: Looking for Sample Content
John James Jacoby
KeymasterThere’s a plugin like this to populate WPMU content, but not one for BuddyPress yet.
Keep your eyes on the “WPMU Demo Data Creator” and see if the author updates his plugin to include BuddyPress.
July 27, 2009 at 9:30 am #50102In reply to: CCmixter + BuddyPress = Yesmate!
John James Jacoby
KeymasterThere’s lots of ways to build bridges between platforms, but no one usually does it until they need to do it themselves.
I’ve never seen ccHost until now, and as powerful as it looks, it really looks like a competing project compared to what WordPress/bbPress/BuddyPress already attempts to do, with the help of plugins of course.
People have built integrated logins for phpBB and vBulletin, so I imagine someone could do this for you too.
July 27, 2009 at 9:23 am #50100In reply to: Login Problem on the Front Page of Forum
John James Jacoby
KeymasterCreate a page in your MU root blog called “forum” and leave it empty. Right now when the WordPress .htaccess file see’s a redirect to domain.com/forum/ it denies it saying the page doesn’t exist. Creating the page on your MU root blog will satisfy the .htaccess file, and still route to your bbPress installation.
Tricky eh?
July 27, 2009 at 8:45 am #50085In reply to: Login Problem on the Front Page of Forum
John James Jacoby
KeymasterHave you created a page in your root MU blog called “forum” by chance? Also, it kind of sucks but because bbPress pretty permalinks use “forum” to tell the URL that you’re clicking a forum, having your URL be domain.com/forum/forum/name-of-forum is the reason why most people install bbPress in “/forums/” or something else like “/support/” or “/discussion/”
What I’m saying is that it might just be that bbPress or WordPress are getting tripped up on what the redirect is, and maybe conflicting somehow?
July 27, 2009 at 8:34 am #50083John James Jacoby
KeymasterBurt Adsit made a plugin called bpGroups that was able to consolidate the essential user data, but with recent changes to XMLRPC, BP, and bbPress, my guess is that plugin no longer works as expected.
To be honest, WordPress has never really been “light” if you know what I mean, at least not like bbPress is. If you’re using the BuddyPress Group Forums, then you probably have a lot of userdata already available from previous queries in the loop. If you’re using bbPress only and trying to get specific userdata or xprofile data, that’s going to usually require some expensive queries to pull off; I would look at how bbPress already does it with userdata per post, and see how it’s able to to do it. Chances are it’s already been called or that the userdata has already been grabbed previously. If you don’t use an IDE like netbeans to trace variable values, then try a print_r or var_dump of the user variable in the loop, and see what it gives you.
July 27, 2009 at 12:27 am #50072In reply to: Can't Create New Blogs
kengary
ParticipantSo guess what fixed it?
I changed the folder where WordPress mu was installed from /blogs/ to /blog/ and now it works Ok.
If I had installed it in the root directory there would have been no problems.
But look at what the WordPress mu installation instructions say…
“If you want to have your WordPress MU installation in its own subdirectory on your web site (e.g. http://example.com/blogs/), rename the directory wordpressmu to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress MU installation in a subdirectory called “blog”, you should rename the directory called “wordpressmu” to “blog” and upload it to the root directory of your web server.”
Notice their first “example” is /blogs/’ and then in their second example they just say /blog/. I went with the first reference because I liked it better.
The BuddyPress documentation just says get WordPress mu working and then BuddyPress will work. I never saw anywhere that it said, “Oh, by the way…just don’t install it in a subfolder called /blogs/ or it will get confused by the redirects we do in /members/blogs/ and it won’t work so don’t do that.”
I’m being sarcastic. This is probably a bug or an unforseen situation (really?) but anyway, whether or not this would have affected anyone else it is what fixed it for me.
July 26, 2009 at 11:52 pm #50071In reply to: Can't Create New Blogs
kengary
ParticipantSo…I re-installed and when it was just WordPress mu without BuddyPress it works. The page for creating blogs is /blogs/wp-signup.
I could add users and those users could go to that page and create a blog.
So I re-enabled BuddyPress and it went back to sending them to /blogs/members/username/blogs/create-a-blog as the address on all of the links to create the blog but when you click on (or even type it directly into the browser) you always end up at just /blogs/members/username no matter what. It’s being redirected for some unknown reason.
Is this not ringing any bells for anyone on what this problem might be?
July 25, 2009 at 11:43 pm #50045In reply to: Can't Create New Blogs
Rohan Kapoor
ParticipantIt would be best for wordpress mu if it was installed in the document root. As in not the /blogs/ but directly.
July 25, 2009 at 11:35 pm #50044In reply to: Forum Integration: HELPING HINTS
Rohan Kapoor
ParticipantYou can use the same admin account. BTW: I have mastered Deep Integration to the point of making the forum fit into ANY WordPress Theme! Take a look at http://wpmu.zyrot.com/forums/ for a demo. And no, I’m not using Iframes, it’s all themed!
July 25, 2009 at 4:05 pm #50029In reply to: buddypress + WordPress MU Domain Mapping
Unsal Korkmaz
Participanti am using bbpress 1.0.1 + buddypress 1.0.3 + wpmu 2.8.2 latest versions..
July 25, 2009 at 3:54 pm #50027In reply to: buddypress + WordPress MU Domain Mapping
Paul Wong-Gibbs
KeymasterHmm, that’s strange. I can log in on my mapped domain OK. (just tested and it worked)
July 25, 2009 at 3:37 pm #50025In reply to: buddypress + WordPress MU Domain Mapping
Unsal Korkmaz
Participantwell.. ok i can surely understand but problem is.. no one can login in sinemasite.com.. so.. we cant update site because we cant reach dashboard
July 25, 2009 at 3:33 pm #50022In reply to: buddypress + WordPress MU Domain Mapping
Paul Wong-Gibbs
KeymasterFirst of all, this is not to do with working with BuddyPress – if you just run WPMU, you’ll find exactly the same thing happens. WPMU Domain Mapping works fine, as I use it on my site.
The “problem” is that your web browser remembers that you are logged in because of cookies. Cookies can only be read/written by pages on the same domain, therefore an authentication cookie on domain1.com can’t be read on domain2.com.
July 25, 2009 at 3:27 am #49999In reply to: Custom Default Member Page
teros0805
ParticipantSorry to see nobodies felt the need to comment on this thread for a week friend. I’m having the same problem trying to figure this out. Without a fairly straightforward way to customize the default site page I’m going to be forced to look at alternatives to WPMU/Buddypress.
I’m sure theres got to be a way – i’ve seen examples of some cool buddypress sites – but my dream of MU and Buddypress being even close to as easy and straightforward as WP is are fading fast. It seems, still, like this set up is very much a patched together affair.
I don’t mind putting in some time…..Every script or combination of scripts has some learning curve. Maybe wordpress (just the blog) has spoiled me with its most excellent documentation and straightforward usage, styling, etc.. but I’ve been having drupal flashbacks for the last 24 hrs since trying to set up a WPMU/BP test site.
July 24, 2009 at 9:59 pm #49988In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
Andy Peatling
KeymasterThere is a bug in WPMU 2.8.2 that will not allow site wide plugins to be deactivated:
July 24, 2009 at 5:50 pm #49985In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
localwpmu
MemberThis topic mentioned the same issue of not being able to deactivate buddypress 1.0.3 plugin after upgrade. https://buddypress.org/forums/topic/fatal-error-after-upgrading-to-wordpress-mu-282-and-buddypress-103
July 24, 2009 at 2:34 pm #49976In reply to: Spam despite disabled registrations and Askimet
plrk
ParticipantIf you have disabled registration on your WordPress MU installation, and users are still signing up, you may have forgotten that if you are running group forums you have a bbPress installation that synchronizes users with the WordPress MU installation. Disable registration in bbPress and you should be good to go.
July 24, 2009 at 2:12 pm #49971In reply to: Spam despite disabled registrations and Askimet
Windhamdavid
Participantthe fbc_get_avatar() error is from the facebook connect… it’s been addressed somewhere else in the forums. ..it’s been fixed. The spam.. the user “LnddMiles” is not just on buddypress sites, so it’s a spambot that looks for open registrations.
You should add a captcha or math problem to your registration page to divert these.
-
AuthorSearch Results