I wan to remove the top bar in displayimage.php I wan to remove the top bar in displayimage.php
 

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]

Main Menu

I wan to remove the top bar in displayimage.php

Started by DeepasSea, February 10, 2005, 09:44:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DeepasSea

First, sorry for my english, i'm spanish guy, i want to remove the top bars showed when we are viewing an image, "start>album name>etc.."
Because i'm going to link directly to the first image of the album and i don't want to anybody goes to start page or other one.

Thank you!
My congratulations, very good script!

The same in spanish:

Por si alguién entiende español por aqui, estoy intentando remover la barra superior que se muestra cuando estamos visualizando una imagen, la que pone "Inicio>nombre de album"
No quiero que nadie vaya atrás, voy linkar directamente a "displayimage.php?album=1&pos0" y así en cada galería desde otra web.
Muchas gracias y buen script.

Abbas Ali

Do you want to remove the breadcrumb from displayimage.php page?

If yes then comment out the following code in displayimage.php (around line 604)


    if (is_numeric($album)) {
        $cat = - $album;
        $actual_cat = $CURRENT_ALBUM_DATA['category'];
        breadcrumb($actual_cat, $breadcrumb, $breadcrumb_text);
        $cat = - $album;
    } else {
        $actual_cat = $CURRENT_ALBUM_DATA['category'];
        breadcrumb($actual_cat, $breadcrumb, $breadcrumb_text);
    }
Chief Geek at Ranium Systems