MyBB Community Forums

Full Version: Changing the quote background & text color & user unknown status
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I change the quote background and quote text color?
In the CSS template. I think.
Ok thanks.

Also, if you look here:
http://atarica.simgames.net/forum/showthread.php?tid=29
on the guest posting, beside the name it says "Unknown" which comes from the online/offline user status, but I don't see a postbit_unknown or something like that where I can change it to another picture. Where can I change it?

Thanks
DennisTT Wrote:Ok thanks.

Also, if you look here:
http://atarica.simgames.net/forum/showthread.php?tid=29
on the guest posting, beside the name it says "Unknown" which comes from the online/offline user status, but I don't see a postbit_unknown or something like that where I can change it to another picture. Where can I change it?

Thanks

Helpies! I need help!
Find line 1184 in inc/functions.php.
$onlinestatus = "Unknown";
Change it to
$onlinestatus = '<img src="url" alt="alt text" />';
Can I make it into a template?