Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: Removing My Gallery Link  (Read 3641 times)

0 Members and 1 Guest are viewing this topic.

fakbik

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
[Solved]: Removing My Gallery Link
« on: August 10, 2004, 08:29:02 am »

how to do that?
« Last Edit: August 11, 2004, 11:57:18 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Removing My Gallery Link
« Reply #1 on: August 10, 2004, 09:59:31 am »

edit themes/yourtheme/theme.php, find
Code: [Select]
<!-- BEGIN my_gallery -->
                        <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a> ::
<!-- END my_gallery -->
and replace with
Code: [Select]
<!-- BEGIN my_gallery -->
                        <!--<a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a> ::-->
<!-- END my_gallery -->
Do not replace completely, the comments <!-- BEGIN my_gallery --> and <!-- BEGIN my_gallery --> have to remain in the theme for coppermine to work properly.

GauGau

Logged

fakbik

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Removing My Gallery Link
« Reply #2 on: August 11, 2004, 05:38:22 am »

you can have my firstborn child.....'s picture.
Logged
Pages: [1]   Go Up
 

Page created in 0.014 seconds with 19 queries.