First of all let me will congratulate you for the excellent extension really is very good, I have the following problem, gallery phoca use module to display a series of subcategories in a position of my template in the bootom-b module to be more specific, the categories are structured as follows:
/ -----> Album
-------------> Sub-12-A.
-------------> Sub-12-B.
-------------> Sub-14-A.
-------------> Sub-14-B.
-------------> Sub-16-A.
-------------> Sub-16-B.
-------------> Primer Equipo.
-------------> Fanaticos.
Print Screen General Setting:
With the above configuration is in this order
I would like to appear in this order:
Finally configure as would make when showing the back button to return to the main menu and not the parent category.
Thanks you,
Regards,
Wilmer Arambula.
Proble Phoca Gallery Module Orden Category.
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2013, 15:09
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Proble Phoca Gallery Module Orden Category.
Hi, to configure the back (up) button to main category (not to parent) this needs to be customized in the code.
Ordering - this takes effect if you have selected only one category or not, if you have more then you need to customize the module sql query - so you will set the priority of the category and then ordering of the images.
Jan
Ordering - this takes effect if you have selected only one category or not, if you have more then you need to customize the module sql query - so you will set the priority of the category and then ordering of the images.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2013, 15:09
Re: Proble Phoca Gallery Module Orden Category.
Thanks for the information in the code such changes need to be done in the phoca gallery module, or component phoca gallery, if you could guide me would make the change smoothly,
regards
regards
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Proble Phoca Gallery Module Orden Category.
Hi, the ordering in the module
the back buttons in component:
components/com_phocagallery/views/category/ ...
the back buttons in component:
components/com_phocagallery/views/category/ ...
If you find Phoca extensions useful, please support the project