if you are using some own styles, templates or languages for internal use only and you have deselected the switches, following extension in register.tpl will honorate the switches for new users (and they can not select your internal workings environment):
Why should whether you have quick registration on or not affect the display of style options? Edit: I see now, the registration template rather than the wrapper.
Comments on some extensions to template register
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
Hi,
if you are using some own styles, templates or languages for internal use only and you have deselected the switches, following extension in register.tpl will honorate the switches for new users (and they can not select your internal workings environment):
...
<IF not {SWITCH_QUICKREGISTRATION}>
<IF {SWITCH_STYLESELECT}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REGISTRATION_STYLE}:</span></td>
<td class="optionscolumn"><select name="stylesheet">{STYLEOPTIONS}</select></td>
</tr>
</IF>
<IF {SWITCH_TEMPLATESELECT}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REGISTRATION_TEMPLATESET}:</span></td>
<td class="optionscolumn"><select name="thetemplate">{TEMPLATEOPTIONS}</select></td>
</tr>
</IF>
<IF {SWITCH_LANGUAGESELECTOR}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REGISTRATION_LANGUAGE}:</span></td>
<td class="optionscolumn"><select name="thelanguage">{LANGUAGEOPTIONS}</select></td>
</tr>
</IF>
...
I Hope it is a needed extension suggestion.
Regards,
Frank
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Why should whether you have quick registration on or not affect the display of style options? Edit: I see now, the registration template rather than the wrapper.
Internal use template sets should contain adminonly in the name: scripts.webmastersite.net/w...-renaming-removing-73.html . I don't think there's any similar mechanism for styles and languages currently.