MyBB Community Forums

Full Version: Disable Changing Theme For The Template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone show my how to disable changing themes? (Which Template and which line of code to delete) I just want to delete that option in UserCP because I want to make changing themes only available when you click a link. (For VIP users)


Thanks!
Just point me in the right direction if possible!
You could just change which groups can use which themes in the ACP (under the theme settings). You could allow normal users to use one theme, and allow VIP users to use the VIP theme.
Um, I have scratched the VIP idea, but I still want to delete the option in UserCP to change theme at all, because I'm only going to use one. So can anyone kindly tell me which template I have to edit and where I have to delete to delete the Change theme option in userCP's option page?
You can remove it in the usercp_options template.

Remove this code from the template:

<tr>
<td colspan="2"><span class="smalltext">{$lang->style}</span></td>
</tr>
<tr>
<td colspan="2">{$stylelist}</td>
</tr>

Hope this helps! Smile.
Thank You SO Much!