hi Toivo, thank you, but not exaclty.
at the end of the article there's a part with extra fields and author info.
in the default.php (\com_content\tmpl\article\) there is no code responsible for generating extra fields and author info. I realised that the last lines of this file are refering to it:
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
so, I was looking for a "plugin event "onContentAfterDisplay"" , but I couldn't. As I understand, in this plugin event I will find a code responsible for extra fields and author info.
best
at the end of the article there's a part with extra fields and author info.
in the default.php (\com_content\tmpl\article\) there is no code responsible for generating extra fields and author info. I realised that the last lines of this file are refering to it:
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
so, I was looking for a "plugin event "onContentAfterDisplay"" , but I couldn't. As I understand, in this plugin event I will find a code responsible for extra fields and author info.
best
Statistics: Posted by kalixo — Tue Feb 20, 2024 9:44 am