-
@mercime replied to the forum topic Activating existing users in the group How-To and Troubleshooting 13 years, 7 months ago
Two plugins which look current and could help you https://wordpress.org/extend/plugins/activate-users-in-buddypress/ and https://wordpress.org/extend/plugins/wp-approve-user/
As usual, the following disclaimer […] -
@mercime replied to the forum topic Need Help With Alignment in the group Creating & Extending 13 years, 7 months ago
@cleaus please start a new topic for your own theme and I’ll help you there.
-
@mercime replied to the topic Bp Compatability help needed in the forum Creating & Extending 13 years, 7 months ago
code has been updated and posted at http://wp.me/p1I84P-3r
-
@mercime replied to the forum topic Bp Compatability help needed in the group Creating & Extending 13 years, 7 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 Bp Compatability help needed in the group Creating & Extending 13 years, 7 months ago
Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your paradise theme folder in server during the compatibility process.
If you’ve […]
-
@mercime replied to the topic Bp Compatability help needed in the forum Creating & Extending 13 years, 7 months ago
Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your paradise theme folder in server during the compatibility process.
-
@mercime replied to the forum topic Need Help With Alignment in the group Creating & Extending 13 years, 7 months ago
@newbie2011 we have a list of “template-packed” WordPress themes @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
If you need assistance for […]
-
@mercime replied to the forum topic Need Help With Alignment in the group Creating & Extending 13 years, 7 months ago
@newbie2011 just saying that it would be easier creating two files instead of changing 16 BP template files since you’re fortunate that your theme’s HTML structure allows it. See an example of how it was done […]
-
@mercime replied to the forum topic Upgrading from 1.2.8 to 1.6.1 via 1.5.6? in the group How-To and Troubleshooting 13 years, 7 months ago
@spuntotheratboy I upgraded an installation from BP 1.2.5 / WP 3.0 but I did it step by step, watching up for WP upgrades as well as the BP compatible upgrades.
The first thing I did before the first upgrade […]
-
@mercime replied to the forum topic Aligment problem on Pinboard theme in the group Creating & Extending 13 years, 7 months ago
@sciencefiction68 glad it’s working out for you, good news 🙂
Marking this as resolved. -
@mercime replied to the forum topic No ”Create Group” link in the group How-To and Troubleshooting 13 years, 7 months ago
The link to create a group (if group creation is enabled) is available on the groups directory page in bp-default theme. If you want to add the link to your custom theme, the relevant code is in this line […]
-
@mercime replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 7 months ago
@kissandim you’re welcome. glad you resolved it on your own 🙂
-
@mercime replied to the forum topic How do I get rid of the page error at the top of the screen please in the group How-To and Troubleshooting 13 years, 7 months ago
I see. Could you check what you have in your Settings Readings – Front Page? Is it set to default or something else? Set it to default settings. If that doesn’t work, download a copy of BuddyPress to hard […]
-
@mercime replied to the forum topic bbpress forums in the group How-To and Troubleshooting 13 years, 7 months ago
@nickyernstsen Pages Add New, choose the full-width template of your theme, if any, add title of the forum, then post the shortcode
in text area or any or a mix of the available shortcodes […] -
@mercime replied to the forum topic How do I get rid of the page error at the top of the screen please in the group How-To and Troubleshooting 13 years, 7 months ago
Re-run Settings > Permalinks to other than default setting. BuddyPress requires pretty permalinks.
-
@mercime replied to the forum topic User Groups, Members, Activate, Register pages are not working. in the group Installing BuddyPress 13 years, 7 months ago
== I had to include index.php in the permalink and it is working now. ==
Yeah. I don’t believe that’s going to work with BuddyPress. See how it was resolved for user with Windows server in this thread without […]
-
@mercime replied to the forum topic [Resolved] Pages not found after installing BuddyPress on IIS7 in the group Installing BuddyPress 13 years, 7 months ago
You’re welcome. Marking this as resolved.
-
@mercime replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 7 months ago
Thank you @modemlooper I’m sure many users will be delighted by the addition 🙂
-
@mercime replied to the topic Adding Dynamic Profile Link to Main Menu Item in the forum How-to & Troubleshooting 13 years, 7 months ago
@kissandim didn’t get the notification. Just in case you haven’t found the solution yet, just move $profilelink before the $menu, therefore the last three lines should look like this:
$menu = $profilelink . $menu;
return $menu;
}@cpinsd if you have more than one custom menu in your theme, find out the ‘theme_location’=>’???’ of that specific…[Read more]
-
@mercime replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 7 months ago
@kissandim didn’t get the notification. Just in case you haven’t found the solution yet, just move $profilelink before the $menu, therefore the last three lines should look like this:
`$menu = $profilelink . […] - Load More
@mercime
Active 5 years, 7 months ago