Will you change template files?
It is not recommend for change templates.

Recommend use template manager. (And recommend use altsys module by gijoe)

Here is example on XOOPS 2.4.4 edited by template manager.
http://x24.myht.org/modules/eguide/event.php?eid=1

Editing the template : module : eguide_item.html (update)
@@ -14,21 +14,8 @@
   </a>
 <{/if}>
   <div class="evinfo"><{$smarty.const._MD_POSTERC}> <a href="<{$xoops_url}>/userinfo.php?uid=<{$event.uid}>"><{$event.uname}></a>&nbsp;&nbsp;<{$smarty.const._MD_POSTDATE}> <{$event.postdate}> (<{$event.hits}>)</div>
   <p class="evbody"><{$event.disp_summary}></p>
-<div class="evprop">
-<div><{$smarty.const._MD_STARTTIME}> <{$event.time}></div>
-<{if $event.persons}>
-<div><{$event.reserv_num}><{if $event.reservation}> (<{$event.reserv_reg}>)<{/if}></div>
-<{/if}>
-<{if $event.dispclose && $event.reservation}>
-<div><{$smarty.const._MD_CLOSEDATE}> <{$event.dispclose}></div>
-<{/if}>
-<{if $points_this}>
-<!-- points plugin -->
-<div><{$smarty.const._POINTS_NEED}> <{$points_this}></div>
-<{/if}>
-</div>
 <{if $event.disp_body}>
   <p class="evbody"><{$event.disp_body}></p>
 <{elseif $event.expire && $event.reservation}>
   <p><a href="event.php?eid=<{$event.eid}><{if $event.exid}>&amp;sub=<{$event.exid}><{/if}>#form"><{$smarty.const._MD_RESERV_FORM}></a></p>