-
Paul Wong-Gibbs replied to the topic Redirect does not work in the forum Creating & Extending 9 years, 9 months ago
@fail2reap So… after the user sends the registration form, rather than go to the page that says something like “check your email for an activation link”, you want to redirect them somewhere else?
-
Paul Wong-Gibbs replied to the topic Select field in Firefox in the forum How-to & Troubleshooting 9 years, 9 months ago
I’m afraid I still can’t recreate this. I may be misunderstanding it wrong.
Let’s wait for someone else to come along and try to reproduce the problem.
-
Paul Wong-Gibbs replied to the topic Creating User Class Systems Out/Inside Buddypress in the forum Installing BuddyPress 9 years, 9 months ago
Our user details and activity goes into a massive database; however I donβt want this to be impacted by the forum users
If this is absolutely non-negotiable (don’t share the database), you are going to almost certainly have to set up a separate WordPress site, just for your community.
There is one users table in the database, provided by W…[Read more]
-
Paul Wong-Gibbs replied to the topic role field in register form in the forum How-to & Troubleshooting 9 years, 9 months ago
-
Paul Wong-Gibbs replied to the topic bp issues please help in the forum Installing BuddyPress 9 years, 9 months ago
I have heard this report a few times but I have never seen enough detail to figure it out. Often, it goes away when someone creates a page for “activation”, but that has apparently already been done here.
Let me know if you figure anything interesting @danbp π
-
Paul Wong-Gibbs replied to the topic Register LABEL in the forum Requests & Feedback 9 years, 9 months ago
@damndramaqueen Can you take a screenshot?
Are you testing this with Firefox? If so, try another browser. Let me know.
-
Paul Wong-Gibbs replied to the topic Front-End Publishing in the forum Third Party Plugins 9 years, 9 months ago
This is a better question for somewhere on the WordPress.org forums. More people over there, and this isn’t specific to BuddyPress. π
-
Paul Wong-Gibbs replied to the topic Users getting all notification emails except activation email in the forum How-to & Troubleshooting 9 years, 9 months ago
Do other BuddyPress emails get sent?
Do WordPress emails get sent? (comment notification, new user registration, etc). -
Paul Wong-Gibbs replied to the topic Order users by xProfile field value in WP backend in the forum How-to & Troubleshooting 9 years, 9 months ago
Anything’s possible, but the reason it’s not by done by default in the UI is that the field value in the database is a LONGTEXT field and is not indexed. This means a slow DB query if we wrote one, and a site of your scale, you’d notice the (lack of) performance.
It sounds like you’re trying to set member type in bulk, and you were hoping to use…[Read more]
-
Paul Wong-Gibbs replied to the topic How to get custom text before xprofile field output in the forum How-to & Troubleshooting 9 years, 9 months ago
Something like this, maybe? Not tested.
https://gist.github.com/paulgibbs/8c038f59317ef49612db889056e20025
-
sjingo's profile was updated 9 years, 9 months ago
-
Paul Wong-Gibbs replied to the topic How to properly set bcc in all emails? in the forum How-to & Troubleshooting 9 years, 9 months ago
Yes, ^ that should work.
-
Henry Wright replied to the topic [Resolved] Sorry, there was no activity found. Please try a different filter. in the forum How-to & Troubleshooting 9 years, 9 months ago
Which theme are you using?
-
Henry Wright replied to the topic How to properly set bcc in all emails? in the forum How-to & Troubleshooting 9 years, 9 months ago
Try changing this
$bcc = new BP_Email_Recipient( 'myemail@gmail.com' );to
$bcc[] = new BP_Email_Recipient( 'myemail@gmail.com' ); -
Paul Wong-Gibbs replied to the topic Select field in Firefox in the forum How-to & Troubleshooting 9 years, 9 months ago
I’ve set up both types of select box:
Chrome: https://cloudup.com/cazMTZWXnwr
Firefox: https://cloudup.com/cCPPDjoZTKjI see the description with both for both types of field. I don’t understand or see a problem. I think this issue is probably specific to your site, you can probably fix it with some custom CSS.
-
Henry Wright replied to the topic Free theme in development in the forum Showcase 9 years, 9 months ago
@buddycore This looks super cool! Looking forward to seeing it up on GitHub π
-
Henry Wright replied to the topic Update custom table field when posting activity in the forum How-to & Troubleshooting 9 years, 9 months ago
In order to update a custom table you’d need to use the wpdb class.
-
WYDRUKUJEMY.TO's profile was updated 9 years, 9 months ago
-
David Cavins replied to the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago
Hi Kineta-
Your best bet is to start a new topic for support with your issue. In that topic, it would be helpful to know which version of bbPress you’re using, what version of BuddyPress you upgraded from (to 2.6.2) as well as the usual stuff.
Thanks!
-David
-
Kineta replied to the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago
After we upgraded to 2.6.2 yesterday, notifications of replies stopped working on group forums.
- Load More