Posts Tagged ‘templating’
Joomla templating – know where you are (full article view or article-listing) [SOLVED]
Some time ago I talked about how to know if you are in the frontpage or not But you might want to know (for instance, for plugin displaying) if you are viewing a full article or just a listing of articles (with just a preview of the articles’ content). How do you do this? You [...]
Joomla plugin and templating: how to know if you are in the frontpage
There are many situations in which a joomla developer needs to know if the code is being shown / executed in the main page. This is, the “context” in which the code is executed. For instance, if you want to use a different template for the frontpage and another for other visualizations (custom frontpage). Or [...]