Subcategories display

Phoca Gallery - image gallery extension
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Subcategories display

Post by artmajster »

Hello
I have a problem with display subcategories

how to display subcategories without division by categories

I do not know how to explain it exactly

how to display the newest categories with pictures embedded in other categories
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Re: Subcategories display

Post by artmajster »

Maybe I'm translating wrong

I have a categories

1
-2
- 10 (1.03.2010)
-3
- 12 (1.05.2010)
- 11 (1.02.2010)
-4
- 14 (1.08.2010)
- 13 (1.07.2010)

now I have in main menu Phoca Gallery » Categories
10 (1.03.2010)
12 (1.05.2010)
11 (1.02.2010)
14 (1.08.2010)
13 (1.07.2010)
It's sort by date but sort with look from which categories is subcategories

I would like to have:
14 (1.08.2010)
13 (1.07.2010)
12 (1.05.2010)
10 (1.03.2010)
11 (1.02.2010)
It's sort by date but with out look from which categories is subcategories
how can I make this ??
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Subcategories display

Post by Jan »

Hi, then you need hide subcategories and set the ordering to date (desc/asc), maybe you will need to customize the sql query (in model)

Jan
If you find Phoca extensions useful, please support the project
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Re: Subcategories display

Post by artmajster »

then you need hide subcategories and set the ordering to date (desc/asc)
then I have got nothing because I have everything i subcategories
maybe you will need to customize the sql query
some suggestion how can I make this?
what file?
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Re: Subcategories display

Post by artmajster »

in file "categories.php"

Code: Select all

	. ' GROUP BY cc.id'
how to change this to group by nothing

only to view suctategories by ID ascending without any categories sorting
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Re: Subcategories display

Post by artmajster »

Have I any chance to help with my problem?

I would like to display subcategories by ID ascending without any categories sorting

PLEASE ...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Subcategories display

Post by Jan »

Hi, no expereineces ther :( :( didn't do such modification yet, the sql is stored in model

components/com_phocagallery/models/ (categories or category)

Jan
If you find Phoca extensions useful, please support the project
artmajster
Phoca Member
Phoca Member
Posts: 16
Joined: 03 Mar 2009, 08:55

Re: Subcategories display

Post by artmajster »

I know this
I need some help or advice how to change sql querty
to make a display how I want

I there any chance to get this help here?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Subcategories display

Post by Jan »

As I wrote, didn't make it yet, no experiences, maybe somebody other :idea:
If you find Phoca extensions useful, please support the project
Post Reply