Render all items with a certain tag through one menu item #743
-
Hello, I coded a component with an Admin View which includes a tag field so the items can be tagged. Now I wonder how to create a generic "tag" page, where only the items with this certain tag are shown. I could get it to work if I create a static menu item and select the tag as a menu parameter, but since I dont want to create a menu item for every tag, I would like to do this the generic way: Whenever you click on a tag in an item view, you go to a certain menuitem like this: www.website.com/component/tag/nameofthetag So the "tag" menu item is like a general menu for all tags to be rendered. Kinda lost here, a rough concept would do it ^^ Thanks a lot already. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I know this may not be that helpful, but we are using tags in the Sermon Distributor component. You can pull that JCB package and see how it was done. That is the direction I took... but the options are endless. Joomla has its own TAG front-end, I have not made use of it in a 3rd party extension as yet. But I know that it exist and it useful... but not sure what all the conventions are, and so can not be of more help at this time. |
Beta Was this translation helpful? Give feedback.
-
Hi, Joint tab: first): second): which produces something like:
|
Beta Was this translation helpful? Give feedback.
I know this may not be that helpful, but we are using tags in the Sermon Distributor component. You can pull that JCB package and see how it was done. That is the direction I took... but the options are endless. Joomla has its own TAG front-end, I have not made use of it in a 3rd party extension as yet. But I know that it exist and it useful... but not sure what all the conventions are, and so can not be of more help at this time.