[Solved]: "no categories" - albums on top [Solved]: "no categories" - albums on top
 

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

[Solved]: "no categories" - albums on top

Started by wurzelsepp, March 04, 2008, 01:27:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wurzelsepp

Normally the "no categories" -album are on the buttom of the start page after the "categories". Is there a way for first showing the "no categories" - albums and afterwards the "categories" ?

wurzelsepp

maybe you don't understand what I want  :o

At the moment I have the following structure:

- category 1
  - album 1 (in category 1)
  - album 2 (in category 1)

- category 2
  - album 1 (in category 2)
  - album 2 (in category 2)

- album 1 (without category)
- album 2 (without category)

And I want to have it this way:

- album 1 (without category)
- album 2 (without category)

- category 1
  - album 1 (in category 1)
  - album 2 (in category 1)

- category 2
  - album 1 (in category 2)
  - album 2 (in category 2)

Nibbler

Reversing the order of alblist and catlist in config should do that. ('content of the main page' setting).

wurzelsepp