[Done]: FAQ / Help Page? [Done]: FAQ / Help Page?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Done]: FAQ / Help Page?

Started by photoman13, April 06, 2004, 03:24:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

photoman13

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 :)

Nibbler

It is included in the beta version 1.3 if you want to try it.

photoman13

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? :)

Joachim Müller

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

photoman13