Message Text |
Hi... and first of all. Thanks for a great piece of software.
I'm building a site and are starting to find reciprocal link-partners. But almost everyone will not reciprocal - simply because the link I give back to them isn't a 'hardcoded' url - which it should be for The Almighty Google and SEO-guys.
Basically I need {TRACKLINKURL} from displaylinks.tpl changed to {LINKURL} from details.tpl - but still be able to keep a track of how many hits a unique link gets. (hope this make sense... )
details.tpl this code:
This line: <IF {LINKURL}><a href="{TRACKLINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a> changed to
This line: <IF {LINKURL}><a href="{LINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a>
And still be able to track hits. I'm guessing that it can be done by the .htaccess-file - but unfortunately my skills with mod_rewriting isn't that good
But how can I do this?
Best regards, Michael
(please excuse my bad english. :o)) |