-
mercime posted on the forum topic installed buddypress and it took out my blog π in the group Installing BuddyPress: 15 years, 9 months ago
Rename /plugins/buddypress folder to e.g. /plugins/buddy and you’ll get back your site.
-
mercime posted on the forum topic New Component – prayer plugin in the group Creating & Extending: 15 years, 9 months ago
Two things come to mind: 1. Create a new plugin for a customized Prayer component https://wordpress.org/extend/plugins/buddypress-skeleton-component/ https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/ or 2. Why not create a Group called e.g. “Prayers” or “Prayer Requests” instead so that way you rely only on native BP…[Read more]
-
mercime posted on the forum topic i need help with the groups and members over lapping looking like a tree not lining up in the group How-To and Troubleshooting: 15 years, 9 months ago
My bad, replace what I gave above: xx div#sidebar ul.item-list li { clear: left; }
with
ul#groups-list li { clear: left; } -
mercime posted on the forum topic Forum Reply Form – Doesn't show for Group Moderators and Administrators (non-Administrator users) in the group How-To and Troubleshooting: 15 years, 9 months ago
“canβt figure out what happened”
Did you just upgrade WP or BP? Did you add/delete plugin? Did you install new theme?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/ -
mercime posted on the forum topic Top 5 Reasons Why Buddypress May Fail in the group Requests & Feedback: 15 years, 9 months ago
-
mercime posted on the forum topic i need help with the groups and members over lapping looking like a tree not lining up in the group How-To and Troubleshooting: 15 years, 9 months ago
Add to your theme’s style.css
div#content ul.item-list li { clear: left; padding: 20px 0px; }
div#sidebar ul.item-list li { clear: left; } -
mercime posted on the forum topic how to remove the SideBar from registration-page ? in the group How-To and Troubleshooting: 15 years, 9 months ago
At least two ways – assuming you’re using child theme of bp-default: 1. in style.css only body.registration #sidebar { display: none; } body.registration div#content div.padder { margin-right: 0px; border-right: none; } 2. Template change plus one line in style.css copy register.php from bp-default/registration/register.php to your…[Read more]
-
mercime posted on the forum topic Private Intranet in the group Miscellaneous: 15 years, 9 months ago
-
mercime posted on the forum topic Admin Bar is missing / dissapeared in the group How-To and Troubleshooting: 15 years, 9 months ago
1. Did you change settings like BuddyPress > General Settings – Hide for logged out users?
2. Did you change your theme? Did you check if your new theme had wp_footer() in footer.php? -
mercime posted on the forum topic BuddyPress on Separate Blogs in the group How-To and Troubleshooting: 15 years, 9 months ago
@sbrajesh I am happy to stand corrected, thank you π
-
@mercime posted an update 15 years, 9 months ago
-
mercime posted on the forum topic BuddyPress on Separate Blogs in the group How-To and Troubleshooting: 15 years, 9 months ago
“could the activity, groups and forums, and blogs are placed on separate blogs, but the member pages are only on the main blog”
– No, BP components together on main blog or a sub-blog -
mercime posted on the forum topic How can I add my registration form below forum topics? in the group How-To and Troubleshooting: 15 years, 9 months ago
Edit – too many browsers open, wrong post
-
mercime posted on the forum topic Major theme player coming to BP? Justin Tadlock and others starting DevPress. in the group Miscellaneous: 15 years, 9 months ago
@DJPaul “… if not sooner” π
-
mercime posted on the forum topic activity stream on left in the group Creating & Extending: 15 years, 9 months ago
It already is on the left. See bp-default theme used in http://testbp.org/
-
mercime posted on the forum topic Conditionally loading sidebars in the group Creating & Extending: 15 years, 9 months ago
You will need to go over the conditional tags for WordPress and BuddyPress sections
https://codex.buddypress.org/developer-docs/conditional-template-tags/
https://codex.wordpress.org/Conditional_Tags -
mercime posted on the forum topic Major theme player coming to BP? Justin Tadlock and others starting DevPress. in the group Miscellaneous: 15 years, 9 months ago
They’re preparing for BP 1.3 most likely, if not sooner. I think it’s cool that Ptah Dunbar has joined Justin’s team as Ptah already had his own http://wpframework.com/. Cooler still, back from a long absence, Tung Do a.k.a. Small Potato of http://www.wpdesigner.com fame is with them as well. Kudos to them all.
-
mercime posted on the forum topic Can't log into WordPress admin panel – can't invite anyone inside of BuddyPress in the group How-To and Troubleshooting: 15 years, 9 months ago
What did you install before you had that problem? If plugin, rename the folder of the plugin you installed in plugins folder via FTP or cpanel. If that doesn’t work, access your database and check if you’re still admin.
-
mercime posted on the forum topic How to Remove "Active x minutes ago" on Profiles in the group How-To and Troubleshooting: 15 years, 9 months ago
It should be, otherwise you won’t have seen the member Pages
– plugins/buddypress/bp-themes/bp-default/members/single/member-header.phpCopy member-header.php to your child theme following the structure yourchildtheme/members/single/member-header.php and make the change there. If you make a change in bp-default parent theme, the change will be…[Read more]
-
mercime posted on the forum topic Activity Replies: Too much indentation in the group How-To and Troubleshooting: 15 years, 9 months ago
@dwenaus posted a styling work-around a while ago, of course up to a certain extent only … till trac ticket gets addressed
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-calm-down-comment-nesting/
adjust according to taste … - Load More
@mercime
Active 5 years, 8 months ago