Forum Replies Created
-
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.
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.
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!
Comments left on blogs are all no follow
profile links to members blogs are no follow.
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!
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?
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
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.
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.
That plugin is throwing errors
function bp_ga_analytics() { echo ‘ ‘; } add_action(‘bp_after_footer’, ‘bp_ga_analytics’);
is it complete? can we have an update? I’m cleaning my site often! The bots are bad!
reCaptcha is best bet!
or maybe BPDEV from nicola
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?
anyone?
Should I add literal tags?
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
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?
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!
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?
yes the plugin instructions…
I read the suggestions as suggested in the link
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
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; }
That worked awesome John!
Thanks so much!
anyone know how to do this?
Andy I can’t find this file?
/mu-plugins/bp-custom.php and you can make use of it.