removing thumbs in 2nd level removing thumbs in 2nd level
 

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

Main Menu

removing thumbs in 2nd level

Started by soboyle, August 26, 2004, 10:14:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

soboyle

I see an option to remove thumbs in first level of catagories, is there a way to remove them in the second level? I would prefer to show just a list of the albums I have in there with no thumbs.

Love this software, I like it so much that I signed up for a PHP and MySQL class this semester, so who know, maybe one day I will make sense of the scrawls and heiroglyphics the php files.

Joachim Müller

if your albums reside in no category at all (or in the root category, if you wish to call it this way), they will be visible no matter what you do in config. If you have a large number of albums, I recommend putting them into categories - will make it easier for your visitors. If you don't want album thumbnails at all, you will have to modify the code of index.php

Joachim

soboyle

Currently I have 2 catagories, and under each catagory there are numerous albums. The albums display a thumb next to them and some text describing the number of files in the album, last one added etc. I would like to remove that thumb and text and just have a list there.
Once in the album I want to have the thumbnails showing.

Joachim Müller

like I said: modify index.php then.

Joachim

soboyle

Can anyone point me to where in index.php I would make changes to remove the thumbnail and text from the album list.

Joachim Müller

there are several places you will have to modify. Looking into this and giving you more hints would actually mean coding this for you. Look for <img (but not all image tags have to be modified). Don't remove hem, but comment them out, using <!-- and -->

Joachim