PEAK XOOPS - Re: TinyContentD posibble bug? in englishin japanese

Re: TinyContentD posibble bug?

List posts in the topic

question Re: TinyContentD posibble bug?

msg# 1.3.1.1
depth:
3
Previous post - Next post | Parent - Children.1 | Posted on 2004/6/23 14:56
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:
tetsuo wrote:
Hello again...

1) Well I've a default templates set, and I've updated the module via admin menu, maybe I'm still missing sth?
I've even deleted all stuff related with tinycontend in 'templates_c' dir.
And then updated the modules. No change.
Perhaps, the template file is wrong.
The correct bodies of modules/tinycontent/templates/tinycontent*_index.html are:
<{$content}>

<div style="padding: 5px; text-align: right; margin-right:3px;">
  <{if $is_display_print_icon }>
    <a href="<{$mod_url}>/print.php?id=<{$id}>"><img src="<{$mod_url}>/images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a>
  <{/if}>
  <{if $is_display_friend_icon }>
    <a href="<{$mail_link}>" target="_top"><img src="<{$mod_url}>/images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a>
  <{/if}>
  <{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>



<{if $nocomments == 0}>
<br /><br />
<div style="text-align: center; padding: 3px; margin: 3px;">
  <{$commentsnav}>
  <{$lang_notice}>
</div>

<div style="margin: 3px; padding: 3px;">
<!-- start comments loop -->
<{if $comment_mode == "flat"}>
  <{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
  <{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
  <{include file="db:system_comments_nest.html"}>
<{/if}>
<!-- end comments loop -->
</div>
<{/if}>

Quote:
2) Well, I'm not an admin of the server the site is hosted on, so I cannot do it... I'll try to try it on other server soon...
It's a misunderstanding.
All you have to do is go to admin->preferences->general and turn "PHP debug" ON.
Votes:2 Average:5.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!