Also a way to get time added to display:
May 10, 2009
Anywhere in videos.tpl put:
Tada another nasty hack by me.. :wink:Code:{php} $new_date = $this->_tpl_vars['video_info'][$this->_sections['i']['index']]['adddate']; echo date('F j, Y', strtotime($new_date)) ; {/php}
Bookmarks