Print Page | Close Window

Problems with RTE

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=22031
Printed Date: 08 April 2026 at 3:03pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Problems with RTE
Posted By: webfort
Subject: Problems with RTE
Date Posted: 26 November 2006 at 10:34am
Hi,
I was wondering if any one could help, for some reason, not all of the options in the RTE are showing, I have enabled them all in the forum configuration file and enabled that the RTE feature be enabled from the admin panel.
 
Can any one help me?
 
Thanks
 
 



Replies:
Posted By: Mikey
Date Posted: 26 November 2006 at 11:15am
Which browser are you using to test?

-------------
Handyman man?


Posted By: webfort
Date Posted: 26 November 2006 at 11:22am
I'm using IEversion6
 
It won't show the copy and paste options etc
 
Thanks
Ash


Posted By: Mikey
Date Posted: 26 November 2006 at 11:27am
Which version of the forum are you running?

-------------
Handyman man?


Posted By: webfort
Date Posted: 26 November 2006 at 11:30am
I'm runng the latest version 8.04 and using mssql , these are my settings in the RTE_setup file:
<%
Dim blnAbout
'Initiliase variables
Const strRTEversion = "3.0wwf"
blnAbout = false
 
'The following enables and disables functions of the Rich Text Editor
'Enable and dsiable basic functions of the editor change the following to true of false
'***************************************************************************
Const blnNew = false
Const blnBold = true
Const blnUnderline = true
Const blnItalic = true
Const blnFontStyle = true
Const blnFontType = true
Const blnFontSize = true
Const blnTextColour = true
Const blnTextBackgroundColour = true
Const blnCut = true
Const blnCopy = true
Const blnPaste = true
Const blnWordPaste = true
Const blnUndo = true
Const blnRedo = true
Const blnLeftJustify = true
Const blnCentre = true
Const blnRightJustify = true
Const blnFullJustify = true
Const blnOrderList = true
Const blnUnOrderList = true
Const blnOutdent = true
Const blnIndent = true
Const blnAddHyperlink = true
Const blnAddImage = true
Const blnInsertTable = true
Const blnSpecialCharacters = true
Const blnPrint = true
Const blnStrikeThrough = true
Const blnSubscript = true
Const blnSuperscript = true
Const blnHorizontalRule = true
Const blnPreview = true
'***************************************************************************
'BB Code extras
'***************************************************************************
Const blnQuoteBlock = true
Const blnCodeBlock = true
'***************************************************************************

'Advanced controls
'***************************************************************************
Const blnAdvAdddHyperlink = true 'Advanced hyperlink control
Const blnAdvAddImage = true  'Advanced image control requires File System Object (FSO)
Const blnHTMLView = false 'Allows the user to view the HTML code, you may need to dsiable this for extra security
Const blnSpellCheck = true 'Requires IEspell for Ineternet Explorer or SpellBound for Mozilla
Const blnUseCSS = false  'Enable CSS (Cascading Style Sheets) in Mozilla
Const blnNoIEdblLine = true 'Prevent IE's standard double line spacing when the 'ENTER' key is pressed
'***************************************************************************
 
'Using full URL path for images and links
'***************************************************************************
'If you are submitting the RTE content to a file outside of the RTE folder you may find that some of the relative
'paths for things like images stored on the server are incorrect (ie. href="my_documents/myPicture.jpg")
'The following can be used to change those relative server paths to full URL's so that if the submitted content is
'displayed on a page out side of the RTE files the paths to images etc. still work
Const blnUseFullURLpath = false
Const strFullURLpathToRTEfiles = "" 'Type in the full URL to the RTE folder eg. " http://www.myweb.com/RTE/ - http://www.myweb.com/RTE/ "
'***************************************************************************
%>
 
Thanks


Posted By: webfort
Date Posted: 26 November 2006 at 12:04pm
Just been looking at the html source code and for some reason it keeps calling non_rte etc?
 
Thanks
 



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