Forum
Using Joomla's native tags as a TF Content colum
I created a new column in TF Content, in field type I chose SubformThen I created an XML subform with the field type: tagsAnd uploaded it to /libraries/techfry/forms/content/tags.xml
This allowed me to add a tag to a record, but when I tried to submit the record I received an error1146 Table 'cleunited_joom759.josub_tfc_' doesn't exist
Maybe there's another method to include Joomla tags in TF Content records?
Sorry to bother again. I can't find documentation on using the SQL field type to allow tags.
In Column > Field Options > Field Settings
I have set the field Type to Sql
Below that, under Field Settings there are the following fields:
Options Select From Where Group By Order By Key Field Value Field Header Multiple Form LayoutWhich. if any, paramters do I need to add to these fields to invoke Tags? Thank you for your time
Hi, any update on this?
The fact that the error says "josub_josub_tags" suggests a PHP file is repeating the variable for table prefix (josub_)
And if it was corrected, the component would be able to locate and display data from "josub_tags"
I can make this change myself if you can tell me which file/line needs to be updated.
Any help is appreciated.