-
caplain posted on the forum topic Can't remove actions using remove_action() calls in function.php in the group How-To and Troubleshooting: 14 years, 4 months ago
this has been resolved.
-
caplain started the forum topic Need help understanding BuddyPress Template Pack usage in the group How-To and Troubleshooting: 14 years, 4 months ago
I’ve installed and activated the BuddyPress Template Pack, and my buddypress pages are are skinned using my theme, but most of my changes to the BP files in my theme directory are not reflected on the BP pages. For example, I changed every text/label occurance of ‘Group’ to ‘Network’ and ‘group’ to ‘network’, but I […]
-
caplain started the forum topic Can't remove actions using remove_action() calls in function.php in the group How-To and Troubleshooting: 14 years, 4 months ago
I’m trying to remove the buddypress admin bar hooks ‘bp_adminbar_logo’ and bp_adminbar_random_menu. I’ve tried the following in my theme functions.php: remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_logo’); remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100); (I verified the correct $priority) and I’ve tried: add_action(‘bp_…[Read more]
-
caplain started the forum topic Missing links and menus for members – can't see anything about other members in the group How-To and Troubleshooting: 14 years, 4 months ago
I recently added buddypress to my WP blog. The only way I can see anything about other members is if I go to the Members Directory by manually going to /members/ (which I discovered by just snooping – there is no menu item that links to the member directory). There is a link ‘All members’ […]
-
caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting: 14 years, 4 months ago
The only way I can see anything about other members is if I manually go to /members/ (which I discovered by just snooping). There is a link ‘All members’ with a count of members, but the link just goes to the blog root URL.
-
caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting: 14 years, 4 months ago
“member’s single profile” ?? Interesting I don’t know what that is 🙂 Other than the Users page (as admin) I have no visibility of other site users.
-
caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting: 14 years, 4 months ago
So, why does BP have the notion of friends if you need a plugin to invite/add a friend? Thanks!
-
caplain started the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting: 14 years, 4 months ago
Simple question: how do you invite a friend? I’m not seeing a link/button to invite or add friends. I’m using BP with my WP site. Should I be able to add other registered users of my blog?
Is there online documentation on simply how to use Buddypress?
-
caplain posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting: 14 years, 4 months ago
Resolved. My solution (in sidebar.php) has been amended to http://buddypress.pastebin.com/tkUDryN3
Thanks for pointing me in the right direction.
-
caplain posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting: 14 years, 4 months ago
I discovered the problem: I’m using a widgetized theme, so dynamic_sidebar() is being used. Now I have to figure out where that is called to see if I can wrap that in a ‘if(bp_is_blog_page()){}’…
-
caplain posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting: 14 years, 4 months ago
I tried your solution in page.php
if (bp_is_blog_page()) {
get_sidebar();
}My sidebar still appeared on all BP pages.
-
caplain started the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting: 14 years, 4 months ago
Is it possible to exclude my WordPress sidebar from ALL buddypress pages? I’m using my WP theme via the buddypress template pack.
-
caplain joined the group How-To and Troubleshooting 14 years, 4 months ago
@caplain
Not recently active