Gossamer Forum
Home : Products : Links 2.0 : Customization :

How to change the way URLs are inserted in LL???

Quote Reply
How to change the way URLs are inserted in LL???
Maybe someone can explain me (if it's possible) how to force the script to build pages with direct links to sites... not this jump.cgi with it's variables. I understand that I'll loose some features but with these "direct links" (http://www.domain.com) LL would be more useful for SE spiders.
Quote Reply
Re: [energo] How to change the way URLs are inserted in LL??? In reply to
Just edit your link.html template.

At the moment you will have something like:

<a href=<%db_cgi_url%>/jump.cgi?ID=<%ID%>><%Title%></a>

Just use something like this instead, depends on what mods you have installed thou, (check links.def for exact field name of Url)

<a href="<%URL%>"><%Title%></a>

Stu2000

- Top 100 forums / GT Links 2.0 websites -