I'll try to explain in detail my problem, and if anyone can help, that would be much appreciated...
I am currently hosting a city governments website that allows each department head to edit the content of their own department. I am using the RTE editor in a global admin area to accomplish this (Congrats on the editor by the way...mucho extraordinary!).
Each admin has his own "media vault", which I have successfully linked up to the image upload function through session variables pointing to their specific media vault locations.
However, I am having a problem with hyperlink inserts.
The editor is in a /admin folder, and the departments are in other root folders. When they highlight a word, and try to hyperlink it, the finished hyperlink has a "/admin" in the path instead of the session variable to their media vault. I looked through the javascript, but cannot seem to find the function that builds the hyperlink before closing that hyperlink insert window.
I have tried to edit the path in the rte config file, but this does not help.
Any suggestions?
Also, what would be cool is a function like what is in the image upload feature: the ability for them to click on a file that is already in their media folder on the server, and the link box to automaically fill in.
So, instead of the preview box, maybe a file box that i can fill in with the contents of a specific folder, and they can select from....