I'm currently implementing the RTE to a web site I'm working on. The RTE will be used in more than one location/page on my site and here's my problem.
I want to use different sets of functions depending on which page the RTE is on. E.g. on one page users can upload files, on another page (depending on type of user) file uploading should not be available among other functions.
How can I accomplish that since there's only one setup file that sets the functions by constant variables. I tried to make the constants regular variables by dim and then declaring each variable on each page using the RTE, but did not succeed. Is there a way to have multiple setup-files?
Any help is much appriciated.

Update: I'm using the new 3.0 beta
Edited by woodlander - 24 January 2005 at 5:57pm