-
mercime replied to the forum topic Advanced settings for group forums? in the group How-To and Troubleshooting 14 years, 7 months ago
== are polls and “likes” hard to make? ==
Let’s just say it’s not easy and that it takes time to make. There are polls and likes WP plugins. Getting them to work with BP i.e. show up in activity […] -
mercime replied to the forum topic BuddyPress 1.5 Resources: Tutorials, Videos and Info in the group Installing BuddyPress 14 years, 7 months ago
@karmatosed adding your post 🙂 https://codex.buddypress.org/releases/
-
mercime replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending 14 years, 7 months ago
@jcampbell120 you can paste the code at pastebin.com, click submit, copy the generated URL and post it here. Cheers.
-
mercime replied to the forum topic Same installs Same server, two diferent results in the group How-To and Troubleshooting 14 years, 7 months ago
WP 3.1 (Fantastico Install)
WordPress should be installed manually i.e. via FTP, cpanel, etc. and NOT via webhost scripts which bring about numerous issues when BuddyPress is activated. https://codex.buddypress.org/getting-started/before-installing/#system-server […]
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 14 years, 7 months ago
@gregfielding my bad, that code above was for BP 1.5 beta 3 and this only prevents the adminbar.css from being enqueued via wp_head. So you can definitely use your own adminbar.css by @import in style.css of child […]
-
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 14 years, 7 months ago
@tntag Good for you 🙂 and thanks for sharing your discovery, didn’t know that.
Cheers! Kampai! Salud!
-
mercime replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending 14 years, 7 months ago
@jcampbell120 99.9% of those who help out at buddypress.org are volunteers and what you’re asking for cannot be done within 10 minutes. If you’re […]
-
mercime replied to the forum topic multiple Problems with my buddypress…. in the group How-To and Troubleshooting 14 years, 7 months ago
@ribena_wrath re sidebar below content: Looks like you closed a div too soon. If you require assistance, open up your theme’s page.php, copy […]
-
mercime replied to the forum topic Custom Community and WP 3.2.1 in the group How-To and Troubleshooting 14 years, 7 months ago
I suggest you post this issue at theme dev’s forums at http://themekraft.com/groups/custom-community/forum where the theme devs @svenl77 and <a href='https://buddypress.org/community/members/konradS/' […]
-
mercime replied to the forum topic Help with this Fatal Error Message . . . in the group Installing BuddyPress 14 years, 7 months ago
Recommend that you post this in that plugin’s section which Stas Sușcov, the plugin author, usually checks out https://buddypress.org/community/groups/buddypress-courseware/forum/
-
mercime replied to the forum topic Getting started with BuddyPress in multisite in the group Installing BuddyPress 14 years, 7 months ago
Upper right hand corner of dashboard, you’ll find the link to network admin in dropdown. http://wpmu.org/wordpress-3-2-bring-back-your-network-admin-link-with-our-free-plugin/
-
mercime replied to the forum topic Using Buddypress search rather then WordPress search in the group How-To and Troubleshooting 14 years, 7 months ago
Lines 89-95 from bp-default theme’s header.php https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-themes/bp-default/header.php contains the search.
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 14 years, 7 months ago
@gregfielding disregard previous post … to disable BP’s Admin Bar aka buddybar, just add this to functions.php
remove_action( 'bp_init', 'bp_core_load_buddybar_css' ); -
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 14 years, 7 months ago
You can deregister adminbar.css and adminbar-rtl.css by adding this to functions.php
`//Deregister enqueued admin styles
function greg_deregister_admin_styles() {
wp_deregister_style( ‘bp-admin-bar’ );
wp_deregister_style( […] -
mercime replied to the forum topic BuddyPress theme with bbPress templates in the group Miscellaneous 14 years, 7 months ago
Just to clarify, the bbPress you’re referring to is the plugin, right? Because bp-default theme and BP themes in WP repo and premium do already add pages/style for internal bbPress forum bundled with BuddyPress.
-
mercime replied to the forum topic How to change the link to a user profile ? in the group How-To and Troubleshooting 14 years, 7 months ago
-
mercime replied to the forum topic How to change the link to a user profile ? in the group How-To and Troubleshooting 14 years, 7 months ago
BP Codex is your friend https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/ look for “Change the default tab opened when looking at a user’s profile ”
-
mercime replied to the forum topic How to use blog posts within buddypress in the group How-To and Troubleshooting 14 years, 7 months ago
What theme are you using? What are the links in your main nav at this time? Or, this might just be what you need http://www.nathanrice.net/blog/creating-a-blog-page-with-paging/ – with a reminder to delete spaces between < and […]
-
mercime replied to the forum topic Multisite Help? in the group BuddyPress Groupblog 14 years, 7 months ago
Have you checked out this “group blog” plugin for single WP installs http://buddydev.com/buddypress/blog-categories-for-groups-plugin/
- Load More
@mercime
Active 5 years, 7 months ago