Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [antoined] Newest Thread on home page: Edit Log

Here is the list of edits for this post
Re: [antoined] Newest Thread on home page
 YOGI SCRIPT

For people less expert like me, change (if you have named the first file as display_recent_posts.html) :

$tpl->parse_print($path . '/templates/' . $templateset . '/external_display_recent_posts.html', {post_loop => \@output, number => $num, localtime=> $date});

to

$tpl->parse_print($path . '/templates/' . $templateset . '/display_recent_posts.html', {post_loop => \@output, number => $num, localtime=> $date});

Antoine

Last edited by:

antoined: May 8, 2004, 7:51 AM

Edit Log: