-
Paul Wong-Gibbs replied to the topic Open Source Theme: Your Voice is Needed in the forum Creating & Extending 8 years, 3 months ago
I think design by committee does not work. 🙂
-
Paul Wong-Gibbs replied to the topic Image not saving in xprofile textarea field in the forum How-to & Troubleshooting 8 years, 3 months ago
“get” filters don’t modify data on input/on save, which is when KSES is normally run.
Off-hand I don’t know which filter does this, I’d suggest looking through the top of the bp-xprofile-filters.php file and comment them out until you find the one that lets you do what you want.Then hopefully you/we can modify that filter, somehow, once we know…[Read more]
-
Paul Wong-Gibbs replied to the topic Duplicate xProfile Field on Edit Profile Page in the forum How-to & Troubleshooting 8 years, 3 months ago
Yes. There’s some sort of bug in the W3 Total Cache’s object cache file. Last time a few of us looked into it, we didn’t figure out what the problem was. However, we tested several other object cache loaders (I think https://github.com/tollmanz/wordpress-pecl-memcached-object-cache and https://wordpress.org/plugins/wp-redis/) and the problem did…[Read more]
-
Paul Wong-Gibbs replied to the topic Conflicts with BuddyPress and Pemanent Links in the forum How-to & Troubleshooting 8 years, 3 months ago
If you set permalinks to something not-default, and then visit a wordpress blog post on your site, does it work?
-
Paul Wong-Gibbs replied to the topic Using plugin for online gaming community with heavy site traffic in the forum Installing BuddyPress 8 years, 4 months ago
> Whats the maximum visitors you can have on a site using your plugin and wordpress
There is no easy answer for this. WordPress runs well on a variety of small to extremely large sites. Scalability comes down to the exact code being run on the site, the amount of traffic and user interaction, and the infrastructure supporting the site.
Using a…[Read more]
-
Paul Wong-Gibbs replied to the topic Setting up BuddyPress in a multisite enviroment in the forum How-to & Troubleshooting 8 years, 4 months ago
The member filtering isn’t going to work like that by default. You’d need to write some code, though I think it’d work.
The bigger question for you is to decide how you want the BuddyPress/social data to behave across all these sites. You either want to activate BuddyPress network-wide in WordPress, or consider enabling multiblog mode:…[Read more]
-
Paul Wong-Gibbs replied to the topic change email sent on event creation in the forum How-to & Troubleshooting 8 years, 4 months ago
This is definitely not a message sent by the main BuddyPress plugin. I agree with @danbp above.
-
Paul Wong-Gibbs replied to the topic Enbeded feature not working in the forum Installing BuddyPress 8 years, 4 months ago
Do you have an example link we can look at? Is your site public?
-
Paul Wong-Gibbs replied to the topic Trouble with BuddyPress on secondary blog in the forum How-to & Troubleshooting 8 years, 4 months ago
Hmm. Those are notices (from Visual Composer, and a buddypress.php file in your theme, and from the WP_Widget_Moon_Phases widget), not fatal errors, so unlikely to be breaking the site, and unfortunately shed no light on what might be happening. Not sure.
On your multisite – is BuddyPress network activated?
p.s. even if this was working, all the…[Read more]
-
Paul Wong-Gibbs replied to the topic Lost access to my site in the forum How-to & Troubleshooting 8 years, 4 months ago
This is also not BuddyPress related.
-
Paul Wong-Gibbs replied to the topic Keyboard shortcuts in the forum Installing BuddyPress 8 years, 4 months ago
There are no keyboard shortcuts in the default templates.
-
Paul Wong-Gibbs replied to the topic Trouble with BuddyPress on secondary blog in the forum How-to & Troubleshooting 8 years, 4 months ago
If you get a white screen, that means a fatal PHP error. Can you set the define back, visit the site (to trigger the error), and then look in your PHP error log? Let us know what it says.
-
Paul Wong-Gibbs replied to the topic PHP 7.0 compatibility in the forum Installing BuddyPress 8 years, 4 months ago
Should be working fine.
-
Paul Wong-Gibbs replied to the topic Bp Emails not recognising {{recipient.name}} in the forum How-to & Troubleshooting 8 years, 4 months ago
recipient.username
will probably? only work if the recipient has a user account on the website. They most likely won’t when the email’s sent, which is one reason why it might not work.I’ll test this myself after work, and if so, try to think up a solution.
-
Paul Wong-Gibbs replied to the topic Multisite in the forum Installing BuddyPress 8 years, 4 months ago
Do you want the look/feel to be different for each site — sharing the same data — or do you want a distinct social network running on each site?
-
Paul Wong-Gibbs replied to the topic bp_activity_add strips html in the forum How-to & Troubleshooting 8 years, 4 months ago
The
content
property is run through KSES and the permitted HTML tags are set here: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-activity/bp-activity-filters.php#L206You COULD unhook this function from the filter (see: lines 16-25, same file) but I would not recommend it, because other people will use this to inject malicious…[Read more]
-
Paul Gibbs updated the Version 2.5.0 page, on the BuddyPress Codex 8 years, 4 months ago
Version 2.5.0 is a major BuddyPress feature release.
For Version 2.5.0, the database version (_bp_db_version in wp_options) was 10469, and the Trac revision was 10625. Read the full ticket log […]
-
Paul Wong-Gibbs replied to the topic PHP Fatal error on BP 2.6.1 activation in the forum Installing BuddyPress 8 years, 4 months ago
Yep, we missed a bug in testing. Will be fixed in 2.6.1.1 release later today.
We’re very sorry.
Bug report is https://buddypress.trac.wordpress.org/ticket/7153
-
Paul Wong-Gibbs replied to the topic Too Many Redirects when activating BuddyPress in the forum Installing BuddyPress 8 years, 4 months ago
Yep, we missed a bug in testing. Will be fixed in 2.6.1.1 release later today.
We’re very sorry.
Please see linked thread above from @slaffik so we can update everyone in one place.
-
Paul Wong-Gibbs replied to the topic [Resolved] Using sub domains in connection with a main domain, Possible? in the forum Creating & Extending 8 years, 5 months ago
Sure. Use WordPress in multisite mode (alongside a domain mapping plugin), and then activate BuddyPress network-wide.
- Load More
@djpaul
Active 2 months, 2 weeks ago