coppermine-gallery.com/forum

No Support => Feature requests => Topic started by: photoman13 on April 06, 2004, 03:24:23 PM

Title: [Done]: FAQ / Help Page?
Post by: photoman13 on April 06, 2004, 03:24:23 PM
okay I just got done reading 605 search finds... with no luck.. can someone point me to a place where..

you can add a "FAQ/Help" page to coppermine?

I'm pretty sure it's been done before, but did anyone share the MOD with the group yet?

Thanks :)
Title: [Done]: FAQ / Help Page?
Post by: Nibbler on April 06, 2004, 03:28:22 PM
It is included in the beta version 1.3 if you want to try it.
Title: [Done]: FAQ / Help Page?
Post by: photoman13 on April 06, 2004, 03:49:02 PM
Quote from: "Nibbler"It is included in the beta version 1.3 if you want to try it.

Thanks, but is there a MOD for 1.2 since it's not a beta? :)
Title: [Done]: FAQ / Help Page?
Post by: Joachim Müller on April 07, 2004, 07:54:46 AM
no, there's no mod afaik, but to be sure search the mods/hacks board. But you can simply add anything to the regular coppermine menu. Edit themes/yourtheme/theme.php and find<!-- BEGIN album_list -->
                        <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a> ::
<!-- END album_list -->
and replace it with<!-- BEGIN album_list -->
                        <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a> ::
                        <a href="link_to_your_fax.htm" title="FAQ">FAQ</a> ::
<!-- END album_list -->
You'll of course have to build the faq page for yourself.

GauGau
Title: [Done]: FAQ / Help Page?
Post by: photoman13 on April 07, 2004, 03:33:36 PM
Thanks GauGau :)