PDA

View Full Version : Changing the Reciprocal Link address


eski009
10-24-2005, 05:25 PM
Lets say my website's address was http://www.linkexchange.com.

but I wanted people to point their reciprocal link to point to http://www.otheraddress.com.

How would i go about this?
Thanks

otilia
10-26-2005, 03:44 PM
Well, here's how I would do it at this moment, but it's really not an elegant solution, maybe someone will finally come up with another one...

- edit the site options in the admin panel to whatever other site you want to get links for, because these constitute the info included in the reciprocal link code required from those who submit links;

- go to templates/header.tpl and edit the file to remove or better comment out the references to site title and/or description (<h1 id="title">{$in_page_title}</h1>!> and <p id="descr">{$description}</p>);

- manually add into the header.tpl file the text you want to show in header (title, description, logo, whatever).

Hope it helps!