-
@mercime replied to the topic Import Custom Forum to bbPress in the forum How-to & Troubleshooting 11 years ago
@andygoofyscouk no problem. good luck 🙂
-
@mercime replied to the topic [Resolved] Member Profile Private in the forum How-to & Troubleshooting 11 years ago
@1missrodnee Have you checked out https://wordpress.org/plugins/private-community-for-bp-lite/ ?
-
@mercime replied to the topic [Resolved] Hide certain Admins as being Online in the forum How-to & Troubleshooting 11 years ago
@rastarr I recall some code you can add instead of the plugin posted in same Buddydev.com site in an old post http://buddydev.com/buddypress/stealth-mode-for-buddypress-site-admin-plugin/
Haven’t tested/used it, at least change is_site_admin to is_super_admin.
Also if plugins_loaded doesn’t work, try bp_loaded -
@mercime replied to the topic NEW to BP – multi tierd login in the forum Miscellaneous 11 years ago
@signaturewhips check out http://www.s2member.com/ and the pro version
-
@mercime replied to the topic Import Custom Forum to bbPress in the forum How-to & Troubleshooting 11 years ago
@andygoofyscouk Currently, there are importers for other forums at https://codex.bbpress.org/import-forums/
Best place to ask is at the bbPress forums https://bbpress.org/forums/ -
@mercime replied to the topic Blank Output on Homepage with BP Activated in the forum Installing BuddyPress 11 years ago
@shubh14 It could be plugin conflict with the theme. The best place to ask for assistance is at the plugin’s forums. https://wordpress.org/support/plugin/buddypress-media
-
@mercime replied to the topic [Resolved] Hide certain Admins as being Online in the forum How-to & Troubleshooting 11 years ago
@rastarr
– There’s a free plugin but has not been updated in over 2 years https://wordpress.org/plugins/bp-ninja/
– There’s premium and maintained plugin http://buddydev.com/plugins/bp-stealth-mode-for-site-admin/ -
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 11 years ago
@alleycakes add to your theme’s stylesheet:
#buddypress a.button {
background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f43b32), color-stop(1, #d2231a) ) !important;
background: -moz-linear-gradient( center top, #f43b32 20%, #d2231a 100% ) !important;
-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,…[Read more] -
@mercime replied to the topic [Resolved] Button Issues in the forum How-to & Troubleshooting 11 years ago
@alleycakes It would help if you posted site url as well as a throw-away username and password so volunteers can check it out. If you use Firefox, use Firebug to identify what you need to change http://www.studiopress.com/tips/using-firebug.htm
-
@mercime replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
+1 Boone.
@synaptic as Boone mentioned above, BuddyPress is developed and supported by volunteers. If you’d like to contribute, check out how at https://codex.buddypress.org/participate-and-contribute/
-
@mercime replied to the topic Can't Find My NavBar Code In Frisco Theme in the forum How-to & Troubleshooting 11 years ago
@joelebeau wp_nav_menu)() generates the main navigation and you’d find it in your theme’s header.php file.
<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
-
@mercime replied to the topic remove CSS underline from links (bp default theme) in the forum Creating & Extending 11 years ago
@mehdi-w could you be more specific? Which links in what page/screen?
-
@mercime replied to the topic [Resolved]The redirect which takes logged in users away from site root page in the forum How-to & Troubleshooting 11 years ago
there is a redirect in place which takes members away from example.com when they are logged in.
@henrywright-1 Redirecting logged in members away from home page is not default behavior, so not sure why it’s happening in your installation – plugin scripts?
-
@mercime replied to the topic A Guild Wars 2 guild in the forum Showcase 11 years ago
@isopaha link to site removed per request. I got database connection error.
-
@mercime replied to the topic [Resolved] no support on wordpress latest version in the forum How-to & Troubleshooting 11 years ago
@mayur-hotkar Strange. Where did you download a copy of BuddyPress? Download at https://wordpress.org/plugins/buddypress/
How did it show that ” it shows it contains virus.. So cant b installed”? Where are you hosted? Is your WordPress installed at domain root?
-
@mercime replied to the topic [Resolved] no support on wordpress latest version in the forum How-to & Troubleshooting 11 years ago
@mayur-hotkar are you on a multisite installation? If so, go to Network Admin > Plugins and activate BuddyPress. If you’re on a single WP installation, try to reupload BuddyPress manually, i.e. s/FTP
-
@mercime replied to the topic [Resolved] no support on wordpress latest version in the forum How-to & Troubleshooting 11 years ago
@mayur-hotkar BuddyPress is compatible with WP 3.7.1.
-
@mercime replied to the topic Using thesis+child theme with Bp+Bp theme? in the forum Installing BuddyPress 11 years ago
@speedyworm BuddyPress uses the theme’s page.php to render the BP components. Have not seen a thesis theme for some time. Do check Thesis’s forums if someone already made the child theme for BP Theme Compatiblity already. If the page.php file of a thesis theme has the proprietary templating system where you cannot see the_title() and the_content()…[Read more]
-
@mercime replied to the topic registration on group pages in the forum How-to & Troubleshooting 11 years ago
Check out http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/
Not quite clear about registration in group. Default is that if the plugin above is activated, once a user Joins (not registers) a group, the member cannot join any more groups.
-
@mercime replied to the topic Rackspace Hosting in the forum Requests & Feedback 11 years ago
@jf_trumpet if its VPS and Managed WP Hosting, check out
http://www.dreamhost.com/dreampress/?gclid=CPXzm5nU6roCFaE1Qgod03IA3g - Load More
@mercime
Active 4 years, 2 months ago