While getting into the FCKeditor i have failed to find a place to change the HREF of Anchor to what I want.
When uploading a file or image the editor links to that file, that then gets served up to the user, but if the page that you want to get to does not exist as a file...? What then?
I have made a function that write the full anchor and href of my CMS in a seperate files, these then act as a fake link to a page ie:
<a href="www.mysite.com/display.php?UUID=123">HOME</a>
is written in file HOME.html.lnk
Is there another way i can get this to work, or mabe get the editor to parse some files?
I want to user to be able to link to content within the CMS, not actual files...
Any suggestions would be great..
When uploading a file or image the editor links to that file, that then gets served up to the user, but if the page that you want to get to does not exist as a file...? What then?
I have made a function that write the full anchor and href of my CMS in a seperate files, these then act as a fake link to a page ie:
<a href="www.mysite.com/display.php?UUID=123">HOME</a>
is written in file HOME.html.lnk
Is there another way i can get this to work, or mabe get the editor to parse some files?
I want to user to be able to link to content within the CMS, not actual files...
Any suggestions would be great..