-
Paul Barthmaier (pbrocks) replied to the topic Compatible with Enfold in the forum How-to & Troubleshooting 7 years, 8 months ago
I don’t know what this means? Link?
I just see in the page of enfold that retirano
I don’t see how it loses compatibility with BuddyPress. AFAIK out of the box, Enfold doesn’t really have it. It needs to be customized in the child theme.
-
Paul Barthmaier (pbrocks) replied to the topic Custom Member Tab in the forum Creating & Extending 7 years, 10 months ago
Starting point is https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
But adding a full function looks like:
/**
* adds the profile user nav link
*/
add_action( 'bp_setup_nav', 'add_calendar_2_bp_nav_item' );
function add_calendar_2_bp_nav_item() {
global $bp;$args = array(
'name' => __( 'Calendar',…[Read more] -
Paul Barthmaier (pbrocks) replied to the topic change bp from activated to network activated in the forum How-to & Troubleshooting 7 years, 10 months ago
Why do you say you should have network-activated BuddyPress?
-
Paul Barthmaier (pbrocks) replied to the topic Get rid of Activity Tab on Member Profile in the forum Installing BuddyPress 7 years, 10 months ago
I think you’ll want something like this:
add_action( 'bp_actions', 'remove_members_activity_tab', 5 );
function remove_members_activity_tab() {
global $bp;
bp_core_remove_nav_item( 'activity' );
}which should remove the tab, but it’ll also remove the whole navigation if Activity is set as the default. To make sure that doesn’t happen, add…[Read more]
-
Paul Barthmaier updated the Template Hierarchy page, on the BuddyPress Codex 8 years, 2 months ago
A detailed look at theme compatibilities template hierarchy
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if […]
-
pbarthmaier joined the group BuddyPress Wiki Component 13 years, 1 month ago
-
pbarthmaier replied to the forum topic When users register their site is on the subdomain of BuddyPress not the main site… in the group How-To and Troubleshooting 13 years, 2 months ago
So, what do you reckon I do, just wait for release? Or should I just Network Activate? I don’t understand why I can’t even see the plugin on subdirectories.
-
pbarthmaier replied to the forum topic When users register their site is on the subdomain of BuddyPress not the main site… in the group How-To and Troubleshooting 13 years, 2 months ago
@PaulGibbs – What does this answer mean? Do you mean 1.2.5? I thought the current version is 1.2.10. I currently have the latest version installed. but I can only see it on the network admin. I can’t see it on […]
-
pbarthmaier posted on the forum topic BuddyPress, Wishlist, and WordPress 3.01 in the group Installing BuddyPress: 13 years, 8 months ago
Hey guys, I’m looking at integrating Buddypress to an existing site that uses Wishlist Member and I’m hoping to hear that you’ve tried it and all is fine. Looking forward to hearing great news!!
-
pbarthmaier joined the group Installing BuddyPress 13 years, 8 months ago
-
Paul Barthmaier (pbrocks) posted an update 14 years, 4 months ago
@blackphantom Hi Peter, is it possible to have a counter for a character limit on WordPress.org Activity Stream so users can meter their posts without having to manually count every time?
-
pbarthmaier joined the group Tweetstream 14 years, 4 months ago
-
pbarthmaier posted on the forum topic how to change settings page template in the group Creating & Extending: 14 years, 5 months ago
r-a-y, can my users alter a child theme without having ftp access? I can’t see having to do this for everyone who wants to adjust their navigation or whatever they want to customize.
-
pbarthmaier joined the group Creating & Extending 14 years, 5 months ago
-
Paul Barthmaier (pbrocks) posted an update 14 years, 5 months ago
@blackphantom Hi Peter, I posted to the support forum, but when I updated this am, Tweetstream stopped working for everyone except the main blog. http://authenticis.net, WP2.9.2, BP 1.2.3.
-
pbarthmaier posted on the forum topic Tweetstream (twitter plugin) Beta testers needed! in the group Third Party Components & Plugins: 14 years, 5 months ago
Peter, same configuration here as Greg Fielding from housingstream. Running MU 2.9.2 and BP 1.2.3. I upgraded this am, activated site-wide, to no avail. Thoughts?
-
pbarthmaier joined the group Third Party Components & Plugins 14 years, 5 months ago
-
pbarthmaier joined the group Group Documents 14 years, 6 months ago
-
pbarthmaier joined the group CubePoints Buddypress Integration 14 years, 6 months ago
@pbarthmaier
Active 4 years, 10 months ago