HTML Links HTML Links
 

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

HTML Links

Started by Trevor, January 13, 2004, 09:19:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Trevor

Does anyone know how I would be able to add a link to the top of the page underneath the name of the Photo Gallery?  In phpbb I could add html to the description field, but I find it doesn't work here.  Any suggestions? 8)
Regards
        Trevor
Webmaster: www.annforbes.org :
           www.watthai.net/talon :
           www.rhodes-online.net :
           www.cdfhs-aus.com

Casper

In themes/yourtheme/template.html, find this code

<h1> {GAL_NAME} </h1>
                                        <h3>{GAL_DESCRIPTION} </h3><br />
                                        {MAIN_MENU}


and add your html links after the '{GAL_NAME}'.

Note, depending on the theme, some formatting may be present, and need adding to get it to look correct.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Trevor

Quote from: "casper"In themes/yourtheme/template.html, find this code

<h1> {GAL_NAME} </h1>
                                        <h3>{GAL_DESCRIPTION} </h3><br />
                                        {MAIN_MENU}


and add your html links after the '{GAL_NAME}'.

Note, depending on the theme, some formatting may be present, and need adding to get it to look correct.

Thanks, worked well.  Just what I needed.   8)
Regards
        Trevor
Webmaster: www.annforbes.org :
           www.watthai.net/talon :
           www.rhodes-online.net :
           www.cdfhs-aus.com