Search
Other Articles Field questions
Forum

Articles field - Tags field

Jernej Polovšek's Avatar Jernej Polovšek
Is there any way to add basic article tags inside Custom HTML field in Articles field?
Andrea Malalana's Avatar Andrea Malalana ADMIN
Check this out:
docs4.regularlabs.com/articlesfield/goin...rther/more-data-tags

And the full list of available data:
docs4.regularlabs.com/articlesanywhere/data-tags/overview

However, you'd need the pro version also of Articles Anywhere to add tags.
Jernej Polovšek's Avatar Jernej Polovšek
Hi,

just bought Articles Anywhere and yes I get tags... but this [tags layout="joomla.content.my-tags-layout"] mentioned is not working... none of layouts work, not even original or my layout override, I have tags redirected and with different layout, now I can choose separator and stuff, that I don't need... can you please find me solution to make layout="" working...

BR Jernej
Peter van Westen's Avatar Peter van Westen ADMIN
Please try the latest development version from:
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
Jernej Polovšek's Avatar Jernej Polovšek
Great... Works... TNX...

One more question...

How can I get translations (JText) inside?

Or I need to use language extension (like extensions.joomla.org/extension/languages/am-lang/ )?
Peter van Westen's Avatar Peter van Westen ADMIN
You could use Sourcerer to embed php code:
{source}<?php echo JText::_('SOME_STRING'); ?>{/source}
Please post a rating at the Joomla! Extensions Directory
Jernej Polovšek's Avatar Jernej Polovšek
Do I need Sourcerer Pro or Free already enable this?
Peter van Westen's Avatar Peter van Westen ADMIN
You should be able to do this with the Free version.

And you probably need to change the code to:
{source}<?php echo \Joomla\CMS\Language\Text::_('SOME_STRING'); ?>{/source}

I personally use ReReplacer Pro to make placeholders for this, so I can simply place this in my content:
{jtext SOME_STRING}
ReReplacer then replaces that with the necessary PHP code.
But you'd need ReReplacer Pro for that.
Please post a rating at the Joomla! Extensions Directory
You can only post on the extension support forum if you have an active subscription and you log in

Buy a Pro subscription