
Thank you...I uninstalled the old Formulaire (as per the install instructions) and installed the new one from the link you provided and it works great now!
Thanks again!

<a href="java script:openWithSelfMain('<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$topic_post.poster_uid}>', 'pmlite', 450, 380);"><img src="<{$xoops_url}>/images/icons/sendpm.gif" alt="<{$topic_post.poster_sendpmtext}>" />a>
<{elseif $viewer_can_post == true}>
<td class="even" align="right">
<a href="java script:openWithSelfMain('<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$topic_post.poster_uid}>', 'pmlite', 450, 380);"><img src="<{$xoops_url}>/images/icons/sendpm.gif" alt="<{$topic_post.poster_sendpmtext}>" />a>
<a href='reply.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>'><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" />a>
td>
// assign to template
$xoopsTpl->assign('forum_selection_order', $forum_selection_order);
$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 365; [color=FF0000]<---CHANGED THIS DEFAULT DISPLAY FROM 100 to 365[/color]
$sel_since_array = array(1, 3, 7, 14, 30, 60, 90, 180); [color=FF0000]<---CHANGED THESE TO SUIT OUR SITE[/color]
$forum_selection_since = ';
foreach ($sel_since_array as $sort_since_v) {
$forum_selection_since .= '';
}
$forum_selection_since .= '';
$forum_selection_since .= '';
$forum_selection_since .= '';