MyBB Community Forums

Full Version: Theme Templates Wont Save
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Whoisonline > Group Legend
I mean what actual code are you adding/changing.
Also I have try Google Chrome, FireFox, Mathon nothing works.
<td class=\"tcat\" colspan=\"\"><center>
<font color=\"red\"><b><i>Admins</i></b></font>
<font color=\"#CC00CC\"><b>Super Moderators</b></font>
<font color=\"#00FFFF\"><b>Moderators</b></font>
<font color=\"#000000\">Registered</font>
</center> </td>
Well that won't work in the templates. Try this:

<td class="tcat" colspan=""><center>
<font color="red"><b><i>Admins</i></b></font>
<font color="#CC00CC"><b>Super Moderators</b></font>
<font color="#00FFFF"><b>Moderators</b></font>
<font color="#000000">Registered</font>
</center> </td>
Why are you putting the \ in?? I just put that code in the index_boardstats template, removed the \ from the code, it's worked fine...
it doesnt save
It does, look at your forum footer now, I just added the code in, and it's saved.
Seems like its only Whoisonline thats not saving.
Hmm, yeah I see it now. That's weird. Can you PM me phpMyAdmin login details??
(2010-09-01, 10:41 AM)AJS Wrote: [ -> ]Try reverting them to original and making the edits again.

Have you tried this?
Pages: 1 2 3