Wysiwyg adding / in front of link URLs

5 posts by 2 authors in: Forums > CMS Builder
Last Post: January 18, 2010   (RSS)

By garyhoffmann - January 18, 2010

Hello,

I have a site that requires the use of subdirectories. Within a subdirectory, I have a page that displays something from one of the CMSB records. This record needs to have a link to another page WITHIN that subdirectory.

The trick is, the subdirectory is NOT known at the time of creating the content as it's dynamically created at run-time based on user of the system.

Within the article I'm placing a link to "content-detail.php". When I save it, I get "/content-detail.php" in the window. I don't understand what's causing the link to become absolute even though I am specifying it relative.

I even tried "./content-detail.php" and it changed it to /content-detail.php".

Where is this setting and what do I need to change?

Thanks,
Gary.

Re: [chris] Wysiwyg adding / in front of link URLs

By garyhoffmann - January 18, 2010

Thank you!

Re: [garyhoffmann] Wysiwyg adding / in front of link URLs

By Chris - January 18, 2010

No problem; glad I could help. :)
All the best,
Chris

Re: [chris] Wysiwyg adding / in front of link URLs

By garyhoffmann - January 18, 2010

I also found reference to a settings called "convert_urls" that you can set to true/false that also seems to help. Don't know if it's necessary, but it also doesn't appear to hurt.

Thanks again.
Gary