Search Results for 'buddypress'
-
Search Results
-
Several people, myself included, have had issues with cropping avatars once they’ve been uploaded. After doing some plugin testing I discovered that “Dynamic Content Gallery” (http://www.studiograsshopper.ch/wordpress-plugins/dynamic-content-gallery-v2/) causes a conflict. This plugin uses SmoothGallery which in turn runs on MooTools.
As many know, Mootools has conflicts with jQuery which is the script used for avatar cropping. I think the problem occurs because of the way Dynamic Content Gallery loads its script into wp_head. I believe this problem can possibly be resolved using the “jQuery.noConflict” command. However since I’m not familiar with javascript, I don’t know how to do it.
The Dynamic Content Gallery plugin is a very important part of several WordPress themes, so just disabling it isn’t really an option. But of course, I also want the the ability to crop my avatars. Any solutions?
FYI:
I’m running WP MU 2.6.5, the latest stable version of BuddyPress (not the trunk), and using the “Revolution Church” theme (http://www.revolutiontwo.com/themes/church).
Hiya, I would love to use some of the BuddyPress functionality with classic WordPress rather than MU though since that’s not currently a possibility I’m hoping to re-purpose MU a little bit. Rather than my users getting their own blog I’d simply like them to become members of the core blog and contribute posts which I believe to be possible.
Question. The Blogs component of BuddyPress – does this only “allow the search and aggregation of blogs, posts and comments for any site member” for separate member blogs or does this also include posts/comments of core MU blog members?
Has anyone else tried to re-purpose MU to act more like classic WordPress with Buddypress? If so – be interested to hear from you and what you’ve achieved.
Thanks,
Al
Topic: svn access for translation
Hi All, Andy
Happy New Year!
My question is:
You can create a section in svn where access to insert the various translations of buddypress be entrusted to the various sites that translate this wonderful project?
Topic: Home theme loads Blank
Topic: bbPress creates a back door
From what I can tell, *anyone* can register for an account to your BuddyPress site if they navigate directly to the directory where bbPress lives. This is even if you have “Allow new registrations” disabled in your WPMU site admin. Apparently bbPress doesn’t have a way to turn off new registrations (or at least I am not seeing it).
I’ve tried password protecting the forum directory, but that breaks forums.
I’ve read about hacks to disable registrations, but I fear that also will break the forums. (though, for the record, I’m not against implementing hacks.)
Any ideas?
Topic: Listing Of add_actions hooks
I’ve already written BuddyPress building blocks and components, and about to wrap up the Auto Suggest plugin for BuddyPress. This question goes out to seasoned WordPress plugin makers… is there a complete list of all possible add_action hooks? Seems to be the one thing in my plugin-building arsenal that i’m missing. Please refer me to the best links or online references.
Thanks in advance.