gallery options gallery options
 

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

gallery options

Started by tommytomato, October 19, 2003, 05:49:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tommytomato

Can any one help me out please.

My gallery is looking nice, thanks guys for a great gallery.
I have one question.

How do i remove the number of albums box on the main index page
it display then number of albums you have on how many pages
just below all the cats.

I can seem to find were it is under the admin pages
anyone help me out please.

cheer tommytomato
http://www.rockinghamgateway.com/

Joachim Müller

to remove the statistics at all, edit index.php and find        $statistics = strtr($lang_list_categories['stat2'], array('[pictures]' => $picture_count,
                '[albums]' => $album_count,
                '[views]' => $hit_count));
and replace it with$statistics = '';(haven't tested, but should work)

GauGau

tommytomato

Hi again

I tried what you said, it didn't do a thing from what i notice


tommytomato  8)

Joachim Müller


michiel

I have tried gaugau's sollution, but it does not seem to work with me either. Look at http://www.dwaalgasten.nl/Foto/cpg1.3.3/cpg133/index.php and click on "Kreta". Other sollutions?

michiel

i found it! problem is over...

kegobeer

@michiel: please post what your error was and how you fixed it.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

michiel

My wish was not to have any statistics (".. images on .. pages, etc) in my album. Gaugau's solution worked for the main page, but not for the separate album pages. The solution I finally found was in the language file,  the string "$lang_thumb_view = array". There I changed the code for 'pic_on_page' to  ''.
What i am still looking for is a way to hide the box with the sorting options as well. I changed some codes in the same string, but the result is only that the text labels are gone, but the "+" and "-" (and the blue background colour) are stil there. See: http://www.dwaalgasten.nl/Foto/cpg1.3.3/cpg133/thumbnails.php?album=1. Any suggestions? Thanks!