-
pcwriter posted on the forum topic Setting up registration with buddypress and s2member in the group Installing BuddyPress: 13 years, 10 months ago
Oops! Just noticed this thread is 5 months old 🙁
Make sure registration is enabled for your site.
For single WP install, go to ‘Settings’ > ‘General’ and check ‘Anyone can register’.
For a multisite install, go to ‘Super Admin’ > ‘Options’ and select an option at ‘Allow new registrations’. -
pcwriter posted on the forum topic Setting up registration with buddypress and s2member in the group Installing BuddyPress: 13 years, 10 months ago
@cdragin There is actually a rather easy way to accomplish what you want done.with s2member. New users are redirected to the homepage upon activation of their account. Using s2member’s API/Scripting, it’s quite simple to set up a page to display different content to not-logged-in visitors and logged-in members whose subscription level=0 (free…[Read more]
-
pcwriter posted on the forum topic Theme-Check results; passed! in the group BP-Default: 13 years, 10 months ago
That’s fantastic news! Now we’ll get to see (hopefully) an incoming tide of really cool child-themes in the repo.
And I just happen to have one that needs updating 🙂
-
pcwriter started the forum topic BuddyBuilder Theme Construction Framework for Buddypress launching soon in the group Creating & Extending: 13 years, 10 months ago
Hi all! I’ve been working hard these last couple of months on a new theme project: BuddyBuilder. What is BuddyBuilder, you ask? Well, it’s more than just a theme, it’s a theme construction framework. With over 100 customization options, you can create, save and share as many custom styles as your imagination allows. It’s in […]
-
pcwriter posted on the forum topic Remove ’Notification’ link in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
You’re right… I hadn’t enclosed the code in backticks, and that almost always causes formatting issues when using copy/paste.
I’m glad evertything worked out 🙂 -
pcwriter posted on the forum topic Remove the "DashBoard" from the adminbar in the group How-To and Troubleshooting: 13 years, 10 months ago
If you have any other suggestions for the plugin, please let me know here:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/forum/topic/what-would-you-like-to-see-in-the-next-update/ -
pcwriter started the forum topic What would you like to see in the next update? in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
Hi all! I’ve been busy the last few months designing a new BP theme, and a BP theme construction framework. Launch is set for January 15th. (Sneak peek here: http://buddylite.com ) I’ll soon be updating Add-All-Nav-Links-to-BP-Adminbar and have a short list of new things I want in it. But the real question is: what do […]
-
pcwriter posted on the forum topic Remove ’Notification’ link in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
David is right. It looks like you used curly quotes or, worse, backticks. Make sure you use single, straight quotes in your code.
-
pcwriter posted on the forum topic Remove ’Notification’ link in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
@oneearth It’s best to never edit core files, or you’ll lose all your changes as soon as you update Buddypress. If you simply copy functions.php from bp-default into your child-theme, you will get all kinds of errors. That’s the only file in your child-theme that must be wholly unique. See the bottom of this page for […]
-
pcwriter posted on the forum topic Main menu drop downs reload same page in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
I’ll see what I can do, but offer no guarantees 😉
-
pcwriter posted on the forum topic How to show notifications of replies to activity posts in the group How-To and Troubleshooting: 13 years, 10 months ago
Thanks! I had missed that one!
-
pcwriter posted on the forum topic What’s coming in the next release? in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
@oneearth The next update will include more extensive CSS customization (to make your new menu look really awesome), and a cleaner stylesheet. I’m not really sure when that will be though as I’ve been very occupied lately with a new theme design: 100% customizable with a barrelfull of cool options. It’s a premium theme, but with […]
-
pcwriter posted on the forum topic Remove ’Notification’ link in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
No need to edit any page files… and you’d have a hard time finding which ones because it’s not dependent on any page 😉 Simply add the following to the functions.php file in your child-theme (this cancels out the add_action in bp-core-adminbar.php):
remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_notifications_menu’, 8 );
Voilà:…[Read more]
-
pcwriter posted on the forum topic Screenshots & demos wanted! in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
You’re welcome!
Great example of the plugin in action… and a highly enjoyable site too 🙂 -
pcwriter posted on the forum topic Blog posts on page template… how to? in the group How-To and Troubleshooting: 13 years, 11 months ago
Bingo! A straight copy/paste of the given example worked like a charm.
A bit of customization and voilà… I’m a happy camper!
Thanks 🙂
-
pcwriter started the forum topic Blog posts on page template… how to? in the group How-To and Troubleshooting: 13 years, 11 months ago
Hi all, I’ve got a bit of a puzzle: I’m trying to get blog posts to display below the content on a WP page assigned to a custom template. The problem is that the code to fetch the blog posts simply fetches the page content a second time — if (have_posts()) : while (have_posts()) : […]
-
pcwriter posted on the forum topic Member Blogs localization in the group How-To and Troubleshooting: 13 years, 11 months ago
-
pcwriter posted a new activity comment 13 years, 11 months ago
Unfortunately no, I haven’t gotten any closer to finding a solution. I’m still a very wet-behind-the-ears n00b when it comes to debugging code or hunting down glitches!
I am however sure it has to do with how
do_action( 'bp_nav_items' )
fetches its main site info. I think someone much more knowledgeable than I could shed some light on… -
pcwriter posted on the forum topic redirecting to homepage O_o? in the group Add All Nav Links to BP Adminbar: 13 years, 11 months ago
What version of WP are you running now… and what version of the plugin?
-
pcwriter posted on the forum topic Way to disable admin bar on certain themes? in the group How-To and Troubleshooting: 13 years, 11 months ago
The adminbar is triggered by the call to wp_footer. So make sure that call is present in your theme.
- Load More
@pcwriter
Active 1 month ago
FYI I wrote to Brajesh in the BP Gallery Forums and here’s what he said and it did work for the galleries plugin.
Hi Mark,
Sorry I missed your earlier post.
This is a small issue using site_url instead of bp_getroot_domain(), I have fixed it in the trunk. An update will come by 11 AM PST today.
For now, if you want, please open…[Read more]