4
test and it didn't have any effect.
any ideas?
<div style="padding: 5px;">
<a id="forumpost<{$topic_post.post_id}>">a>
<div class="head" style="padding:5px;">
<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$topic_post.post_id}>#forumpost<{$topic_post.post_id}>">#<{$topic_post.post_no}>
<{$topic_post.post_title}>
div>
<div class="even">
<{$topic_post.poster.link}>
<{if $topic_post.poster_ip}>
IP: <a href="http://www.whois.sxc/<{$topic_post.poster_ip}>" target="_blank"><{$topic_post.poster_ip}>a>
<{/if}>
<{$smarty.const._MD_POSTEDON}> <{$topic_post.post_date}>
div>
<{if $xoops_isuser}>
<div class="odd" style="padding:5px;"><{$topic_post.post_text}>div>
<{if $topic_post.post_attachment}>
<div class="odd" style="padding:5px;"><{$topic_post.post_attachment}>
div><{/if}>
<{/if}>
<div class="foot">
<{foreach item=btn from=$topic_post.thread_buttons}> <a href="<{$btn.link}>&post_id=<{$topic_post.post_id}>" title="<{$btn.name}>"> <{$btn.image}>a> <{/foreach}>
<a href="#threadtop" title="<{$smarty.const._MD_UP}>"> <{$p_up}>a>
div>
div>
i try to edit other newbb template and it shows some changes.
but only the newbb_item.html doesn't seem to have any effect.
even if i change the whois.sc url to something gibberish,
it doesn't seem to make any changes in the site.
any idea?