<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : HTML for Admins</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : HTML for Admins]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 01:01:58 +0000</pubDate>
  <lastBuildDate>Thu, 16 Sep 2004 00:43:28 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=11704</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[HTML for Admins : Okay, I think I found a workaround...]]></title>
   <link>https://forums.webwiz.net/html-for-admins_topic11704_post65518.html#65518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 11704<br /><strong>Posted:</strong> 16&nbsp;September&nbsp;2004 at 12:43am<br /><br /><P>Okay, I think I found a workaround that should work for most things, although, as the SCIENTIST said, you can't do all HTML codes.</P><P>In <strong>\includes\RTE_setup.asp</strong> change</P><P><table width="99%"><tr><td><pre class="BBcode">Const blnHTMLView = false</pre></td></tr></table></P><P>to</P><P><table width="99%"><tr><td><pre class="BBcode">Const blnHTMLView = true</pre></td></tr></table></P><P>and then in <strong>\includes\RTE_toolbar_2.asp</strong> change</P><P><table width="99%"><tr><td><pre class="BBcode">If blnHTMLView Then Response.Write(vbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src=""" &amp; strImagePath &amp; "post_button_html.gif"" align=""absmiddle"" border=""0"" title=""" &amp; strTxtToggleHTMLView &amp; """ onClick=""HTMLview()"" style=""cursor: pointer;""&gt;")</pre></td></tr></table></P><P>to</P><P><table width="99%"><tr><td><pre class="BBcode">'********** MOD ***********<BR>IF blnAdmin THEN<BR>&nbsp;If blnHTMLView Then Response.Write(vbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src=""" &amp; strImagePath &amp; "post_button_html.gif"" align=""absmiddle"" border=""0"" title=""" &amp; strTxtToggleHTMLView &amp; """ onClick=""HTMLview()"" style=""cursor: pointer;""&gt;")<BR>END IF<BR>'********** MOD ***********</pre></td></tr></table></P><P>This will make it so that only the Admin can use the HTML View.</P><P><strong>Note:</strong> DO NOT SAVE THE POST WHEN VIEWING IN HTML!!!</P><P>Make sure you switch back to WYSIWYG mode before you save it.&nbsp; Otherwise it will convert&nbsp;your&nbsp;&gt; and&nbsp;&lt;&nbsp;to &amp;gt; and &amp;lt; and you will display code instead of the end result.&nbsp; That was why I was having problems before.&nbsp; I didn't know that.&nbsp; Although, I guess if you WANT to post the code as code, it is a simple way to do so.</P><P>I'm glad I figured this out.&nbsp; I was banging my head against the wall earlier trying to figure out how to fix the problems I was having.</P>]]>
   </description>
   <pubDate>Thu, 16 Sep 2004 00:43:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/html-for-admins_topic11704_post65518.html#65518</guid>
  </item> 
  <item>
   <title><![CDATA[HTML for Admins : I tried theRTE html mode before...]]></title>
   <link>https://forums.webwiz.net/html-for-admins_topic11704_post65515.html#65515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 11704<br /><strong>Posted:</strong> 16&nbsp;September&nbsp;2004 at 12:14am<br /><br /><P>I tried the&nbsp;RTE html mode before but for some reason it converted all the brackets to &amp;gt; and &amp;lt; instead of preserving the html, so I stopped fiddling with it.&nbsp; I'm not sure what I was doing wrong, but the RTE html mode didn't work for me or at least it didn't work as expected.</P><P>I need to edit the html directly to override the RTE's default handling of certain things for certain posts.&nbsp; For example:</P><UL><LI>Text does not wrap around images* (when using the Image Upload botton). <LI>There is no way to remove the font size=x tags once they are embedded into the post when using the RTE.&nbsp; This means that it is impossible to revert back to the default font size in the CSS if it doesn't happen to be exactly the same as one of the size=x sizes. <LI>The Admin can't put any html code that is prohibited by the forum software, but may be useful to insert.</LI></UL><P>I've been looking through the code to see if I can find a place (or places) that I could insert an IF THEN statement that turns off HTML stripping for Admins, but the code looks too complicated for such a simple manuever.&nbsp; But I don't fully understand how the RTE is implemented, so I may be missing something really simple.</P><P><FONT size=1>*Edit: I forgot to mention that it only does that when using the Insert Image via Upload button, not the Insert Image using a URL button.&nbsp; The Insert Image via URL button allows you to select an alignment that will wrap the text, which appears to be missing from the Image Upload dialog box.</FONT>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by wistex</span>]]>
   </description>
   <pubDate>Thu, 16 Sep 2004 00:14:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/html-for-admins_topic11704_post65515.html#65515</guid>
  </item> 
  <item>
   <title><![CDATA[HTML for Admins : You can do most basic formating...]]></title>
   <link>https://forums.webwiz.net/html-for-admins_topic11704_post65367.html#65367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11550">theSCIENTIST</a><br /><strong>Subject:</strong> 11704<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2004 at 11:38am<br /><br /><P>You can do most basic formating with forum codes that are then parsed to HTML, however not all HTML is supported, but you could use the RTE HTML mode for that I guess, or create/alter the message form with a condition check for admin and allow edit/update of HTML.</P><P>I will fidle with it a bit to see what can be done.</P>]]>
   </description>
   <pubDate>Tue, 14 Sep 2004 11:38:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/html-for-admins_topic11704_post65367.html#65367</guid>
  </item> 
  <item>
   <title><![CDATA[HTML for Admins : I agree. I need that feature myself....]]></title>
   <link>https://forums.webwiz.net/html-for-admins_topic11704_post65321.html#65321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 11704<br /><strong>Posted:</strong> 13&nbsp;September&nbsp;2004 at 5:40pm<br /><br />I agree.&nbsp; I need that feature myself.&nbsp; I am hoping to not have to write&nbsp;a seperate interface that bypasses the html stripping code and allow the admin to edit the html directly.&nbsp; It would be so much easier if the Admin was simply allowed to edit the html, while denying all others.&nbsp; The admin should be exempt form the normal html stripping.]]>
   </description>
   <pubDate>Mon, 13 Sep 2004 17:40:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/html-for-admins_topic11704_post65321.html#65321</guid>
  </item> 
  <item>
   <title><![CDATA[HTML for Admins : The security risks that come with...]]></title>
   <link>https://forums.webwiz.net/html-for-admins_topic11704_post64766.html#64766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17401">sanci</a><br /><strong>Subject:</strong> 11704<br /><strong>Posted:</strong> 05&nbsp;September&nbsp;2004 at 10:52pm<br /><br /><P>The security risks that come with allowing the general public to use full blown HTML tags are evident "but" why not allow Administrators? Or is this already doable?</P><P>-sanci-</P>]]>
   </description>
   <pubDate>Sun, 05 Sep 2004 22:52:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/html-for-admins_topic11704_post64766.html#64766</guid>
  </item> 
 </channel>
</rss>