-
mercime posted on the forum topic Basic footer in the group Creating & Extending: 15 years, 9 months ago
URL of site with example of “good basic footer”?
-
mercime posted on the forum topic followers VS friends in the group How-To and Troubleshooting: 15 years, 9 months ago
@grosbouff There is the BP Followers Plugin by @apeatling for your reference One difference between Friends and Followers is that Friends is in core while Followers feature needs the plugin to be activated. https://wordpress.org/extend/plugins/buddypress-followers/ https://wordpress.org/extend/plugins/buddypress-private-messages-for-followers-only/…[Read more]
-
mercime posted on the forum topic Allow more than one account per e-mail in the group How-To and Troubleshooting: 15 years, 9 months ago
Multiple accounts using one email address is more of a WordPress thing, and it’s not natively supported. There’s a WP plugin that did that https://wordpress.org/extend/plugins/allow-multiple-accounts/ in WP 2.9.2 but reported broken for WP 3.0.
-
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
Add to your theme’s style.css
div#item-header span.activity { display: none; }
This will also hide same in Group’s pagesEdit – ok @hnla that was fast 🙂
-
mercime posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 9 months ago
Hi Anton, no you didn’t miss something, I did … missed the limit “topic” in post because of title “Forum create only available to certain members” 🙂 Change line 38 in https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/groups/single/group-header.php from if ( bp_is_group_forum() && is_user_logged_in() &&…[Read more]
-
mercime posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 9 months ago
@Anton
https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ requires PHP 5.2
https://buddypress.org/community/groups/bp-group-management/ for extra controls -
mercime posted on the forum topic Need Help with Print CSS for Buddypress. PLEASE help. in the group How-To and Troubleshooting: 15 years, 9 months ago
“Now, it simply goes to the top center and is written over by all of the other page”
Increase padding-top of #container to 145px – so that there’s at least 20px space between header image and contentYou’re welcome 🙂
-
mercime posted on the forum topic Uninstalling BP in the group How-To and Troubleshooting: 15 years, 9 months ago
“so something I installed must have done it, if not BP ”
I assure you, definitely not BP 🙂 -
mercime posted on the forum topic Need Help with Print CSS for Buddypress. PLEASE help. in the group How-To and Troubleshooting: 15 years, 9 months ago
Add no-repeat and !important at end of background
#container {
padding-top: 100px;
background: #CEDAF4 url(http://musicpln.org/wp-content/uploads/2010/06/HEADERprint.jpg) top center no-repeat !important; }P.S. Are you sure you want to have a colored background for print.css or white instead as in #ffffff ?
-
mercime posted on the forum topic Is Buddy Press right for our project? in the group Miscellaneous: 15 years, 9 months ago
“Is BuddyPress the right foundation on which to create this site?”
Yes it is. Some features you mentioned are already covered out of the box. Some features would have to be expanded on by your programmer.
– https://buddypress.org/about/story/
– http://en.wikipedia.org/wiki/BuddyPress
– https://wordpress.org/showcase/flavor/buddypress/ -
mercime posted on the forum topic Need Help with Print CSS for Buddypress. PLEASE help. in the group How-To and Troubleshooting: 15 years, 9 months ago
1. Could you check your server if the header image you wanted is indeed at in http://musicpln.org/wp-content/uploads/2010/06/HEADERprint.jpg)
2. If URL path to image is correct, then add opening and closing apostrophe to background image url – I missed adding those, so url(‘http://musicpln.org/wp-content/uploads/2010/06/HEADERprint.jpg’)
3. If…[Read more] -
mercime posted on the forum topic Forum thread not created? in the group How-To and Troubleshooting: 15 years, 9 months ago
From your Groups Admin Page, allow/enable Forums in that group. Basically, BP Forums are Group discussion threads. Each Group has a Forum and the Forums directory page shows the list of all public topics
-
mercime posted on the forum topic WP DashBoard- Replacement for Blogging!… in the group How-To and Troubleshooting: 15 years, 9 months ago
Use Jet QuickPress in main blog – https://wordpress.org/extend/plugins/jet-quickpress/screenshots/
You’ll see that there are areas to input tags, categories and dropdown of which blog/s you want to post to. -
mercime posted on the forum topic Need Help with Print CSS for Buddypress. PLEASE help. in the group How-To and Troubleshooting: 15 years, 9 months ago
@pisanojm disclaimer first – no genius 🙂 In any case, per image you attached 1. Center Graphic in top center of print screen – since #header is display: none; we could tweak #container to show the header image instead #container { padding-top: 100px; background: #CEDAF4 url(http://musicpln.org/wp-content/uploads/2010/06/HEADERprint.png) top…[Read more]
-
mercime posted on the forum topic Uninstalling BP in the group How-To and Troubleshooting: 15 years, 9 months ago
“So is that a default off MU to install in a /blog/ subdir”
No, you might have unpacked MU to the /blog/ subdir. I upload WPMU files and folders in root. -
mercime posted on the forum topic Uninstalling BP in the group How-To and Troubleshooting: 15 years, 9 months ago
“BP seemed to move it into /blog/ subdir.” BuddyPress did not move anything in your installation, even If you defined BP elsewhere than main blog, Backup database, deactivate BP and BP-dependent plugins, then go to your database and delete around 15 tables with : yourprefix_bp_componentname If you need to move WP to root,…[Read more]
-
mercime posted on the forum topic Seeking BuddyPress/Genesis/GenesisBuddy Custom Theme Developer in the group Creating & Extending: 15 years, 9 months ago
You can contact @Andrea_r at http://wpmututorials.com as well
-
mercime posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 15 years, 9 months ago
@1stAngel @MrWiblog my bad, the version of the Secure Invites for WordPress MU working in my WP 3.0 installs is Version: 0.9.6. Strange that that version in not in the other versions page of the plugin
In any case, here’s the code of the plugin I am using. http://wordpress.pastebin.com/LD2vL9rY -
mercime posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 15 years, 9 months ago
@1stAngel – I agree, it’s the one I use for by-invites-only sites, kudos to Chris Taylor. Latest version of WPMU secure invites plugin is working in my WP 3.0 / BP 1.2.5.2 installs and mu-plugins folder fine: WPMU 2.9.2 subdomain install upgraded to WP 3.0. and WP 3.0 multisite subdomain install. What or When do errors […]
-
mercime posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 9 months ago
@boonebgorges is Codex development for current BP 1.2+ only or also include upcoming BP 1.3 where there are changes not only in rendering BP components in Pages but also for creating themes as well? Some quick suggestions re outline: A. Installing and Activating BuddyPress Make sure your WordPress 3.0 (single or multisite) is working. Check that […]
- Load More
@mercime
Active 5 years, 8 months ago