- Posts: 142
COMMUNITY FORUM
Category, SubCategory and SubSubCategory url
- theant
-
Topic Author
- Offline
- Premium Member
I need to get the Category, Subcategory and SubSubCategory in Item url.
I created e K2Tool module as Category List (menu) but the pages have url like
mydomain.com/main-category/subsubcategory/item.html
it drops the subcategory name
you can check it here:
www.archiviosonoro.org/marche/archivio/3-raccolta-esempio/2-001-pietrapertosa.html
the K2Tool module is here:
www.archiviosonoro.org/marche/mappa-dell-archivio.html
is it possible to fix it?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- theant
-
Topic Author
- Offline
- Premium Member
- Posts: 142
Please Log in or Create an account to join the conversation.
- theant
-
Topic Author
- Offline
- Premium Member
- Posts: 142
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Yes since you need custom URLs you need to build them using menu links. Alternatively you can search for a SEF extension doing this.
Please Log in or Create an account to join the conversation.
- theant
-
Topic Author
- Offline
- Premium Member
- Posts: 142
Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
I think AceSEF supports K2 but you will have to double check this with the extension's developer.
Please Log in or Create an account to join the conversation.
- theant
-
Topic Author
- Offline
- Premium Member
- Posts: 142
www.sakic.net/forum/sef-advance/sef-advance-extension-for-k2/
The regular K2 SEF URLs are right now like:
Animals (category): http://domain/animals
Birds (subcategory): http://domain/animals/itemlist/category/4-birds
Eagle (item): http://domain/animals/item/3-eagle
Hawk (item): http://domain/animals/item/4-hawk
With the new extension for SEF Advance you get:
Animals (category): http://domain/animals/
Birds (subcategory): http://domain/animals/birds/
Eagle (item): http://domain/animals/birds/eagle/
Hawk (item): http://domain/animals/birds/hawk/
It works for unlimited category depth. As you can see there are no IDs nor strange words in the URLs and they are far more logical reflecting your content structure. The other K2 views are also covered with improved URLs.
Please Log in or Create an account to join the conversation.
- shoulders
-
- Offline
- Senior Member
- Posts: 44
Mosets tree has this inbuilt and it is very useful
Can this be added as a feature request (possibly after the new Joomla Router is deployed)
Thanks
Please Log in or Create an account to join the conversation.
- shoulders
-
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Apart from mapping categories into menu items, you can also use the sh404sef integration plugin or use K2's advanced SEF settings.
Please Log in or Create an account to join the conversation.
- shoulders
-
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.