coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bgeh on December 20, 2003, 05:20:51 PM

Title: Would like to add a link to another site on the front page
Post by: bgeh on December 20, 2003, 05:20:51 PM
Hi, here's my site http://www.smktsprefects.com
I would like to add a link to a forum on the front page, but i have no idea how to, i don't dare use html since the index page is coded in php and i'm afraid it would spoil the look of the site
Title: Would like to add a link to another site on the front page
Post by: Casper on December 20, 2003, 05:47:31 PM
Just edit the themes/yourtheme/template.html.

you can put what you want in here, using html.  

ps, your link was not working when I tried.
Title: Would like to add a link to another site on the front page
Post by: bgeh on December 20, 2003, 07:13:55 PM
whoops, it's www.smktsprefects.tk :P
Title: Would like to add a link to another site on the front page
Post by: Casper on December 20, 2003, 08:38:34 PM
I see you are using 'hardwired' theme.

in themes/hardwired/template.html, replace this;
<td width="94%" height="22" valign="bottom" align="right"><span class="gal_name">{GAL_NAME}</span></td>

with this;
<td width="94%" height="22" valign="bottom" align="right"><a href="forum url">Forum</a>&nbsp;&nbsp;<span class="gal_name"><a href="http://www.smktsprefects.tk/">{GAL_NAME}</a></span></td>

Just replace the 'forum url with your actual one.
Title: Would like to add a link to another site on the front page
Post by: bgeh on December 21, 2003, 02:27:06 PM
thanks casper :D