Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Not show the Album Path  (Read 4091 times)

0 Members and 1 Guest are viewing this topic.

Rheinland

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Not show the Album Path
« on: March 03, 2005, 09:56:02 pm »

Hello,
i need help again.

at the following link you can see my testgallerie.

http://web86.server14.webserver-projekt.de/cpg132/thumbnails.php?album=3

At the top of the thumbnail overview an on the top of the picture view you can find the path of the gallerie. Now i will remove this path information from the thumbnailpage and from the picturepage. But i cant find the right place in the theme.php where i can delete this parts of the code.

I think for the profis it ist easy to give me the right tip to find a solution.

thank you bevor

Andreas
www.lev-rheinland.de
Logged

Rheinland

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Not show the Album Path
« Reply #1 on: March 03, 2005, 11:03:12 pm »

I think i find a part how can i change it

In the file theme.php i search for the folowing code

Code: [Select]
if ($breadcrumb) {
        $template = template_extract_block($template_breadcrumb, 'breadcrumb');
        $params = array('{BREADCRUMB}' => $breadcrumb
            );
     echo template_eval($template, $params);

and then i change it to

Code: [Select]
    if ($breadcrumb) {
        $template = template_extract_block($template_breadcrumb, 'breadcrumb');
        $params = array('{BREADCRUMB}' => $breadcrumb
            );
     echo;

If you find a better way please write it down into this theme.

thank you bevor

Andreas
www.lev-rheinland.de
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.