New Posts New Posts RSS Feed - Members only script
  FAQ FAQ  Forum Search   Register Register  Login Login

Topic ClosedMembers only script

 Post Reply Post Reply
Author
Andy View Drop Down
Newbie
Newbie


Joined: 10 Sep 2007
Status: Offline
Points: 2
Direct Link To This Post Topic: Members only script
    Posted: 10 Sep 2007 at 3:58am
I am using the members only script and it works OK until I use it with a page that contains WebWiz RTE. There seems to be a conflict. Haxs any one used the script on a page with RTE?
Back to Top
Matt View Drop Down
Admin Group
Admin Group


Joined: 07 Feb 2003
Location: Manchester, UK
Status: Offline
Points: 195
Direct Link To This Post Posted: 11 Sep 2007 at 6:55am
The reason for the conflict is because the forums common.asp file which is included to find out if your logged in etc also includes other files such as the RTE settings file.

if you are using the stand alone RTE then you will need to remove the conflicting parts such as the "Dim" parts.

If you use the RTE on pages which do not include the forum common.asp file you will need to have to copies of the RTE, one for member pages and one for non-member pages (if you get me)
Back to Top
Andy View Drop Down
Newbie
Newbie


Joined: 10 Sep 2007
Status: Offline
Points: 2
Direct Link To This Post Posted: 11 Sep 2007 at 7:07am
I am not sure where to look. Which file are the "Dim" parts in.
Thanks for your help on this.
Back to Top
Matt View Drop Down
Admin Group
Admin Group


Joined: 07 Feb 2003
Location: Manchester, UK
Status: Offline
Points: 195
Direct Link To This Post Posted: 16 Sep 2007 at 7:45am
in the "RTE_setup.asp" file in the "RTE_configuration" folder remove the "Const" only from lines that course a problem (ie produce an error).

for example:

Const blnNew = true


to

blnNew = true

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.078 seconds.