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.
Oct 24, 2002, 3:03 PM
User (270 posts)
Oct 24, 2002, 3:03 PM
Post #2 of 2
Views: 351
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 -
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 -

