-
pcwriter posted on the forum topic Tutorial: How to edit or translate words in BuddyPress in the group How-To and Troubleshooting: 13 years, 10 months ago
Great tutorial @modemlooper, simple and to the point. Thanks! 🙂
-
pcwriter posted on the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 13 years, 10 months ago
Did you have something specific in mind?
Or are you just encouraging further attempts from my feeble mind? 😉 -
pcwriter posted on the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 13 years, 10 months ago
It’s for a theme I’m developing and yes, I can put it in functions.php (he says, mouth watering in anticipation…)
-
pcwriter posted on the forum topic Issue with BuddyPress pages and alignment in the group Installing BuddyPress: 13 years, 10 months ago
Take a close look at the nested divs: you’ve got a #content with a #container inside, then another #content inside that. That’s likely gonna throw stuff off.
Also, check if the closing
at the top of your file is an oversight, or if it’s required in your theme.
-
pcwriter started the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 13 years, 10 months ago
I’m trying to make ‘Profile’ the default tab in member profiles in my theme, and need to do it without having to edit wp-config. Has anyone figured out a way?
A couple of ways are shown in the following post and both work, but they require editing of wp-config. Not good for me.…[Read more]
-
pcwriter posted on the forum topic Question about updating themes for BP1.3 & WP pages in the group Creating & Extending: 13 years, 10 months ago
Hiya teach!
Definitely going to have to rethink Bp-WP-Navbar for the next update. For now though, I’m concentrating on learning some more basics to get my BP theme framework finished. You can see the support site built with it here: http://buddylite.com/
-
pcwriter started the forum topic Question about updating themes for BP1.3 & WP pages in the group Creating & Extending: 13 years, 10 months ago
Hi to all, This is my first foray into theme building & updating. Loads of fun 🙂 From what I gather, BP1.3 will be using WP pages for its components. Does this mean that themes updated or built for 1.3 will no longer need to contend with ‘Members’, ‘Forums, ‘Groups’, etc as users will be […]
-
pcwriter posted on the forum topic Add Groups directory page to BP navbar in the group How-To and Troubleshooting: 13 years, 10 months ago
-
pcwriter posted on the forum topic all buddypress pages redirect to home after buddypress upgrade in the group How-To and Troubleshooting: 13 years, 10 months ago
For a full list of all changes in Vs 1.2.6 & 1.2.7, see this page:
https://codex.buddypress.org/theme-development/bp-default-theme-changelog/Also, you may want to check if Brajesh has updated Cosmic Buddy for the BP version you’re using:
http://buddydev.com/forums/ -
pcwriter posted on the forum topic Inspired to Say "Thank You!" in the group Miscellaneous: 13 years, 10 months ago
A hearty ‘you’re welcome’ from me!
-
pcwriter posted on the forum topic Converting a Theme for BP Compatibility in the group Creating & Extending: 13 years, 10 months ago
Ain’t learnin’ new thangs fun? 🙂
-
pcwriter posted on the forum topic why must there be _e() everywhere? (a newbie writes) in the group Miscellaneous: 13 years, 10 months ago
Thanks for that.
And here I was thinking it was just ‘shorthand’ for echo() 🙁 -
pcwriter posted on the forum topic Where does the avatar get defined? in the group How-To and Troubleshooting: 13 years, 10 months ago
You can set the default avatar type in your WP backend under ‘Buddypress’ > ‘General Settings’.
-
pcwriter posted on the forum topic Remove "Visit" from the admin bar in the group How-To and Troubleshooting: 13 years, 10 months ago
Did you check the feature options for the plugin under ‘Settings’ > ‘BP-WP-Navbar’?
It can be set to remove only the random menu, without modifying anything else.BTW, I agree that the plugin does have a long-ass-name but, as long as it does what it says it does, does it really matter?
-
pcwriter posted on the forum topic Converting a Theme for BP Compatibility in the group Creating & Extending: 13 years, 10 months ago
Ah, that’s probably it. A div with an id of “sidebar-me” is not defined in your theme’s style.css.
Try changing that line back to
<div id="sidebar" class="col-right">
Then wrap just the the login code in<div id="sidebar-me">
Should do it.
-
pcwriter posted on the forum topic Converting a Theme for BP Compatibility in the group Creating & Extending: 13 years, 10 months ago
Looking at the source of your page, the opening div is nowhere to be seen.
Did you inadvertently delete<div id="sidebar" class="col-right">
? -
pcwriter posted on the forum topic Setting up registration with buddypress and s2member in the group Installing BuddyPress: 13 years, 10 months ago
-
pcwriter posted on the forum topic Is there any plugin for OpenId, Google or Twitter login or sign up? in the group Third Party Components & Plugins: 13 years, 10 months ago
@abhis2.0
Do a search of the plugin repo… there are lots of them.
There’s an Open ID plugin:
https://wordpress.org/extend/plugins/openid/And there’s this one that allows users to login with credentials from 16 different social networks:
https://wordpress.org/extend/plugins/rpx/ -
pcwriter posted on the forum topic Theme-Check results; passed! in the group BP-Default: 13 years, 10 months ago
Thanks! 🙂
-
pcwriter posted on the forum topic Theme-Check results; passed! in the group BP-Default: 13 years, 10 months ago
@djpaul I’ve been going over the changes in trunk (up to r3695… which I think is the most recent?), and I’ve noticed a few major changes such as: – call to load the sidebar template has changed – some new function_exists() calls in functions.php I also spotted at least one nice new security check: !bp_group_is_user_banned() So, […]
- Load More
@pcwriter
Active 1 month ago