-
pcwriter posted on the forum topic New theme – sneak preview in the group Creating & Extending: 13 years, 10 months ago
Yup, big updates! Check ’em out at http://BuddyLite.com/
I’m overhauling the BuddyLite theme to bring it up to speed with the premium BuddyBuilder framework.
With BuddyBuilder, you can design, download, edit & share pretty much any style you like. -
pcwriter posted on the forum topic Need help updating a function for BP1.3 in the group Creating & Extending: 13 years, 10 months ago
Well, you answered this one:
https://trac.buddypress.org/ticket/3007Have you thought of a different tack?
-
pcwriter started the forum topic Need help updating a function for BP1.3 in the group Creating & Extending: 13 years, 10 months ago
The following function works well in functions.php for a BP1.2.7 theme I’m developing, but I need a bit of help updating it for BP1.3 The function redirects users to “Group > Forums” as the “landing page” in groups instead of “Group > Home”. `function redirect_to_forum() { global $bp; $path = clean_url( $_SERVER ); $path = […]
-
pcwriter posted on the forum topic Making the "Profile" Tab Open When Viewing a Profile vs "Activity" in the group How-To and Troubleshooting: 13 years, 10 months ago
I just replied to your query at bp-tricks
Here’s the same answer: bp-custom needs to go in your /plugins/ directory, not /buddypress/
Hope it helps! 🙂 -
pcwriter posted on the forum topic Making the "Profile" Tab Open When Viewing a Profile vs "Activity" in the group How-To and Troubleshooting: 13 years, 10 months ago
@thealchemist @zkwc @djpaul Hurray! The code snippet works just fine in functions.php. That’s good news for a theme designer: no worries about a theme overriding a user’s custom configurations in bp-custom.php. Now I’m off to add “Group Landing Page” as an option in my new theme. It’ll be incorporated with the theme’s “Alternate Header” option…[Read more]
-
pcwriter posted on the forum topic Making the "Profile" Tab Open When Viewing a Profile vs "Activity" in the group How-To and Troubleshooting: 13 years, 10 months ago
@thealchemist @zkwc This is a great find! I asked that very same question not too long ago: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-profile-the-default-tab-without-editing-wp-config/ Even posted an enhancement suggestion in trac where I was led to believe it can’t be done.…[Read more]
-
pcwriter posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 13 years, 10 months ago
I just started putting together some template packs for popular plugins to get them working seamlessly with all the features in BuddyBuilder. So far, we have template packs for BP-Gallery and Buddypress Links, and have a suggestion for Jet Event System. Need to update the BP-Links pack to v0.5 though, hadn’t seen that update til […]
-
pcwriter posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 13 years, 10 months ago
Shouldn’t that line be:
if( bp_is_register_page() || bp_is_activation_page() || ($bp->is_directory && $bp->current_component == 'your-links-directory-slug') )
The added param should be between parentheses ‘cuz the “&&” applies only to the “is_directory”, no?
-
pcwriter posted a new activity comment 13 years, 10 months ago
Filtering spam is one thing. Filtering out human wastes of bandwidth is quite another.
-
pcwriter posted an update 13 years, 10 months ago
-
pcwriter posted an update 13 years, 10 months ago
@whoeverthehellthisis
Spam, spam and more spam. Go away!
-
pcwriter posted on the forum topic Buddypress Template File Corresponding… in the group Installing BuddyPress: 13 years, 10 months ago
Uh-oh… here’s another page that looks like it’s getting messed up by some bit of code.
-
pcwriter posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 13 years, 10 months ago
@djpaul – Thank you!
-
pcwriter posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 13 years, 10 months ago
Thanks! “FunkyBuddy” is serious fun! 🙂
I was rummaging through some backgrounds and, when I found that one, well, it was Studio54 time all over again (he says, flashing back to 1978). I just HAD to use it for something! -
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
Lol… got a response in trac… from the same fellow who responded in this thread: can’t be done.
At least now it’s official 😉
-
pcwriter posted on the forum topic Forcing Groups to show "FORUM" first instead of "activity wall" Forcing Profile first instead of act in the group How-To and Troubleshooting: 13 years, 10 months ago
+1
-
pcwriter posted on the forum topic Issue with BuddyPress pages and alignment in the group Installing BuddyPress: 13 years, 10 months ago
Looks like all that code up yonder has somehow done something wacky to this page!
-
pcwriter posted on the forum topic Setting up registration with buddypress and s2member in the group Installing BuddyPress: 13 years, 10 months ago
@ravisahota If you’re running a multisite install with s2member, make sure you’ve enabled ‘Allow Open Registration’. You’ll find the setting under ‘s2member’ > ‘Multisite Config’ > ‘Multisite Registration Configuration’. If you’re running a single site install, I’m not sure where that setting would be located in s2member, but it’s probably in…[Read more]
-
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
OK. Ticket filed for suggested enhancement: https://trac.buddypress.org/ticket/3007
-
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
@djpaul @hnla I’ve tried this every which way but sideways, but can’t get it working either in functions.php. Too bad, it would have made a sweet addition to the theme options. As for reporting it; I don’t think it can be qualified as a bug. At most, an oversight. Maybe the utility of such a function hasn’t […]
- Load More
@pcwriter
Active 1 month ago
It’s strange that Buddypress has got no built in spamfilter yet. Soon maybe?
Filtering spam is one thing. Filtering out human wastes of bandwidth is quite another.