1.Events - Joomla
Component called 'Eventlist'
for 'upcoming Events' or 'Archive Events ' module called mod_eventlist
2.Year - month - day wise artcle list -Joomla
in joomla we have module called mod_lca , it will show the year to month to day wise artlce based on creation date
3.Joomla - Individual template file for one category or section or article ?
Suppose for category, in that file we need to put the condition based on its id, and write this line
if ($id = 7)
{
<?php echo $this->loadTemplate('anothertpl'); ?>
}
in our folder we need to create the default-anothertpl.php
4.
Component called 'Eventlist'
for 'upcoming Events' or 'Archive Events ' module called mod_eventlist
2.Year - month - day wise artcle list -Joomla
in joomla we have module called mod_lca , it will show the year to month to day wise artlce based on creation date
3.Joomla - Individual template file for one category or section or article ?
Suppose for category, in that file we need to put the condition based on its id, and write this line
if ($id = 7)
{
<?php echo $this->loadTemplate('anothertpl'); ?>
}
in our folder we need to create the default-anothertpl.php
4.
No comments:
Post a Comment