Multiple Tag Fields #10
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have created several tag fields for collecting data. I am wanting to re-purpose the Joomla! core as much as possible, and rather than trying to create something for comma separate values, then separate those in the code, Joomla! tags would be much cleaner.
I created several tag field, using your example, and have given each one a different name. In looking in admin/layouts/property (the name of my view), then looking at the PHP, in this case leatures_left.php, I can see that it looks like it's pulling everything correctly, except when it comes to where it places the tags. The PHP is showing:
rather than pulling the name (or even ID) of the tag field.
Sorry but Joomla does not allow more then one tag field per view-table
Wait let me rephrase, Component Builder does not allow for more then one tag due to the exstrem conventions. So I must say the tag field implementation is very tricky read this for some help:
https://docs.joomla.org/J3.x:Using_Tags_in_an_Extension
https://docs.joomla.org/J3.x:How_To_Use_Content_Tags_in_Joomla!
Then think about it, component build is trying to do all of that for you... so at this time it can only do one tag... sorry!