PDA

View Full Version : How to get online/offline images here


2 FN LOW
11-15-2007, 03:15 AM
Could somebody possibly tell me how i could put the online/offline icons to the left of the permalink to each users post....I have seen this on other forums and liked the idea but i have no idea how to do about doing it...I have a set of nice lil bar style icons which i think would fit nicely there and would create less clutter under the avatar

Gray Matter
11-15-2007, 07:42 PM
You would need to open your postbit(_legacy) template and find this:

<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>

Then, replace it with this:

$post[onlinestatus] <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>