Quote:
Originally posted by Cyth
i have a question that may be so easy but after sitting here for hours I am not seeing how to change the Status. My board is using the on/off.gif images for the status. I don't want that. I want it to say online of offline next to Status:
I am just running a blank on where exactly to change it so my on/off images aren't used.
Thanks in advance.
|
Ah that's simple fix I'll help ya out
First go to postbit_offline and replace all with this
Code:
<h10><b>Offline</b></h10>
Then go to postbit_online and replace all with this
Code:
<h10><b>Online</b></h10>
and your done
Note: Your using this on rootniks postbit release right? Well the <h10> tags are set to fit in the cell and look good so you wont have to worry about the text size but if you want to go bigger change the 10 to a lower number and if you want to go smaller change the 10 to a higher number. Do that in both templates but it looks good like that.