-
Henry Wright replied to the topic Auto delete unactivated user in the forum How-to & Troubleshooting 9 years, 4 months ago
@henrywright thanks for the suggestion, but it does not serve well to my expectation.
Ah, that’s a shame!
I don’t think I’ve seen a plugin around that will do exactly what you need. I think you might have to write some custom code to get this done 🙁
-
Henry Wright replied to the topic On login redirect to users profile page based on language in the forum How-to & Troubleshooting 9 years, 4 months ago
The snippet I wrote wasn’t designed for copy and pasting. You’d need to modify it to your requirements using PHP.
-
Henry Wright replied to the topic On login redirect to users profile page based on language in the forum How-to & Troubleshooting 9 years, 4 months ago
In that case you’d base your condition on the chosen language value. Here’s an example:
// You'll get $lang from your language switcher plugin.
if ( $lang == 'thai' ) {
// Redirect to Thai
} else {
// Redirect to English
} -
Henry Wright replied to the topic Auto delete unactivated user in the forum How-to & Troubleshooting 9 years, 4 months ago
Take a look at Unconfirmed.
-
Henry Wright replied to the topic Create activity records for old blog posts in the forum How-to & Troubleshooting 9 years, 4 months ago
Does anyone have a function that loops through old posts and generates activity records?
What do you mean by an activity record? Do you mean any kind of activity? Like let’s say, a change of profile photo
-
Henry Wright replied to the topic On login redirect to users profile page based on language in the forum How-to & Troubleshooting 9 years, 4 months ago
How does the user select the language?
-
Henry Wright replied to the topic How to create search box on my Software website in the forum Creating & Extending 9 years, 4 months ago
Try asking specific questions relating to exactly what you’re trying to do.
-
Henry Wright replied to the topic How to create search box on my Software website in the forum Creating & Extending 9 years, 4 months ago
Try asking specific questions relating to what exactly you’re trying to do.
-
Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 9 years, 4 months ago
Their basic plan offers 5GB of web space, 50GB of monthly bandwidth
This sounds reasonable. The key point here is they’ve said upgrading is easily done. That’s important because you’re able to scale as your website gains popularity.
-
Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 9 years, 4 months ago
In my opinion, there’s no point using a sledge hammer to crack a nut so I wouldn’t go crazy to begin with. Hosts are generally able to scale with your needs. So, you could choose a basic VPS package to start and then monitor usage. If at any point you feel you need more horsepower then upgrade. If your host has good support, they’ll do this for…[Read more]
-
Henry Wright replied to the topic Add users to groups based on email address in the forum How-to & Troubleshooting 9 years, 4 months ago
These are the steps:
Write a function which adds a user to a group
Hook the function to an appropriate hook which fires on successful registrationNotes:
groups_join_group()
is the function you’ll need to use to add new members to a group. It will accept the new user’s ID.
Use thestrpos()
function to check if the university’s domain…[Read more] -
Henry Wright replied to the topic [Resolved] Modernizr 2.5.3 breaking BuddyPress Group Avatars in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi @whoaloic
Can you open a new topic for this? This thread is resolved. Thanks.
-
Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 9 years, 4 months ago
If your website is live, always make sure you set
WP_DEBUG
tofalse
.WP_DEBUG
should always be set totrue
in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can. -
Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 9 years, 4 months ago
If your website is live, always make sure you set
WP_DEBUG
tofalse
. WP_DEBUG should always be set to true in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can. -
Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 9 years, 4 months ago
Support is key in my experience. Before you sign up to a 12 or 24-month contract, check out the host’s support policy and also search online to hear what their customers are saying. In my personal opinion, there’s nothing worse than an unaccommodating host.
-
Henry Wright replied to the topic Buddypress posting privacy in the forum How-to & Troubleshooting 9 years, 4 months ago
You can set
scope
tofriends
to filter your activity loop. See the Activity Loop article for more info. -
Henry Wright replied to the topic User login form problem in the forum Showcase 9 years, 4 months ago
Please don’t double post
-
Henry Wright replied to the topic [Resolved] xprofile fields on mobile are in wrong order or backwards in the forum How-to & Troubleshooting 9 years, 4 months ago
Right. So it looks as though it could be something the BuddyPress core team might need to look at. Can you open a Trac ticket explaining how the profile fields are displaying in the wrong order? If you could provide as much info as you can that’d be great.
You can use the same username and password as you use here in the forums.
-
Henry Wright replied to the topic [Resolved] xprofile fields on mobile are in wrong order or backwards in the forum How-to & Troubleshooting 9 years, 4 months ago
Try checking the order using the TwentyFifteen theme and if the order is as expected, then that means there might be a problem with the Boss theme. If that’s the case, you should let the BuddyBoss team know so they can hopefully release a fix.
-
Henry Wright replied to the topic add activity form, "whats new form" or post form to all activity page. in the forum How-to & Troubleshooting 9 years, 4 months ago
Try checking the order using the TwentyFifteen theme and if the order is as expected, then that means there might be a problem with the Boss theme. If that’s the case, you should let the BuddyBoss team know so they can hopefully release a fix.
- Load More
@henrywright
Active 8 months, 2 weeks ago