-
@mercime replied to the forum topic Adding Dynamic Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 10 months ago
Just make a backup copy of your theme’s functions.php file. That way, if you added the code where you shouldn’t, you can always revert to the original code from your backup.
-
@mercime replied to the forum topic Cant find bb-config.php – installing forums/ bbPress/Forums for Groups in the group Miscellaneous 13 years, 10 months ago
If this is a new installation and you have not created Group Forums before, then you won’t find bb-config.php at all.
If you have created Group Forums before, then you’ll find bb-config.php at the root of the […]
-
@mercime replied to the topic [Resolved] Using theme musiclife will not align. in the forum How-to & Troubleshooting 13 years, 10 months ago
B. CREATE a blank sidebar-buddypress.php file
Open up sidebar-buddypress.php and add the following:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && […] -
@mercime replied to the forum topic Using theme musiclife will not align. in the group How-To and Troubleshooting 13 years, 10 months ago
B. CREATE a blank sidebar-buddypress.php file
Open up sidebar-buddypress.php and add the following:
`?php get_sidebars(‘secondary’); ?
?php if ( bp_is_register_page() ) : ?[…]
-
@mercime replied to the topic [Resolved] Using theme musiclife will not align. in the forum How-to & Troubleshooting 13 years, 10 months ago
@aarc If you’ve revised any of the BP template files transferred to your musiclife theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your musiclife theme […]
-
@mercime replied to the forum topic Using theme musiclife will not align. in the group How-To and Troubleshooting 13 years, 10 months ago
@aarc If you’ve revised any of the BP template files transferred to your musiclife theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your musiclife theme […]
-
@mercime replied to the forum topic Adding dynamic link to main menu Item in the group How-To and Troubleshooting 13 years, 10 months ago
@wpissues please don’t double post. Asked and answered already at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-dynamic-link-to-main-menu-item/
-
@mercime replied to the topic Adding dynamic link to main menu Item in the forum How-to & Troubleshooting 13 years, 10 months ago
@wpissues please don’t double post. Asked and answered already at https://buddypress.org/support/topic/adding-dynamic-profile-link-to-main-menu-item/
-
@mercime replied to the forum topic Adding Dynamic Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 10 months ago
Add this to your theme’s functions.php file
`// Filter wp_nav_menu() to add profile link
add_filter( ‘wp_nav_menu_items’, ‘my_nav_menu_profile_link’ );
function my_nav_menu_profile_link($menu) { […] -
@mercime replied to the topic Adding Dynamic Profile Link to Main Menu Item in the forum How-to & Troubleshooting 13 years, 10 months ago
Add this to your theme’s functions.php file
http://pastebin.com/HSpJNLyV -
@mercime replied to the forum topic Group Avatars for Admins & Moderators in the group Creating & Extending 13 years, 10 months ago
If that’s going to be implemented for all groups, then either you’d need to change a great number of BP template files and change group core functions or create a new group component plugin which will […]
-
@mercime replied to the forum topic Make Avatar on Forum Directory larger in the group How-To and Troubleshooting 13 years, 10 months ago
Yes.
-
@mercime replied to the forum topic Make Avatar on Forum Directory larger in the group How-To and Troubleshooting 13 years, 10 months ago
@b1gft copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/forums/forums-loop.php into child theme folder/forums/forums-loop.php – then change value in line 61 for the poster […]
-
@mercime replied to the forum topic Search bar using Google like W3Schools in the group How-To and Troubleshooting 13 years, 10 months ago
-
@mercime replied to the forum topic Media Sharing / Directory Sorting in the group Third Party Components & Plugins 13 years, 10 months ago
@primocreative check out
– free BP Media (beta) http://code.google.com/p/buddypress-media/
or’
– premium BP Gallery http://buddydev.com/plugins/bp-gallery/ -
@mercime replied to the forum topic Activation Link not showing in the group How-To and Troubleshooting 13 years, 10 months ago
Haven’t ever used GoDaddy. From what I’ve heard, that hosting is not kosher for BuddyPress nor WP Multisite.
-
@mercime replied to the forum topic New Subscribers Not Receiving "new post" emails AND… in the group How-To and Troubleshooting 13 years, 10 months ago
== please create an account to test a couple things ==
@finallyanime Do provide a test username and password which you can delete later.
1. if you’re referring to blog posts, then you’d need to install a […]
-
@mercime replied to the forum topic Can't send a message without a Subject in the group How-To and Troubleshooting 13 years, 10 months ago
Yes.
-
@mercime replied to the forum topic When replying a comment to a Post I get redirected to a activity/reply/ page that is not a page in the group How-To and Troubleshooting 13 years, 10 months ago
@ktown28 I would look at the comments.php file and customization of comment form in functions.php. You could also install the Theme Check plugin and the Log Deprecated Notices plugin to check if your theme is up […]
-
@mercime replied to the forum topic When replying a comment to a Post I get redirected to a activity/reply/ page that is not a page in the group How-To and Troubleshooting 13 years, 10 months ago
@ktown28 change to bp-default theme and see if issue is corrected. If not, could be a plugin conflict.
- Load More
@mercime
Active 5 years, 7 months ago