PEAK XOOPS - Re: xhnewbb 1.15 - installation problem in englishin japanese

Re: xhnewbb 1.15 - installation problem

List posts in the topic

question Re: xhnewbb 1.15 - installation problem

msg# 1.1.1.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2006/2/14 7:09
marco  上等兵   Posts: 27
Quote:
Check templates/blocks/xhnewbb_main_block*.html, again.
this template is installed over there
why do we have an error on update ?

its content
<table class="outer" cellspacing="1">

  <{if $block.full_view == true}>
  <tr>
    <th><{$block.lang_forum}></th>
    <th><{$block.lang_topic}></th>
    <th align="center"><{$block.lang_replies}></th>
    <th align="center"><{$block.lang_views}></th>
    <th align="center" colspan="2"><{$block.lang_lastpost}></th>
  </tr>

  <{foreach item=topic from=$block.topics}>
  <{strip}>
  <tr class="<{cycle values="even,odd"}>">
    <td>
      <a href="<{$xoops_url}>/modules/xhnewbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a>
    </td>
    <td>
      <a href="<{$xoops_url}>/modules/xhnewbb/viewtopic.php?topic_id=<{$topic.id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>">
      <{if $topic.u2t_marked}>
        <img src="<{$xoops_url}>/modules/xhnewbb/images/marked.gif" />
      <{/if}>
      <{* displays the last post's subject or topic title *}>
      <{if $block.disp_last_subject }>
        <{$topic.last_subject}>
      <{else}>
        <{$topic.title}>
      <{/if}>
      </a>
      <{if ! $topic.solved}>
        <img src="<{$xoops_url}>/modules/xhnewbb/images/unsolved.gif" />
      <{/if}>
    </td>
    <td align="center"><{$topic.replies}></td>
    <td align="center"><{$topic.views}></td>
    <td align="center" nowrap="nowrap"><{$topic.poster}></td>
    <td align="right" nowrap="nowrap"><{$topic.date}></td>
  </tr>
  <{/strip}>
  <{/foreach}>

  <{else}>

  <tr>
    <td class="head"><{$block.lang_topic}></td>
    <td class="head" align="center"><{$block.lang_replies}></td>
    <td class="head" align="right"><{$block.lang_lastpost}></td>
  </tr>

  <{foreach item=topic from=$block.topics}>
  <tr class="<{cycle values="even,odd"}>">
    <td><a href="<{$xoops_url}>/modules/xhnewbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>"><{$topic.title}></a></td>
    <{* <td align="center"><{$topic.replies}></td> *}>
    <{* <td align="center"><{$topic.views}></td> *}>
    <td align="right" nowrap="nowrap"><{$topic.date}></td>
  </tr>
  <{/foreach}>

  <{/if}>

</table>

<div style="text-align:right; padding: 5px;">
  <a href="<{$xoops_url}>/modules/xhnewbb/viewallforum.php?cat=<{$block.categories}>"><{$block.lang_listalltopics}></a>
   
  <a href="<{$xoops_url}>/modules/xhnewbb/index.php?cat=<{$block.categories}>"><{$block.lang_visitforums}></a>
</div>
Votes:5 Average:8.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!