-
pcwriter posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
Thanks for pointing that out… I hadn’t even noticed that the background of entire xprofile groups was alternating rather than each row. 🙁
The patch for bp-default/_inc/global.js works just fine on my install. -
pcwriter posted an update 13 years, 8 months ago
@boonebgorges I had just been mucking around bp.org, clicking here and there, and I wound up at teleogistic.net where I stumbled upon Anthologize… and my jaw dropped. Simply brilliant! This is definitely going to be a huge time-saver and creativity-sparker for many – myself included. Thanks for spearheading yet another ossum project!
-
pcwriter posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
Yup… I use it every day! 🙂
http://getfirebug.com/ -
pcwriter posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
You can find the CSS for the alternate table rows in buddypress/default.css around line 888.
-
pcwriter posted on the forum topic Need Urgent Help In Resolving Few Problems in site installation. in the group Installing BuddyPress: 13 years, 8 months ago
Your questions are targeting too many topics for a single post. There’s no way anyone can reply and get a helpful discussion going without leading to complete confusion on everything. Please post your questions again, this time splitting them into individual topics.
-
pcwriter posted on the forum topic Mail to group members in the group How-To and Troubleshooting: 13 years, 8 months ago
-
pcwriter posted on the forum topic How To Customize Font of Header in Child Theme in the group How-To and Troubleshooting: 13 years, 8 months ago
@elia.lombardi To customize the header headline, add the following to your child-theme’s style.css file and adjust to taste:
#header h1 a { font-family:Arial,Helvetica,sans-serif; font-size:48px; font-weight:bold; font-style:italic; color:#555555; }
For help with css, a good place to start is here: http://www.w3schools.com/css/default.asp To help…[Read more] -
pcwriter posted on the forum topic User-customizable profile colours in the group Creating & Extending: 13 years, 8 months ago
That sounds like a fun, and not-so-difficult, project to take on. I’m game to give it a shot! I’m busy updating my current projects – themes & plugin – with new features (as well as preparing them for BP1.3), but I could get started on it in a couple of weeks. In the meantime, why […]
-
pcwriter posted on the forum topic Only members get profiles in the group Miscellaneous: 13 years, 8 months ago
@christophG You can do this with the s2member plugin. In the “API/Scripting” section, you’ll find some advanced conditionals that can be added in your theme templates, or included in a custom function. If you’re using s2member, you could try adding this to your theme’s functions.php file… should work anyway 😉 `function…[Read more]
-
pcwriter posted on the forum topic List of all Activity Actions in the group How-To and Troubleshooting: 13 years, 8 months ago
@nuhammadrid Try here:
http://etivite.com/groups/buddypress/hooks/search/component/?c=bp-activity
-
pcwriter posted on the forum topic Changed Hosting Accounts…Files To Modify DB Connection? in the group How-To and Troubleshooting: 13 years, 8 months ago
Didn’t realize bb-config.php also had that info. But I checked and, lo and behold, it does 😉
-
pcwriter posted on the forum topic Changed Hosting Accounts…Files To Modify DB Connection? in the group How-To and Troubleshooting: 13 years, 8 months ago
Buddypress doesn’t connect to the database, WordPress does.
BP is a plugin and will use the same db as WP, but if WP can’t connect, BP won’t work either. -
pcwriter posted on the forum topic Changed Hosting Accounts…Files To Modify DB Connection? in the group How-To and Troubleshooting: 13 years, 8 months ago
@i_banks In your wp-config.php file (root of your site), you’ll see the following lines:
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'your-db-name-here'); /** MySQL database username */ define('DB_USER', 'your-db-username-here'); /** MySQL database password…
[Read more] -
pcwriter posted on the forum topic Menu!!!!! HELP PLZ!!!!! in the group How-To and Troubleshooting: 13 years, 8 months ago
Or you could try a theme that already has that type of menu feature built-in. Two such themes come to mind right off the bat:
Custom Community: http://themekraft.com/theme/custom-community/
BuddyLite: http://buddylite.com/buddylite-basic/If you search Google for Buddypress themes, you`ll likely find many more 🙂
-
pcwriter posted on the forum topic Error Installing Cosmic Buddy and Detox in the group Installing BuddyPress: 13 years, 8 months ago
Have you tried BuddyLite?
http://buddylite.com/buddylite-basic/ -
pcwriter started the forum topic [Resolved] Subnav template tags? in the group Creating & Extending: 13 years, 8 months ago
Can anyone clue me in on how to specify a member profile subnav item?
I’m trying to write a simple function that will add_action if a user tries to visit a uri like this:
http://example.com/members/username/activity/groups/I’ve searched the codex and haven’t found what I’m looking for (yet…) 🙁
-
pcwriter posted on the forum topic Subnav template tags? in the group Creating & Extending: 13 years, 8 months ago
Got it! (Props to @sbrajesh at BuddyDev)
$bp->current_component==BP_ACTIVITY_SLUG && $bp->current_action==BP_GROUPS_SLUG
-
pcwriter posted on the forum topic Categories on a BuddyPress Group Forum in the group Creating & Extending: 13 years, 8 months ago
Global Forums works extremely well, and the support community at BuddyDev is very helpful. The small subscription cost is well worth every penny.
-
pcwriter posted on the forum topic Updating 1.2.8 and Template Pack in the group How-To and Troubleshooting: 13 years, 8 months ago
Nothing has been changed in bp-default theme from Buddypress 1.2.7 to 1.2.8. You can see changes have been made only to core files here:
https://trac.buddypress.org/changeset?old_path=%2Ftags%2F1.2.7&old=3570&new_path=%2Ftags%2F1.2.8&new=4078If you’re unsure about updating, keep a copy of BP1.2.7 handy so you can revert back to it if…[Read more]
-
pcwriter posted on the forum topic Multiple error messages is debug mode in the group Add All Nav Links to BP Adminbar: 13 years, 8 months ago
You can safely ignore those error messages as each “constant” referred to is nothing more than a simple variable whose scope is limited to the code in the plugin files. They won’t affect anything else on your site – and your plugin won’t break either 🙂
- Load More
@pcwriter
Active 1 month ago