How to add external link with the actual URL instead of cID?
Permalink
I noticed that an external link is shown as something like this:http://localhost/mysite/?cID=100.... I would like to have it displayed as the actual URL instead of cID number. Is there a way to do this?
I already have pretty urls enabled. That does not work for the "External Link" that you create in the sitemap.
Perhaps I didn't clearly express my problem in the original post. For instance, my external link could behttp://www.google.com (I create this in the sitemap) but instead of showing this URL when I hover on the link, it always shows the cID value.
Perhaps I didn't clearly express my problem in the original post. For instance, my external link could behttp://www.google.com (I create this in the sitemap) but instead of showing this URL when I hover on the link, it always shows the cID value.
I do not think that is possible. I guess external links go though the concrete5 system to be able to log activity on the site for different reasons such as statistics.
I am not 100% sure, but that´s my guess to why external links show up as cID.
I am not 100% sure, but that´s my guess to why external links show up as cID.
I just tried adding an external link to google.com and I don't see this. Please see my attached screen shots.
I think there is a difference between between having it open in a new window or not. If it opens in a new window, it doesn't go through concrete5, else it creates a page with a redirect.
Nope.
Same thing if opening in same window. Opening in a different window just sets
instead of
Same thing if opening in same window. Opening in a different window just sets
target="_blank"
instead of
target="_self"
@adajad: Yes you are right. I tried that too with Autonav and it's working. I am using an add-on called Clevyr Nav and it does not work in it. I thought this issue was C5 specific. Has anyone experienced this with Clevyr Nav?
Have you posted a support request with Clevyr? Go to the add-ons page and ask the developer about this. Since it's add-on specific (and not for free = we don't have the source) you will probably get better info directly from the developer.
C5 creates a page in the database that simply contains a redirect to the external URL.
Rick