Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hi, for now this is planned, the standard MVC override feature does work and the additional features are planned - but first the extensions needs to be overwritten for next Joomla! version.
Thanks for the answer,
ok I put it in components\com_phocagallery\views\category\view.html.php
after that in my template folder I create the same folder structure template/mytemplate/html/com_phocagallery/views/category and copy the file view.html.php
and made my changes BUT they are not applied.
Is my folder structure for overriding is ok , or I made a mistake ?
ataman79 wrote:Thanks for the answer,
ok I put it in components\com_phocagallery\views\category\view.html.php
after that in my template folder I create the same folder structure template/mytemplate/html/com_phocagallery/views/category and copy the file view.html.php
and made my changes BUT they are not applied.
Is my folder structure for overriding is ok , or I made a mistake ?
I wanted to edit view.html.php , because there I found the code I wanted to change , connected to the browser site name order ... $title = JText::sprintf('JPAGETITLE', $title, htmlspecialchars_decode($app->getCfg('sitename')));
}
But finally I decided not to hard code the view.html.php, I will change the browser sitename using the Joomla menu