Happiness
I now have, thanks to Alex, my smilies back again. I also tried his “since last visit” hack but there was a glitch in it, which I thought I’d fixed, but I’ve had to take it out again. It was stopping me posting. I’ve posted to the special WP thread for Alex’s plugins.
u mean it's not working? so waht am i seeing?
hmm
is that why i couldn't come to your site a bit earlier today?
my stats giving trouble
sniffle
hey!...but it says 0 0 above?
i saw it in yours too :-(
and your links need fixing in the stats..hehehe
i fixed mine :-P
i emailed my fix to people
when i looked at them before i posted that comment it was doing the strange thing minen did
hmmm
but the links in like 10 recent posts etc, don't link to the post...
go here
i think maybe cuz they're private comments
icould be wrong tho
foreach($gmz_comments as $post) {
$comment_author2 = htmlspecialchars(stripslashes($post->comment_author));
$comment_date = mysql2date('j.m.Y @ H:i', $post->comment_date);
$comment_content = wpautop(stripslashes($post->comment_content));
$post_id = (int) $post->post_id;
$post_date = mysql2date('j.m.Y @ H:i', $post->post_date);
$post_title = htmlspecialchars(stripslashes($post->post_title));
// If New Title, Print It Out
if($post_title != $cache_post_title) {
echo "
$post_title
";}
echo "";
$cache_post_title = $post_title;
}
If that's no help you might consider asking Max. He's good with this stuff. :lol:
did you change something?