Proble Phoca Gallery Module Orden Category.

Phoca Gallery modules - modules for Phoca Gallery extension
vanhels
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2013, 15:09

Proble Phoca Gallery Module Orden Category.

Post by vanhels »

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:

Image

With the above configuration is in this order

Image

I would like to appear in this order:

Image

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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Proble Phoca Gallery Module Orden Category.

Post by Jan »

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. :idea:

Jan
If you find Phoca extensions useful, please support the project
vanhels
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Nov 2013, 15:09

Re: Proble Phoca Gallery Module Orden Category.

Post by vanhels »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Proble Phoca Gallery Module Orden Category.

Post by Jan »

Hi, the ordering in the module

the back buttons in component:

components/com_phocagallery/views/category/ ...
If you find Phoca extensions useful, please support the project
Post Reply