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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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