PEAK XOOPS - Re: How to get rid of the coments features? in englishin japanese

Re: How to get rid of the coments features?

List posts in the topic

question Re: How to get rid of the coments features?

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2004/8/17 4:56
mcmikemc  二等兵   Posts: 2
Well I figured out how to do what I wanted to do ( with the help of jlm69 from the Xoops site ).

I edited the tinycontent_idex.html file in the templates directory of the TinyD directory.

It is now:

Quote:
<{$content}>

<div style="padding: 5px; text-align: right; margin-right:3px;">


<{if $is_display_pagenav }>
<hr align="left" width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" align="left" valign="top">
<{if $prev_link }>
<a href="<{$mod_url}>/<{$prev_link}>" accesskey="P"><{$lang_prevpage}></a>
<br />
<{$prev_title}>
<{/if}>
</td>
<td width="34%" align="center" valign="top">
<a href="<{$mod_url}>/" accesskey="H"><{$lang_topofcontents}></a>
</td>
<td width="33%" align="right" valign="top">
<{if $next_link }>
<a href="<{$mod_url}>/<{$next_link}>" accesskey="N"><{$lang_nextpage}></a>
<br />
<{$next_title}>
<{/if}>
</td>
</tr>
</table>
<{/if}>
</div>

Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!