Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 101 through 125 (of 144 total)
  • @bbrian017

    Participant

    This was intense.

    I managed to get it moved over!

    I’m such a noob with server admin I had to split the database up with 6 section all under 2 mb the myphp admin minimum.

    Still testing but everything looks fine.

    Going to try and move the live site now and see what happens.

    @bbrian017

    Participant

    All of the blog posts state [Use GMT Timezone] ago and remain at the top of the activity feed.

    They do not proceed down as they should they remain stuck up top all other activities fall below the blog feeds.

    Something happened 10 minutes ago should be up top not a blog article that was posted 14 hours ago.

    This is what’s happening.

    @bbrian017

    Participant

    This is still happening to all blog posts can anyone help me out?

    [Use GMT Timezone] ago

    Issue after issue so far right from a fresh installation!

    @bbrian017

    Participant

    Comments left on blogs are all no follow

    profile links to members blogs are no follow.

    @bbrian017

    Participant

    Third update, the second article has now started moving down ward. One article still remains un changed and at the top of all activities.

    Perhaps this will just “go away” haha

    P.S can some one please remove my website url please please!

    @bbrian017

    Participant

    Just an update one of the three story’s has started moving down but two still remain up top no matter what activity is done. It’s like they are stuck.

    Did anyone have a chance to look?

    @bbrian017

    Participant

    This is so annoying it’s making us look bad!

    The same three blog things have been on my main site for 5 hours.

    Everything new just drops below it.

    Perhaps I have a different issue please look

    http://EXAMPLE.com/club/

    @bbrian017

    Participant

    I don’t understand. You set the time to plus rather than negative?

    Did it auto fix the existing posts or everything there after?

    Thanks so much for this.

    @bbrian017

    Participant

    That looks so good! maybe I can wait I don’t see the big deal in waiting.

    Unless someone knows an easy way to accomplish this.

    @bbrian017

    Participant

    That plugin is throwing errors

    function bp_ga_analytics() { echo ‘ ‘; } add_action(‘bp_after_footer’, ‘bp_ga_analytics’);

    @bbrian017

    Participant

    @bbrian017

    Participant

    is it complete? can we have an update? I’m cleaning my site often! The bots are bad!

    @bbrian017

    Participant

    reCaptcha is best bet!

    or maybe BPDEV from nicola

    @bbrian017

    Participant

    So I’m getting spammed now from East Indians! What’s new! Anything we can do to stop this?

    Can I approve blogs before they are allowed?

    @bbrian017

    Participant

    anyone?

    Should I add literal tags?

    @bbrian017

    Participant

    When I upload this,

    <?php

    function get_recently_active_users( $limit = null, $page = 1 ) {

    global $wpdb;

    if ( $limit && $page )

    $pag_sql = $wpdb->prepare( ” LIMIT %d, %d”, intval( ( $page – 1 ) * $limit), intval( $limit ) );

    $paged_users = $wpdb->get_results( $wpdb->prepare(

    “SELECT DISTINCT um.user_id FROM ” . $wpdb->base_prefix . “usermeta um

    LEFT JOIN ” . $wpdb->base_prefix . “users u

    ON u.ID = um.user_id

    WHERE um.meta_key = ‘last_activity’

    AND u.spam = 0 AND u.deleted = 0 AND u.user_status = 0

    AND DATE_ADD( FROM_UNIXTIME(um.meta_value), INTERVAL 10 HOUR ) >= NOW()

    ORDER BY FROM_UNIXTIME(um.meta_value) DESC{$pag_sql}” ) );

    return $paged_users;

    }

    ?>

    I’m getting a blank white screen

    @bbrian017

    Participant

    Should it even make a difference!

    if a comment was made one minute ago it doesn\’t matter where you are in the world the comment was literally made one minute ago!

    Could this be a server time issue?

    @bbrian017

    Participant

    I’m thinking this is a wordpress bug?

    install this software and use a name without any capitals… update your profile information and you will then be capitalized!

    @bbrian017

    Participant

    Sorry your right I should check those settings!

    When I go into the admin it says this

    Unfortunately, you have to manually update this for Daylight Savings Time. Lame, we know, but will be fixed in the future

    what to do?

    @bbrian017

    Participant

    yes the plugin instructions…

    I read the suggestions as suggested in the link

    @bbrian017

    Participant

    ok I had to allow plugins in order to see them!

    I will now follow the plugin directions!

    does anyone know where this file is?

    sitewide-tags.php

    ty

    @bbrian017

    Participant

    ok when I create that file and upload it to /mu-plugins/ I get that exact code displaying in my header

    function get_recently_active_users( $limit = null, $page = 1 ) { global $wpdb; if ( $limit && $page ) $pag_sql = $wpdb->prepare( ” LIMIT %d, %d”, intval( ( $page – 1 ) * $limit), intval( $limit ) ); $paged_users = $wpdb->get_results( $wpdb->prepare( “SELECT DISTINCT um.user_id FROM ” . $wpdb->base_prefix . “usermeta um LEFT JOIN ” . $wpdb->base_prefix . “users u ON u.ID = um.user_id WHERE um.meta_key = ‘last_activity’ AND u.spam = 0 AND u.deleted = 0 AND u.user_status = 0 AND DATE_ADD( FROM_UNIXTIME(um.meta_value), INTERVAL 10 HOUR ) >= NOW() ORDER BY FROM_UNIXTIME(um.meta_value) DESC{$pag_sql}” ) ); return $paged_users; }

    @bbrian017

    Participant

    That worked awesome John!

    Thanks so much!

    @bbrian017

    Participant

    anyone know how to do this?

    @bbrian017

    Participant

    Andy I can’t find this file?

    /mu-plugins/bp-custom.php and you can make use of it.

Viewing 25 replies - 101 through 125 (of 144 total)
Skip to toolbar