Print Page | Close Window

Different RTE Editor setting for admin

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30171
Printed Date: 31 March 2026 at 6:23pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Different RTE Editor setting for admin
Posted By: MarioM
Subject: Different RTE Editor setting for admin
Date Posted: 19 February 2012 at 11:25pm
Hi
I need to have different RTE Editor setting for admin and other users.  I found RTE Setup file, but I don't know where and what conditional have to write.
Siimple conditional into RTE_Setup file:
 
if blnAdmin=true then
Const blnInsertTable = true
else
Const blnInsertTable = false
end if

doesn't work.

regards
Mario







Replies:
Posted By: WebWiz-Bruce
Date Posted: 20 February 2012 at 10:15am
I not tested it, but you could try:-

Dim blnInsertTable

If blnAdmin=true Then
blnInsertTable = True
Else
blnInsertTable = False
End If


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net