The Joomla! Extensions Directory ™

rigol2000

Reviews(1)
 
byrigol2000, September 28, 2010
Automatically Generated Menu
I have been looking for a way to automatically create a menu with the Section / Category / Article structure. This is not complex, so It's easy, once it is set up.

I am also running into the timestamp bug that lcdweb pointed out. For the new article to show up in the menu, I need to change the publish date to a day earlier.

lcdweb, which $now entry did you change? This is what I have in the helper.php:

$now = date('Y-m-d H:i:s', time());

// $date = new JDate();

// $now = $date->toMySQL();

//jimport('joomla.utilities.date');

//$now = JFactory::getDate()->toFormat('%Y-%m-%d %H:%M:%S');