Just a hint, I would pop the subsilver instructions in the contrib folder and change the link-group to contrib/subsilver2 because sometimes AutoMOD will pick up the template instructions over the install.xml file.
I am installing this on a fresh 3.0.6 and the find for prosilver/template/ucp_register.html isn't there. It should be:
Code: Select all
<dl>
<dt><label for="tz">{L_TIMEZONE}:</label></dt>
<dd><select name="tz" id="tz" tabindex="7" class="autowidth">{S_TZ_OPTIONS}</select></dd>
</dl>
Also the "themes" folders in styles/prosilver (or subsilver2) should be "theme".
A big problem now is that I cannot see the dropdown box in the profile tab. I have the permission set correctly, and even removed the IF S_RANK_THEME_OPTIONS but then a blank box shows. I am able to set the user's rank theme in the ACP (the dropdown box is fine there). When I remove the
$user->data['user_rank'] == 0 && from ucp_profile.php it is fine.
And sadly, there seems to be a conflict with the
Special and Normal Rank Images MOD.
For users who have a second (special) rank like admin or mod, their rank theme won't change anywhere on the board no matter what they select. It saves their selected rank theme, yes, but does not display it. It only displays the default.