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
Subcategories display
-
artmajster
- Phoca Member

- Posts: 16
- Joined: 03 Mar 2009, 08:55
Re: Subcategories display
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 ??
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 ??
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subcategories display
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
Jan
If you find Phoca extensions useful, please support the project
-
artmajster
- Phoca Member

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

- Posts: 16
- Joined: 03 Mar 2009, 08:55
Re: Subcategories display
in file "categories.php"
how to change this to group by nothing
only to view suctategories by ID ascending without any categories sorting
Code: Select all
. ' GROUP BY cc.id'only to view suctategories by ID ascending without any categories sorting
-
artmajster
- Phoca Member

- Posts: 16
- Joined: 03 Mar 2009, 08:55
Re: Subcategories display
Have I any chance to help with my problem?
I would like to display subcategories by ID ascending without any categories sorting
PLEASE ...
I would like to display subcategories by ID ascending without any categories sorting
PLEASE ...
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subcategories display
Hi, no expereineces ther
didn't do such modification yet, the sql is stored in model
components/com_phocagallery/models/ (categories or category)
Jan
components/com_phocagallery/models/ (categories or category)
Jan
If you find Phoca extensions useful, please support the project
-
artmajster
- Phoca Member

- Posts: 16
- Joined: 03 Mar 2009, 08:55
Re: Subcategories display
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?
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?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subcategories display
As I wrote, didn't make it yet, no experiences, maybe somebody other 
If you find Phoca extensions useful, please support the project