-
@mercime replied to the forum topic Fatal error upon activation – undefined function bp_site_name() in the group Installing BuddyPress 13 years, 10 months ago
That was a bug – https://buddypress.trac.wordpress.org/ticket/3724 and fixed in trunk. If you know how to make the change –> https://buddypress.trac.wordpress.org/changeset/5298
-
@mercime replied to the forum topic I'm not getting a register button or page. in the group Installing BuddyPress 13 years, 10 months ago
What theme are you using?
Did you enable registration in dashboard menu Settings > General – Membership ? -
@mercime replied to the forum topic Easel Theme – Buddypress Alignment problem in the group How-To and Troubleshooting 13 years, 10 months ago
== I am still left with one problem in the main posts area of the webpages. The Buddypress bar that displays “Activity Profile Messages Friends Groups Settings” gets cutoff half way through the ‘Settings’ by my […]
-
@mercime replied to the forum topic The comment option don't work… in the group How-To and Troubleshooting 13 years, 10 months ago
Change to bp-default theme and see if issue is corrected.
-
@mercime replied to the forum topic sign up error page in the group How-To and Troubleshooting 13 years, 10 months ago
If you’re using BP 1.5.6 with WP 3.4, you should have gone through the BuddyPress Installation Wizard after activating BuddyPress.
If you did not, go to dashboard menu BuddyPress Pages and create or assign […]
-
@mercime replied to the forum topic Profile fields and Activity Stream not working. in the group How-To and Troubleshooting 13 years, 10 months ago
Usually a custom theme issue. Change to bp-default theme and check if issue is corrected.
-
@mercime replied to the forum topic how can i manage buddypress's navigation baar in the group Installing BuddyPress 13 years, 10 months ago
@waseem-tubasum not clear on which and what navigation bar you’re referring to. Is it the main navigation beside the site title/logo? If so, what theme are you using?
-
@mercime replied to the forum topic Custom menu problems in BuddyPress default and child themes in the group Creating & Extending 13 years, 10 months ago
== The extra classes are gone now, but the menu is still showing up as a bullet list. ==
The menu was never rendered as bullet list so I don’t understand what you mean that it “is still showing up as bullet […]
-
@mercime replied to the forum topic Updating to WP3.4 -BuddyPress causing problems in the group How-To and Troubleshooting 13 years, 10 months ago
@richardpd please start a new topic with the forums issue. If I recall, you had group forums already working and sitewide forum was problematic.
-
@mercime replied to the forum topic Members Page doesnt show users in the group Miscellaneous 13 years, 10 months ago
== there appears the numbers of registeres users, but doenst appear the list of users… ==
This is normal. BuddyPress has not “recorded” their membership yet, so your users need to log in at least once after […]
-
@mercime replied to the forum topic ERROR: Your account has been marked as a spammer in the group How-To and Troubleshooting 13 years, 10 months ago
Not sure, first time I’ve seen this. Upgrade via wp-admin or upload manually
-> to latest version BuddyPress 1.5.6
-> to latest version bbPress 2.0.3 (if you’ve got sitewide forums) -
@mercime replied to the forum topic [Resolved] Associate a WordPress Page with each BuddyPress component directory issue in the group How-To and Troubleshooting 13 years, 10 months ago
You’re welcome 🙂 Thank you for marking this as resolved.
-
@mercime replied to the forum topic Easel Theme – Buddypress Alignment problem in the group How-To and Troubleshooting 13 years, 10 months ago
== However I can’t find how to open the forums, register, or activate pages at the top of my website to make a test account.==
You’re getting quite off-topic here. This is not related to Easel theme in any […]
-
@mercime replied to the forum topic Change Buddypress theme? in the group How-To and Troubleshooting 13 years, 10 months ago
First of all, since you’re new to BuddyPress I suggest that you use the bp-default theme during Installation Wizard or later via dashboard menu Appearance Themes while you’re setting up and exploring the […]
-
@mercime replied to the forum topic Profile style switcher for each user in the group How-To and Troubleshooting 13 years, 10 months ago
There’s also a plugin you can use/modify http://buddydev.com/plugins/bp-custom-background-for-user-profile/
-
@mercime updated the Version 1.5.6 page, on the BuddyPress Codex 13 years, 10 months ago
On June 13, 2012, BuddyPress 1.5.6 was released to the public. This is a maintenance update for WordPress 3.4.
For Version 1.5.6, the database version (bp-db-version in wp_options) was 3820, and the Trac […]
-
@mercime replied to the forum topic Help with Step 3 – ClearVideo theme – BP Template Pack in the group Installing BuddyPress 13 years, 10 months ago
B. At the bottom of the same 16 files, replace:
!-- .padder --
!-- #content --
?php do_action( '//DIFFERENT HOOKS' ); ?
?php get_sidebar( 'buddypress' ); ?
?php get_footer( 'buddypress' ); ?with […]
-
@mercime replied to the forum topic Help with Step 3 – ClearVideo theme – BP Template Pack in the group Installing BuddyPress 13 years, 10 months ago
Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your wp-clearvideo theme folder in server during the […]
-
@mercime replied to the forum topic Custom menu problems in BuddyPress default and child themes in the group Creating & Extending 13 years, 10 months ago
@andrearessell … then you also add this to your theme’s functions.php file:
`// Remove classes in custom menu list
add_filter(‘nav_menu_css_class’, ‘mme_css_attributes_filter’, 100, […] -
@mercime replied to the topic Custom menu problems in BuddyPress default and child themes in the forum Creating & Extending 13 years, 10 months ago
@andrearessell … then you also add this to your theme’s functions.php file:
// Remove classes in custom menu list[Read more]
add_filter('nav_menu_css_class', 'mme_css_attributes_filter', 100, 1);
add_filter('page_css_class', 'mme_css_attributes_filter', 100, 1);
function mme_css_attributes_filter($var) {
return is_array($var) ? array_intersect($var,… - Load More
@mercime
Active 5 years, 7 months ago