×
This forum has been locked. Please submit new Feature Requests on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Non-standard tags implementation
Paul Holmes
New Member
Posts: 1
9 года 6 мес. назад - 9 года 6 мес. назад #802
от Paul Holmes
Paul Holmes создал тему: Non-standard tags implementation
Hi,
Are there any plans to use the standard Joomla tags approach to tags in an extension (see docs.joomla.org/J3.x:Using_Tags_in_an_Extension) rather than the custom approach currently taken (i.e. storing tags in a column along with the item itself, in CSV format?)
As far as I know tag relationships (i.e. item <-> tag) should be stored in _contentitem_tag_map rather than inline with the item.
Not using this approach means:
- Can't easily use JOINs to fetch data based on tags
- Incompatible with modules that look for associations in _contentitem_tag_map
- Need to unpack tag values from field after query has run
None of which are particularly great traits.
Cheers,
Paul
Are there any plans to use the standard Joomla tags approach to tags in an extension (see docs.joomla.org/J3.x:Using_Tags_in_an_Extension) rather than the custom approach currently taken (i.e. storing tags in a column along with the item itself, in CSV format?)
As far as I know tag relationships (i.e. item <-> tag) should be stored in _contentitem_tag_map rather than inline with the item.
Not using this approach means:
- Can't easily use JOINs to fetch data based on tags
- Incompatible with modules that look for associations in _contentitem_tag_map
- Need to unpack tag values from field after query has run
None of which are particularly great traits.
Cheers,
Paul
Последнее редактирование: 9 года 6 мес. назад пользователем Paul Holmes.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Geir
New Member
Posts: 15
9 года 3 мес. назад #964
от Geir
Geir ответил в теме Non-standard tags implementation
I need this as well.
I am making a module to get content articles tag, and match with tagged items in my component to display some of the information.
I am making a module to get content articles tag, and match with tagged items in my component to display some of the information.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Andres Maeso
Platinum Member
Posts: 338
9 года 3 мес. назад #966
от Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Адрес электронной почты защищен от спам-ботов. Для просмотра адреса в вашем браузере должен быть включен Javascript.
Andres Maeso ответил в теме Non-standard tags implementation
Hi!
We implemented tags in Component Creator in its early state, now it has evolved, as it's standard Joomla, we will prioritize it in our development roadmap. By the way, you are still on time to vote for the rest www.surveymonkey.com/s/CXCSBC9
Thanks for your feedback
We implemented tags in Component Creator in its early state, now it has evolved, as it's standard Joomla, we will prioritize it in our development roadmap. By the way, you are still on time to vote for the rest www.surveymonkey.com/s/CXCSBC9
Thanks for your feedback
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Адрес электронной почты защищен от спам-ботов. Для просмотра адреса в вашем браузере должен быть включен Javascript.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Время создания страницы: 0.053 секунд