Search Results for 'buddypress'
-
Search Results
-
I’m busy creating my theme and although I’m getting some success with some of it I’m hitting a wall with the activity area.
I have followed the child theme process by adding the directory to my theme eg /my_theme/buddypress/members/single/home.php I modified the markup and it worked fine, but when I try and perform the same edit with the activity directory /my_theme/buddypress/activity/ the page breaks.
Anyone got experience with this?
BP 1.7.1
I can’t figure out how out how to get my homepage to replicate what the registration page does in buddypress, so that it redirects to activity when you try and click on it logged in?
Am using WP 3.6 and Buddypress 1.7
Am writing a plugin that adds a new tab to the profile page for a user. In this page custom fields are shown that allows users to add Options to their wp_[siteid]_options table. Can anyone tell me where i can find the hook for doing insert/update/delete for this?
Appreciate any help!
Hi,
I not sure how to explain my issue but I would try my best to describe it. Site on localhost.
Default buddypress menu have
Activity
Profile
Messages 0
Friends 0
Groups 0
Settings
and the menu is on a straight line.But as i install plugin for buddypress, they add on to the menu like “buddypress follow” plugin – the followers and following menu item, the menu have no space and it break into the second line and the second line menu item overlap the first line menu item.
Any way to style the menu? like break some distance and not overlapping?I followed the steps here: http://codex.buddypress.org/theme-compatibility/ but for some odd reason my theme (Avenue) seems to be ignoring or overriding the buddypress css files. (I hit refresh a bagillion times, just to make sure it wasn’t a caching issue).
I’d actually like the reverse to happen where within the content area Avenue’s theme’s css gets thrown out in favor of buddypress’.
Any ideas on why the steps in the theme-compatibility aren’t working?
Command C is a Brooklyn-based development studio specializing in BuddyPress. Our projects begin at 10K and go up from there. If you have a high caliber BuddyPress project you need help with, please feel free to contact us at info at commandc dot com.
Topic: Members welcome email fix
I create many sites by Buddypress and Multisite, after sending the mail I do not want to trigger the email notice out of network site, just like the activation email notification that their registration website. Help me.
Topic: Importing Blog Activity
I’ve tried Boone’s plugin, but it definitely doesn’t work for 1.7.1 – is there another option or possibility of importing previous blog activity into BuddyPress?
Hey everyone!!
I need to show only certain profiles if either of 2 custom check boxes are checked.I have no idea how to do this. I know WordPress and PHP, but Buddypress is alluding me. I’ve tried Googling but nothing is helping.
I’ve taken the code from Members Loop and I have all 4 members(more to come) displayed.
I thought I could modify the top part of the code like this:
while ( bp_members("custom_field" === "checked") ) : bp_the_member();Can anyone help me modify that code to show only members that have either 1 of the 2 or both check boxes?
Topic: Incorrect Group Forum Name
I have BuddyPress 1.7.1 and bbPress 2.3.2 installed, and I have both group forums and main forums enabled. However, my group forums all display the name of the first forum from my main forums listing, and give the ‘contains x topics and y reply’ from that forum as well, yet still correctly displays the topics posted in the group forum. Is there any conflict between the two plugins that woul cause?
Topic: [Resolved] Page templates
Hey, I’m having an issue assigning a custom page template to the Buddypress page (eg Groups).
It keeps taking the standard page.php even after I select the custom page template in the page.
Anyone else getting this?