
MagiCat wrote: The graphics person we have for THE Trolls is going to be coming up with a Christmas Theme if and when we can figure out the templating system.
I'd also like to report another BUG, when I select ed Red from the drop down color thingy it does color=darkred just as selecting Dark Red from the drop down does. That's why my Christmas Theme looks like it's from a very bloody Christmas story or something (maybe he got his eye shot out after all). Checking to see if it was ever reported![]()
Code: Select all
<option style="color:red; background-color: #DEE3E7" value="darkred" class="genmed">Red</option>
Code: Select all
<option style="color:red; background-color: #DEE3E7" value="red" class="genmed">Red</option>
absinthe wrote: bugs go to the bug tracker: http://area51.phpbb.com/phpBB2/viewtopic.php?t=3059
This bug is a quick fix though, just in the templates. If you look in posting_body.tpl you can fix it.