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: Thumbnail paging?  (Read 2696 times)

0 Members and 1 Guest are viewing this topic.

cowgirlexpressions

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
  • Cowgirl Expressions
    • Cowgirl Expressions
Thumbnail paging?
« on: March 23, 2005, 03:08:00 am »

If I have 12 files in an album, and have my columns/rows set to 2x2, somewhere I should be able to access the rest of the files (a paging system), but I can't, it only shows the first 4 in default mode until you click the sort options at the top.  I could set it to have more rows, yes, but that doesn't seem right.  What if I ended up with a thousand files?  (Not likely, but still.)  I'm using a heavily hacked theme so I more than likely deleted something, but if someone could at least point me in the right direction to look or figure this one out, I'd appreciate it.

Thanks,
Ramsey
« Last Edit: March 24, 2005, 06:07:32 pm by kegobeer »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Thumbnail paging?
« Reply #1 on: March 23, 2005, 03:38:27 am »

Not much I can tell you, other than you should compare the classic theme to your theme, and see what you cut out.  I'd start looking at $template_tab_display, and everywhere that {LEFT_TEXT} is located.
Logged
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

cowgirlexpressions

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 27
  • Cowgirl Expressions
    • Cowgirl Expressions
Re: Thumbnail paging?
« Reply #2 on: March 24, 2005, 02:00:17 pm »

Found it (thanks keg).

In my // HTML template for thumbnails display...

The following was empty:
Code: [Select]
<!-- BEGIN tabs -->
 
<!-- END tabs -->

So I changed it to this:  (note the {TABS} array)
Code: [Select]
<!-- BEGIN tabs -->
        <tr>
                <td colspan="2">
      <table width="100%">
        <tr>
{TABS}
        </tr>
      </table>
                </td>
        </tr>
<!-- END tabs -->
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 16 queries.