-
mercime posted on the forum topic Find friends option? in the group Third Party Components & Plugins: 15 years, 2 months ago
Basic friends suggestions widget – http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/
-
mercime posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 15 years, 2 months ago
Upgrade of single WP 3.1rc4 to mulisite subdomain as well as BP to latest 1.2 branch successful. Invite anyone is working well. And yes the upgrade to lastest BP 1.2 branch fixed the 3.1 adminbar.
-
mercime posted on the forum topic ”BuddyPress is an absolute beast to theme” – Feedback from WooThemes? in the group Requests & Feedback: 15 years, 2 months ago
I’d like to give credit where credit is due. StudioPress comes to mind as one of the big theme developers who bravely went into BP theme market way before Woo did. Of course way before StudioPress officially did so, there’s WPMUDev who navigated successfully through the waters of bp-sn-parent and the member themes as well […]
-
mercime posted on the forum topic Will BP work with other themes and plugins? in the group How-To and Troubleshooting: 15 years, 2 months ago
continued from and concurrent with https://wordpress.org/support/topic/does-wp-offer-forums-for-wp-sites?replies=10
-
mercime posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 15 years, 2 months ago
Invite Anyone is working in WP 3.1 rc4 – BP 1.2.7 @boonebgorges. Only plugins activated are BP and BP invite-anyone though. Haven’t tested it with all the other rockin’n’rollin BP plugins yet. Also, just tested invitation via invite anyone’s sidebar widget with your email to see if it works. Did it? Oh yeah, must rename…[Read more]
-
mercime posted on the forum topic How to install Buddypress in the group How-To and Troubleshooting: 15 years, 2 months ago
BP Codex is your friend – https://codex.buddypress.org/home/
Must reads
– https://codex.buddypress.org/getting-started/before-installing/
– https://codex.buddypress.org/getting-started/setting-up-a-new-installation/ -
@mercime replied to the topic [Resolved] Change site name in admin bar in the forum How-to & Troubleshooting 15 years, 2 months ago
Yeah, I was in midst of correcting that hopefully before you saw it. Haste made waste.
function my_adminbar_name () {
global $bp;
echo '<a>root_domain . '" id="admin-bar-logo">Welcome Connect</a>';
}
remove_action('bp_adminbar_logo','bp_adminbar_logo');
add_action('bp_adminbar_logo','my_adminbar_name');EDIT – Works when you put this in your…[Read more]
-
mercime posted on the forum topic Change site name in admin bar in the group How-To and Troubleshooting: 15 years, 2 months ago
Yeah, I was in midst of correcting that hopefully before you saw it. Haste made waste.
function my_adminbar_name () { global $bp; echo ' <a>root_domain . '" id="admin-bar-logo">Welcome Connect </a>'; } remove_action('bp_adminbar_logo','bp_adminbar_logo'); add_action('bp_adminbar_logo','my_adminbar_name');EDIT – Works when you put this in your…[Read more] -
@mercime replied to the topic [Resolved] Change site name in admin bar in the forum How-to & Troubleshooting 15 years, 2 months ago
replace that line with
-
mercime posted on the forum topic Change site name in admin bar in the group How-To and Troubleshooting: 15 years, 2 months ago
replace that line with
-
mercime posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 15 years, 2 months ago
Would you like it tested in BP trunk-r4055 and WP 3.1 rc4 as well or only for test installs with current BP/WP versions?
-
@mercime replied to the topic [Resolved] Change site name in admin bar in the forum How-to & Troubleshooting 15 years, 2 months ago
If you don’t have one yet, create file named bp-custom.php and add the code below then upload to server in wp-content/plugins/ folder
<?phpremove_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );
function my_adminbar_name() {
global $bp;
echo '<li><a>root_domain . '">' . Website Connect . '</a></li>';
}
add_action('bp_adminbar_menus',…[Read more] -
mercime posted on the forum topic Change site name in admin bar in the group How-To and Troubleshooting: 15 years, 2 months ago
If you don’t have one yet, create file named bp-custom.php and add the code below then upload to server in wp-content/plugins/ folder
< ?phpremove_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );
function my_adminbar_name() {
global $bp;
echo '<a>root_domain . '">' . Website Connect .…[Read more] -
mercime posted on the forum topic Online Gaming Blog | Sledge Gaming in the group Miscellaneous: 15 years, 2 months ago
spammer @djpaul, @hnla @r-a-y @boonebgorges
-
mercime posted on the forum topic bbPress – admin panel in the group Creating & Extending: 15 years, 2 months ago
If you installed bbPress forums via BuddyPress > Forums Setup – https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/
Or, https://codex.buddypress.org/buddypress-site-administration/using-an-existing-bbpress-installation/
-
mercime posted on the forum topic BP Privacy v1.0-RC1 is now available! in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 15 years, 2 months ago
Thank you @jeffsayre
-
-
mercime posted on the forum topic make a forum on a wordpress page in the group How-To and Troubleshooting: 15 years, 2 months ago
If you want to use a WordPress theme, you have to also install the BP Template Pack plugin.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ -
mercime posted on the forum topic aditional sidebar with widgets on the left? in the group Requests & Feedback: 15 years, 2 months ago
Something like this https://wordpress.org/extend/themes/bp-columns
- Load More
@mercime
Active 5 years, 7 months ago