-
bgrun80 posted on the forum topic Same user database in two website in the group How-To and Troubleshooting: 13 years, 5 months ago
@mercime
Could you post a link to an article explaining how to do it?
Cheers, -
bgrun80 posted an update in the group How-To and Troubleshooting: 13 years, 5 months ago
Hey. Does anyone know how to get different buddypress installations to connect up to the same database, so that the different installations have the same list of members?
Please @mention me in any reply
-
bgrun80 posted an update 13 years, 6 months ago
Hey mate. I was wondering if you could help me with something.
Do you know where I can find the function for messages with pulls the dynamic number telling you how many new/unread messages you have?You can see something similar in the admin bar above this post, which says Followers (1).
I tried to find it myself, but just…[Read more]
-
bgrun80 posted an update 13 years, 6 months ago
Hey buds. I was wondering if you could help me with something.
Do you know where I can find the function for messages with pulls the dynamic number telling you how many new/unread messages you have?You can see something similar in the admin bar above this post, which says Followers (1).
I tried to find it myself, but just…[Read more]
-
bgrun80 posted on the forum topic Age Validation – how to do it? in the group How-To and Troubleshooting: 13 years, 6 months ago
Dude, thank you so much!! I would have never figured it out without your help.
Muchas Gracias!
-
bgrun80 started the forum topic [Resolved] Age Validation – how to do it? in the group How-To and Troubleshooting: 13 years, 6 months ago
Hi,
Could someone please help me, and give me advice on how to validate someone’s age at signup.
I added an extra profile field which is a datebox, but the code is really hard for me to understand.
Please @mention me when you reply.
Many thanks,
Ben
-
bgrun80 posted an update 13 years, 6 months ago
@boonebgorges Hi Boone,
Sorry to bother you, but could you please help me with this? It is the last thing I need before I can make my site go live.On the registration page, I need to validate that a user’s age is above 18.
I added a datebox profile field, but after that, the code is too complex for me, and I need help.Can you please suggest to…[Read more]
-
bgrun80 posted an update in the group How-To and Troubleshooting: 13 years, 6 months ago
Hey, I’m using BP-Moderation, but it doesn’t place ‘flag as inappropriate’ links next to messages.
Does anyone know how to do this?
I left messages in the plugin group, but nobody answered.
Please @mention me if you write back, and thank you for your help in advance
-
-
bgrun80 posted on the forum topic Flag button not appearing anywhere in the group BuddyPress Moderation: 13 years, 7 months ago
Sorry, my bad.
There are flag options next to posts and comments, but not next to private messages, even though pm’s are part of the bp core.
FYI, but thanks for the amazing plugin.
-
bgrun80 started the forum topic Flag button not appearing anywhere in the group BuddyPress Moderation: 13 years, 7 months ago
Hey,
I activated the plugin, but flag buttons have not appeared next to messages or content on my site.
Is there another step I have to follow to enable the flagging option?
Many thanks,
Ben
-
bgrun80 joined the group BuddyPress Moderation 13 years, 7 months ago
-
bgrun80 posted an update 13 years, 8 months ago
@boonebgorges Hi john,
I’m running the latest version of WP and BP on IIS7.5, x64, windows server 2008 r2, plesk 10.
As soon as I change the permalinks to /%postname%/, I get a 404 error and nothing we try with the server seems to be working.
We have installed the URL re-write 2 module on IIS and still nothing.
Can you please give some advice…[Read more]
-
bgrun80 posted an update 13 years, 8 months ago
@johnjamesjacoby Hi john,
I’m running the latest version of WP and BP on IIS7.5, x64, windows server 2008 r2, plesk 10.
As soon as I change the permalinks to /%postname%/, I get a 404 error and nothing we try with the server seems to be working.
We have installed the URL re-write 2 module on IIS and still nothing.
Can you please give some…[Read more]
-
bgrun80 posted on the forum topic What do I do if the confirmation email doesn't send? in the group How-To and Troubleshooting: 13 years, 9 months ago
I’m using xampp on my local computer as a test server, and the confirmation emails are not getting sent, period.
I’ve checked the spam folders, etc.
Any ideas?
-
bgrun80 posted an update in the group How-To and Troubleshooting: 13 years, 10 months ago
maybe it’s just your server
-
bgrun80 posted an update in the group How-To and Troubleshooting: 13 years, 10 months ago
How does you do a redirect in buddypress?
in Index.php, if I put:
if (!is_user_logged_in() ){
bp_core_redirect( $bp->root_domain.’/register’ );
}I get the following error message:
Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocswp-contentthemespartyhookupsindex.php:4) in C:xam…[Read more] -
bgrun80 posted on the forum topic How do I force a login? in the group How-To and Troubleshooting: 13 years, 10 months ago
Thanks for the quick replies. @modemlooper: When I tried your code, it gave me this… Warning: Division by zero in C:xampplitehtdocswp-contentthemespartyhookupsindex.php on line 10 Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocswp-contentthemespartyhookupsindex.php:4) in…[Read more]
-
bgrun80 posted on the forum topic How do I force a login? in the group How-To and Troubleshooting: 13 years, 10 months ago
Also, I tried doing:
/* If not logged in, the user will be redirected to the registration/login page */
if ( !is_user_logged_in() ) :
include ‘registration/register.php’;
else :
index.php as normalbut that didn’t work either…
-
bgrun80 started the forum topic How do I force a login? in the group How-To and Troubleshooting: 13 years, 10 months ago
Hey all, I tried doing things like the below example /* If not logged in, the user will be redirected to the registration/login page */ if ( !is_user_logged_in() ) : nocache_headers(); $destination = site_url( BP_REGISTER_SLUG . ‘/’ ); wp_redirect( $destination, 302 ); exit; else : index.php as normal but I ran into this error message […]
- Load More
@bgrun80
Not recently active