Hi,
I've got an issue with the {$JOOMLA_ARTICLE_LINK_SEF} tag wich is not processed by the plgSystemF2cSef plugin.
I've put the tag in an f2c intro template, with and without a / before the tag.
I've tried it on a fresh Joomla install with the stock protostar template and with the stock htaccess.
The plgSystemF2cSef plugin is published.
I've tried to change the position of the plgSystemF2cSef plugin (first, last, middle, elesewhere, etc)
I've tried on a local server and on an online server with a real domain name.
No way, the html rendered is always
<a href="/home/test/public_html/{$JOOMLA_ARTICLE_LINK_SEF}"> <span>Lire la suite…</span> </a>
by the way, the tag {$JOOMLA_ID} is not processed too but {$JOOMLA_TITLE_ALIAS} is fine.
Any idea?
Thank