-
Paul Gibbs posted on the forum topic Losing Main Blog on the wp_bp_user_blogs table on Activation in the group How-To and Troubleshooting: 15 years, 2 months ago
Everytime I update the BP files and reactivate the plugin, id=1, user_id=1, blog_id=1, is removed from the wp_bp_user_blogs table.So: install BP 1.2.7 on an existing multisite sub-domain. wp_bp_user_blogs has the main blog in it. Then re-activate the plugin and it disappears? Are those the steps so I can test this?
-
Paul Wong-Gibbs posted a new activity comment 15 years, 2 months ago
I’ve replied
-
Paul Wong-Gibbs posted a new activity comment 15 years, 2 months ago
I’m not at my PC at the moment so can’t check, but i’m pretty sure it will include automatically.
-
Paul Gibbs posted on the forum topic A global inbox? in the group Creating & Extending: 15 years, 2 months ago
It’s something I’ve thought about quite a bit. I might try building it into a theme I am working on or perhaps see if it could be considered for an enhancement for BuddyPress 1.4. It is possible but would be a lot of work and so it is unlikely someone will give you a copy-and-paste […]
-
Paul Gibbs posted on the forum topic Need help updating a function for BP1.3 in the group Creating & Extending: 15 years, 2 months ago
It might work, but it’s a really ugly hack 🙂
To sidestep answering your question, i’ll have a look sometime about a default groups page setting. Is there a ticket for this idea anywhere?
-
Paul Gibbs posted on the forum topic How to put avatar upload in registration? in the group How-To and Troubleshooting: 15 years, 2 months ago
Problem then is people can upload graphics without having an activated account. We’ve taken out the pre-activation upload avatar step out of the BP-Default 1.3 (will be shipping in BuddyPress 1.3) theme, but it’d be trivial to put back in or re-order as PJ suggests.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 2 months ago
Look at the Page in /wp-admin/ in the revision history section.
-
r-a-y he is, is I is not ,we is not. (didn’t think to look at revision history)
So do we still need to edit bp-custom to add a define() for the new language file? looks like not so does BP look for/wp-content/languages automagically?
-
I’m not at my PC at the moment so can’t check, but i’m pretty sure it will include automatically.
-
Yep not a worry I’ve tracked back through code – never looked at wp load.php and the wp_lan_dir() function befotre but see how BP has set things up now to mirror it – and to include that directory if exists.
-
-
-
-
Paul Gibbs posted on the forum topic wHere to upload the MO file? in the group Miscellaneous: 15 years, 2 months ago
Recommended location in BP 1.3 will be wp-content/languages/
-
Paul Gibbs posted on the forum topic Duplicate Content: Slash and No Slash at the End of URL in the group Miscellaneous: 15 years, 2 months ago
Probably beyond the scope of what we can do in 1.3. Moving the WordPress filter sounds hacky and best and would probably break someone else’s plugin, so I’d imagine that this would get resolved with the more extensive changes in 1.4.
-
Paul Gibbs posted on the forum topic Bp prevents installing *big-size* plugins? in the group How-To and Troubleshooting: 15 years, 2 months ago
I think R-a-y’s probably right; see about increasing your PHP memory limit.
-
Paul Gibbs posted on the forum topic Does Welcome Pack Slow down emails? in the group Welcome Pack: 15 years, 2 months ago
If you’re talking about the customised email option, unless you’ve got an extremely very small amount of server memory available for PHP (and your site uses most of it “as rest”), Welcome Pack won’t make a difference.
-
Paul Gibbs posted on the forum topic Making the "Profile" Tab Open When Viewing a Profile vs "Activity" in the group How-To and Troubleshooting: 15 years, 2 months ago
pcwriter
Loading that constant has to be done early; I’m not sure without looking if bp-custom.php is early enough or not. If it is, great. I would recommend against overwriting that file from a theme, however. A end-user may have used it to configure settings which would be lost when you overwrite the file. -
Paul Gibbs posted on the forum topic BP Activity comments Vs. WP comments in the group Frontend development & Theming: 15 years, 2 months ago
Ugh, good spot.
-
Paul Gibbs joined the group Frontend development & Theming 15 years, 2 months ago
-
Paul Wong-Gibbs posted a new activity comment 15 years, 2 months ago
We can’t delete accounts but I have marked as spammer
-
Paul Wong-Gibbs posted an update 15 years, 2 months ago
@gunju2221 @gunju2221 hey, just wanted to say thanks for your help replying to recent forum posts 🙂
-
Paul Gibbs posted on the forum topic WHEN CLICK ON MY SITE'S LINK GENERAL PUBLIC only see the wordpress login in the group Installing BuddyPress: 15 years, 2 months ago
A link to your site would also be helpful.
-
Paul Gibbs started the forum topic Welcome Pack and BuddyPress 1.3 in the group Welcome Pack: 15 years, 2 months ago
I’ve spent some time this weekend updating the code of Welcome Pack to bring it up to standard and to add compatibility with BuddyPress 1.3 (which is aiming for the end of January). I will be working on a significant overhaul of Welcome Pack’s email feature, which I’m very excited to see take shape, as […]
-
Paul Gibbs posted on the forum topic language tutorial (please, help me!) in the group Localization: 15 years, 2 months ago
https://codex.wordpress.org/Translating_WordPress has a lot of detail, and whilst that’s about WordPress itself, it’s the same principle.
-
Paul Gibbs posted on the forum topic BuddyPress and webkit browsers (Chrome, Safari…) in the group How-To and Troubleshooting: 15 years, 2 months ago
It must be an problem with your theme. It’s not a core BuddyPress issue.
- Load More
@djpaul
Active 1 month, 3 weeks ago
Yep not a worry I’ve tracked back through code – never looked at wp load.php and the wp_lan_dir() function befotre but see how BP has set things up now to mirror it – and to include that directory if exists.