-
Wayn replied to the topic how to skip 'activate' after clicking activation link from email in the forum How-to & Troubleshooting 4 years, 1 month ago
Unfortunately this creates an error”
There has been a critical error on your website.”
when used
-
Wayn started the topic User requesting resend of confirmation email in the forum How-to & Troubleshooting 4 years, 1 month ago
Does anyone know how to add a link to the registration page that the user can resend the activation email?
-
Wayn started the topic Confirm email address in the forum How-to & Troubleshooting 4 years, 1 month ago
Hi
Does anyone know how to add an additional field box on the registration form for the user to confirm their email address? -
Wayn replied to the topic how to skip 'activate' after clicking activation link from email in the forum How-to & Troubleshooting 4 years, 1 month ago
Does anyone have a solution to this?
-
Wayn started the topic Please provide a valid activation key. Activation Key: in the forum How-to & Troubleshooting 4 years, 1 month ago
Does anyone know how to resolve this issue.
When my users signup and click on the activation email, they receive the text below with an input field.
Please provide a valid activation key.
Activation Key: -
Wayn started the topic Coverage – Server error (5xx) Google search Console in the forum How-to & Troubleshooting 5 years, 11 months ago
My Google search console is showing Server error (5xx) regarding the following Buddypress urls: Does anyone know what the issue is and how to fix…[Read more]
-
Wayn replied to the topic Only display if user is viewing their profile in the forum How-to & Troubleshooting 6 years, 1 month ago
Thank you @bitboy
-
Wayn started the topic Only display if user is viewing their profile in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi
I would like to display some text on the users profile page only if they are viewing their profile page.
If i insert the text in the home.php file it displays on the user profile page and when they are looking at other users profile pages.
What conditional code would i use so that the user only sees the text when they are on their profile…[Read more]
-
Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 6 years, 4 months ago
Ok Thank you for your help
-
Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 6 years, 4 months ago
Thanks Varun
Is this the code below?
if ( ‘online’ == $type ) {
$sql[‘where_online’] = “AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP()”;
}Is their no way to change this by writing a function?
-
Wayn started the topic Change Online time in the forum How-to & Troubleshooting 6 years, 4 months ago
Hi
I would like to change the time the buddyPress widget says the user is online. Basically i would like the widget to say the user is online for up-to 30 minutes after they have logged out.
So a user who logs out up-to 30 minutes ago will still appear online in the widget. after 30 minutes they will appear offline.
@shnactor1
Active 4 years, 1 month ago