Hi
Lovely software :-)
I've got a small problem. Having replaced my article intro images with specific fielded images from the econa tab system I need these to be linkable to the $fulltext.
Context
I'm using the Econa image tab system to give me srcset handling of images in blog and category blog view. that is to say I am not using article images.
Field display is set to be "before display" becuase otherwise the plugin doesnt get called.
Clearly an essential move is to override econa.php as you describe and I have that override here:
../Sites/helix/templates/my_favourite_template/html/plg_fields_econa/econa.php
I have demonstrated that this overidede is active
Now from the plugin's scope how do I get the $id of the article such that I can use ContentHelperRoute::getArticleRoute or whatever method to make an <a href for that fielded image?
Lovely software :-)
I've got a small problem. Having replaced my article intro images with specific fielded images from the econa tab system I need these to be linkable to the $fulltext.
Context
I'm using the Econa image tab system to give me srcset handling of images in blog and category blog view. that is to say I am not using article images.
Field display is set to be "before display" becuase otherwise the plugin doesnt get called.
Clearly an essential move is to override econa.php as you describe and I have that override here:
../Sites/helix/templates/my_favourite_template/html/plg_fields_econa/econa.php
I have demonstrated that this overidede is active
Now from the plugin's scope how do I get the $id of the article such that I can use ContentHelperRoute::getArticleRoute or whatever method to make an <a href for that fielded image?