Quote:
Originally Posted by theFM
the first issue you do not have this $post[onlinestatus] , put that where you want the online status to be on
for the second issue really i do not see any problem
Hope it solved for you
Regards.
|
Please read my post before you reply in the future. I do not wish to show $post[onlinestatus] (which is typically an image or text which shows online status), I only want to underline the poster's user-name with a certain color to show their current status. To simplify this, I'll put it like this:
Code:
if user...
online: user-name color = GREEN
offline: user-name color = RED
invisible: user-name color = WHITE
Quote:
Originally Posted by Lynne
If you want your prefixes to have [] around them, why not add it in the Prefix Manager for the prefix? I suppose the other way would be:
HTML Code:
<if condition="$thread[prefix_rich]">[$thread[prefix_rich]]</if>
(not tested!)
|
Thanks, your solution worked

I can't do this through the prefix manager because vBulletin (or maybe it's just my skin) seems already encapsulate prefixes in braces when on the forum index.
Also, where the prefix text was set in the bread-crumb in the nav-bar & the page title?