Copyright notice i want to turn it into a link

GK User
Sun Sep 25, 2011 11:30 am
Hi i have my site [url=http://]http://trancebandmanchester.co.uk/[/url] and at the bottom where the copyright notice is, i want to have this as a link so it goes to my main site. does anyone know how to do this please
User avatar
Platinum Boarder

GK User
Sun Sep 25, 2011 6:50 pm
You can use following:

Code: Select all
<a target="_blank" rel="follow" title="Claire Hegarty 2011" href="http://www.yourwebsite.com">Claire Hegarty 2011 (C)</a>
User avatar
Platinum Boarder

GK User
Sun Sep 25, 2011 7:33 pm
hi thanks for that. where should i put this line and under what part of the site. i changed the copyright notice in the feature section where as i normal do it on the index file.
User avatar
Platinum Boarder

GK User
Sun Sep 25, 2011 8:12 pm
I dont have this template installed at the moment so try it where you entered "Claire Hegarty 2011". If that section doesnt render html out then it will work fine if not i ll post a different solution when i get back home...
User avatar
Platinum Boarder

GK User
Sat Oct 01, 2011 8:54 pm
Hi i put the code in in the admin section where you edit the template but it strips out the code, so i think this will need to be put in html somewhere in the back end of the site
User avatar
Platinum Boarder

GK User
Sun Oct 02, 2011 11:42 am
Firstly going to Template Options and on the right "FEATURES" then at the end "Copyright" in the box next to it i have copied below code which works fine.
Code: Select all
<a target="_blank" rel="follow" title="Claire Hegarty 2011" href="http://www.yourwebsite.com">Claire Hegarty 2011 (C)</a>


If you insists you want to edit the file then follow below, Delete anything in above template Features > Copyright section...

Find and edit this file : templatesgk_finance_businesslayoutsblocksfooter.php

Line : 29 which is as below
Code: Select all
      <?php echo $this->_tpl->params->get("footer_content"); ?>


replace the whole line as below

Code: Select all
      <?php echo $this->_tpl->params->get("footer_content"); ?><a target="_blank" rel="follow" title="Claire Hegarty 2011" href="http://www.yourwebsite.com">Claire Hegarty 2011 (C)</a>

Change website url "http://www.yourwebsite.com" as well in above code.
User avatar
Platinum Boarder

GK User
Sun Oct 02, 2011 11:57 am
many thanks for this
User avatar
Platinum Boarder

GK User
Sun Oct 02, 2011 12:19 pm
No problem at all ...
User avatar
Platinum Boarder


cron