MyBB Community Forums

Full Version: Rules mod by k776
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As u see in the rules mod the backround is the same color as the letters and cant be read. how do i change the rules mod backround color to be altbgcolor1 or altbgcolor2 and Not bordercolor ?
This is very odd because it doesn't happen for me! It will be your color sceme probably. Anyway, I belive its Admin CP > Templates > Modify / Delete > Global Templates Expand > rules (or something like that, I havn't touched this mod in ages!)
Yes thats the template but which code do i modify and how so the backround color to be same as altbg1 or altbg2 . Cause the way it is now it uses the bordercolor as backround
paste the code. I dont have it handy. Then I'll tell you
<html>
<head>
<title>$settings[bbname] - Rules</title>
$headerinclude
</head>
<body>
$header
<br />
<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr><td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead" width="14%"><b>Rules</b></td>
</tr>
<tr>
<td class="$bgcolor" valign="top" colspan="2">
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>
<td valign="top">
$rules_list
</td>
</tr></table>
</td>
</tr>
</table>
</td></tr></table>
$footer
</body>
</html>
Quote:<td class="$bgcolor" valign="top" colspan="2">
change $bgcolor to trow1 or trow2
thx it worked
I'll fix this in an update when Gold comes out. Thanks for reporting it.