Post new topic Reply to topic    UDesigns Forum Index -> How To's
Online / Offline Status Forums..
4peterjan4
30%
30%


Joined: Nov 28, 2007
Posts: 19
Location: Bergentheim

PostPosted: 23 Feb 2010 09:33 am  Reply with quote   

Hello,

I have found an Online / Offline Status mod for my forums on the internet..

I first had one from Untergang but that one didn't work for me..

So i got it working now but i need some help with the colors..

This is what i have to edit..

//User Online Hack
if($postrow[$i]['user_session_time'] >= (time()-60)){
if($postrow[$i]['user_allow_viewonline']){
$status = '<b><a href="modules.php?name=Forums&file=viewonline"><span style="color:#00ff00;">Online</a></b>';
}else{
$status = "Offline";
}
}else{
$status = "Offline";
}

Like you can see i already fixed the color of the Online Status..

But when i try to do the same at Offline its not working..

Any idea's how i can do this correctly?

Thanks in advance :D

Greetings Peter-Jan
Back to top
View user's profile Send private message Visit poster's website MSN Messenger XFireAdd 4peterjan4 to your Friends list
Untergang
Site Owner
Site Owner


Joined: Apr 17, 2007
Posts: 887
Location: Lommel

PostPosted: 24 Feb 2010 02:41 pm  Reply with quote   

Code:
//User Online Hack
if($postrow[$i]['user_session_time'] >= (time()-60)){
if($postrow[$i]['user_allow_viewonline']){
$status = '<b><a href="modules.php?name=Forums&file=viewonline"><span style="color:#00ff00;">Online</a></b>';
}else{
$status = '<b><a href="modules.php?name=Forums&file=viewonline"><span style="color:#ff0000;">Offline</a></b>';
}
}else{
$status = '<b><a href="modules.php?name=Forums&file=viewonline"><span style="color:#ff0000;">Offline</a></b>';
}



Try it like that
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger XFireAdd martijn49 to your Friends list
4peterjan4
30%
30%


Joined: Nov 28, 2007
Posts: 19
Location: Bergentheim

PostPosted: 24 Feb 2010 03:25 pm  Reply with quote   

Yep that worked :)

Thanks!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger XFireAdd 4peterjan4 to your Friends list
Untergang
Site Owner
Site Owner


Joined: Apr 17, 2007
Posts: 887
Location: Lommel

PostPosted: 24 Feb 2010 04:47 pm  Reply with quote   

Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger XFireAdd martijn49 to your Friends list
Display posts from previous:   
Post new topic Reply to topic    UDesigns Forum Index -> How To's All times are GMT + 1 Hour

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Clan Themes  - 
Phpnuke Downloads
 - Page Generation: 0.05 Seconds