Wishlist.
Is it possible to get a parameter where you can deside if you want the category listing with sub category to be like this
(The joomla menu way)
Category
|_ Subcategory
instead of like this.
(Phoca gallery way)
Category Âť Subcategory
I think that the phoca gallery way can look a bit messy when you have alot of sub categories.
Category listing in the backend.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Not yet but you can
Not yet but you can change it in row 74 in:
administrator/components/com_phocagallery/models/phocagallerycs.php
Just change the value in row 74 to the value which is comment. Then you get only names without parent categories...
|_ is not possible because I have used the same recursive function for this view and for the Select boxes where the |_ can be confusing...
Jan
administrator/components/com_phocagallery/models/phocagallerycs.php
Just change the value in row 74 to the value which is comment. Then you get only names without parent categories...
|_ is not possible because I have used the same recursive function for this view and for the Select boxes where the |_ can be confusing...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 53
- Joined: 01 Feb 2008, 03:09
Will this be a funct
Will this be a function in the future?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I don't know. T
I don't know. There are a lot of feature requests and now I am no match for all them...
Jan
Jan
If you find Phoca extensions useful, please support the project