Profile picture of bgrun80 active 9 months ago

bgrun80

@bgrun80
  • bgrun80 posted on the forum topic Same user database in two website in the group How-To and Troubleshooting:

    @mercime
    Could you post a link to an article explaining how to do it?
    Cheers,

    1 year ago
  • bgrun80 posted an update in the group How-To and Troubleshooting:

    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

    1 year ago
  • bgrun80 posted an update:

    @mercime @mercime

    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]

    1 year ago
  • bgrun80 posted an update:

    @JamieWade @JamieWade

    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]

    1 year ago
  • bgrun80 posted on the forum topic Age Validation - how to do it? in the group How-To and Troubleshooting:

    @JamieWade

    Dude, thank you so much!! I would have never figured it out without your help.

    Muchas Gracias!

    1 year 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

    View Topic 1 year ago
  • bgrun80 posted an update:

    @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…[Read more]

    1 year ago
  • bgrun80 posted an update in the group How-To and Troubleshooting:

    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

    1 year, 1 month ago
  • bgrun80 posted on the forum topic Flag button not appearing anywhere in the group BuddyPress Moderation:

    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.

    1 year, 1 month ago
  • bgrun80 started the forum topic Flag button not appearing anywhere in the group BuddyPress Moderation:

    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

    View Topic 1 year, 1 month ago
  • bgrun80 joined the group BuddyPress Moderation
    1 year, 1 month ago
  • bgrun80 posted an update:

    @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…[Read more]

    1 year, 3 months ago
  • bgrun80 posted an update:

    @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]

    1 year, 3 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?

    1 year, 4 months ago
  • bgrun80 posted an update in the group How-To and Troubleshooting:

    @luvs123

    maybe it’s just your server

    1 year, 4 months ago
  • bgrun80 posted an update in the group How-To and Troubleshooting:

    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…[Read more]

    1 year, 4 months ago
  • bgrun80 posted on the forum topic How do I force a login? in the group How-To and Troubleshooting:

    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]

    1 year, 4 months ago
  • bgrun80 posted on the forum topic How do I force a login? in the group How-To and Troubleshooting:

    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 normal

    but that didn’t work either…

    1 year, 4 months ago
  • bgrun80 started the forum topic How do I force a login? in the group How-To and Troubleshooting:

    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 [...]

    View Topic 1 year, 4 months ago
  • Load More