Making gallery title a link? Making gallery title a link?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Making gallery title a link?

Started by xGrape, December 26, 2004, 11:26:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xGrape

Which file do I edit if I want the title of my gallery pages (http://www.sagavoll.com/bilder/) to be a link back to the root level of the domain? Current title is "Sagavoll.com : Bilder", just to make it clear which I want to edit :) I guess this is not edited in the template files? Thanks in advance!

Joachim Müller

edit http://www.sagavoll.com/bilder/themes/mac_ox_x/template.html, find <h1>{GAL_NAME}</h1>and replace with<h1><a href="/">{GAL_NAME}</a></h1>

Joachim

19_Chevelle_69

I would like to do a similar action with my title, however I would like it to redirect back to my forum.

I am using the Igames theme, and tried to change the html like it was posted above, without any luck.

I would like the title to navigate to this link....... http://classictalk.com/donsforum/index.php

Here is the link to my gallery.... http://classictalk.com/chevygallery/index.php

Thanks for any help you can offer..
Don

donnoman

make a copy of the the current themes/igames/template.html file

edit the themes/igames/template.html file

find:

         <td background="themes/igames/images/top_panel_r1_c1.jpg">
           <h1>{GAL_NAME}</h1>


change to:


         <td background="themes/igames/images/top_panel_r1_c1.jpg">
           <h1><a href="http://classictalk.com/donsforum/index.php" title="Click to go to Donsforum" >{GAL_NAME}</a></h1>


should work.

19_Chevelle_69

Done and done, works like a charm....thanks a lot. 

I just couldn't see where to do it on my template.
Don