Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Westin] Is there away to turn OFF the basic editor from all users except for administrators and moderators?

Quote Reply
Re: [Westin] Is there away to turn OFF the basic editor from all users except for administrators and moderators? In reply to
Oh, and in include_post_html_common_write.html , you would also need to change:

Code:
<input type="submit" class="button" name="do=<%this_do%>;basic_editor=1;basic_editor_switch=1" value="Switch to Basic Editor">

..to;

Code:
<%if current_user_forum_permission == 4%>
<input type="submit" class="button" name="do=<%this_do%>;basic_editor=1;basic_editor_switch=1" value="Switch to Basic Editor">
<%endif%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Is there away to turn OFF the basic editor from all users except for administrators and moderators? Westin 2692 May 19, 2009, 1:07 AM
Post Re: [Westin] Is there away to turn OFF the basic editor from all users except for administrators and moderators?
Andy 2607 May 19, 2009, 2:12 AM
Post Re: [Westin] Is there away to turn OFF the basic editor from all users except for administrators and moderators?
Andy 2594 May 19, 2009, 2:13 AM