Thumbnail View Column Amount Thumbnail View Column Amount
 

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

Thumbnail View Column Amount

Started by megrae, April 28, 2012, 08:23:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

megrae

I tried searching as best as I could for an answer on the boards before I registered and made this topic.

I recently downloaded, unzipped and uploaded the theme: Curve Purple from the 1.5x demo page to my site.  Essentially the color is all I wanted as I cannot figure out the information in those files myself to make my own.  Anyways, I was able to change to it and I thought everything was well until a friend of mine viewing my gallery asked why the thumbnail columns in the albums were only 3 now instead of the 5 it was before.  I went to the config page and told it to use 5, but it keeps putting the columns back to 3.  I tried logging out, closing browser, logging back in several times.. but it won't keep the thumbnail view in the albums at 5 columns.

I was wondering if anyone might be able to help me figure out what I need to change or do to make this work.  http://www.taome.net/imgvid is the site.

Thank you for your time.


Αndré

Open the theme's theme.php file, find
$CONFIG['thumbcols'] = 3; //overrides the number of columns for thumbnails.
and delete that line completely.

As you can see, the theme overrides some config values, for whatever reason.

megrae

Thank you for your assistance Αndré.