I take it you are using 6.5?
Okay here is a way of doing it, although somebody might suggest a better way.
Set the Nuke Preferences in admin to subblack and your forum will be subblack.
Goto /modules/Your_Account/ and open up nav.php
Find line 71-77
|
Code:
|
if ($thmcount > 1) {
$menuimg = menuimg("themes.gif");
echo "<td width=\"10%\"><font class=\"content\">"
."<center><a href=\"modules.php?name=Your_Account&op=chgtheme\"><img src=\"$menuimg\" border=\"0\" alt=\""._SELECTTHETHEME."\" title=\""._SELECTTHETHEME."\"></a>
"
."<a href=\"modules.php?name=Your_Account&op=chgtheme\">"._SELECTTHETHEME."</a>"
."</center></form></font></td>";
} |
And place a // in front of each line.
This will mean if they goto "Your Account" the ability to change themes is taken away.
The downside is that if you want to test an alternative theme yourself, you will have to take out the // from line 71 - 77 login to your account and change theme for yourself - then re-do the // again.
Hope that helps
