The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Latest News with date
PostPosted: Sat Dec 22, 2007 1:21 pm 
Joomla! Guru
Joomla! Guru

Joined: Thu Aug 18, 2005 9:12 pm
Posts: 980
Location: UK
Hi there,

I am trying to display the created date next to the titles in my latest news module, I have the following in my template override file:

Code:
<div class="date">
      <span class="myDayStyle"><?php echo JHTML::_('date', $this->item->created, JText::_('%e')); ?></span>
      <span class="myMonthStyle"><?php echo JHTML::_('date', $this->item->created, JText::_('%b')); ?></span>
      <span class="myYearStyle"><?php echo JHTML::_('date', $this->item->created, JText::_('%Y')); ?></span>
   </div>


But this seems to display the current date only, the above works for my latest news page, but not in a module.

Hope someone can help me out.

Thanks


Top
 Profile  
 
PostPosted: Sat Dec 22, 2007 3:55 pm 
Joomla! Intern
Joomla! Intern

Joined: Thu Aug 18, 2005 1:47 pm
Posts: 66
Add this to the helper.php_file:
Code:
$lists[$i]->created = JHTML::_('date', $row->created, JText::_('%d-%m'));


and then in your default.php this where you want to publish the date:
Code:
<?php echo $item->created; ?>


Cheers ;)


Top
 Profile  
 
PostPosted: Wed Jan 09, 2008 4:05 pm 
Joomla! Guru
Joomla! Guru

Joined: Thu Aug 18, 2005 9:12 pm
Posts: 980
Location: UK
Hi There,

Thanks for the reply, sorry for the delay, posted before the christmas break and forgot about the post.

Anyway, I was just wondering which helper.php file I need to edit, there seems to be several.

Thanks


Top
 Profile  
 
PostPosted: Wed Jan 09, 2008 5:24 pm 
Joomla! Intern
Joomla! Intern

Joined: Thu Aug 18, 2005 1:47 pm
Posts: 66
Each module has his own helper.php file. It's listed in the mod_latestnews module itself!


Top
 Profile  
 
PostPosted: Wed Jan 09, 2008 6:36 pm 
Joomla! Guru
Joomla! Guru

Joined: Thu Aug 18, 2005 9:12 pm
Posts: 980
Location: UK
Arrrghh, thanks, will try that.


Top
 Profile  
 
PostPosted: Wed Jan 30, 2008 10:15 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 14, 2007 1:48 pm
Posts: 9
Location: Bulgaria
Тhanks man


Last edited by harrygg on Wed Jan 30, 2008 10:24 am, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 



Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group