-
4ella replied to the topic Tags for forum in sidebar are exceeding width of sidebar in the forum How-to & Troubleshooting 11 years, 5 months ago
I have the same problem as @nickharambee , the code from @chouf1 above doesn’t work for me, where in the templates can I decrease the largest number (should be 42?) somewhere in the templates?
second question where in MySQL database can I remove old spammed forum title tags, they unfortunately remained after removing spammy groups. -
@mercime replied to the topic [Resolved] Hiding navigation links for BuddyPress pages for non-registered users in the forum How-to & Troubleshooting 12 years, 6 months ago
@nickharambee Remove the BP Component Pages you want to make private from the custom menu https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Add the following to your theme’s or child theme’s functions.php file
add_filter( 'wp_nav_menu_items', 'mme_loggedin_only_links'…
[Read more] -
@mercime replied to the forum topic Hiding navigation links for BuddyPress pages for non-registered users in the group How-To and Troubleshooting 12 years, 6 months ago
@nickharambee Remove the BP Component Pages you want to make private from the custom menu […]
-
@mercime replied to the forum topic Problem with site wide forums in the group How-To and Troubleshooting 12 years, 6 months ago
@nickharambee since you have group forums at http://www.yoursite.com/forums/ , to avoid conflict between the group and sitewide forums, need to have a different slug for your sitewide forums, e.g. discussions so the […]
@nickharambee
Active 9 years ago