Theme or a pretty URL issue - I'm too new to judge
Permalink
I created a downloads page and chose "exclude from nav" as I don't want it too obvious / cluttering up the menu. For some reason I can't get the page to render itself using the site theme when I include a link.
If I provide a direct link like this:
... but when I provide a link within text, this URL becomes
which doesn't pull in the theme details. Is this a normal glitch for C5? If I right click on the link while in edit mode (within the Tiny Editor) I am able to get to the correct URL and have the page draw correctly.
This page demonstrates the error(http://www.jamesleech.com/index.php/journal/large-files/....
It has the link pasted as
but rendering as which demonstrates the problem.
If I provide a direct link like this:
http://www.jamesleech.com/index.php?cID=81
... but when I provide a link within text, this URL becomes
http://www.jamesleech.com/downloads/
which doesn't pull in the theme details. Is this a normal glitch for C5? If I right click on the link while in edit mode (within the Tiny Editor) I am able to get to the correct URL and have the page draw correctly.
This page demonstrates the error(http://www.jamesleech.com/index.php/journal/large-files/....
It has the link pasted as
http://www.jamesleech.com/index.php?cID=81
but rendering as
http://www.jamesleech.com/downloads/
The problem is that you have an actual folder named "downloads" on your server. The concrete5 "downloads" path is more of a virtual thing in the system, so if there's a real folder with a certain name, that takes precedence over C5's "virtual" paths. So you need to get rid of the downloads folder on your server (or rename it to something that isn't being used in one of your C5 paths).