1
I found this hack and tried to add it to the newbb_thread.html but it doesn't work, even with updating the module:
<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>
This is how it looks in the template:
<{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>
Anyone using this hack? Does someone know how to get it working?