Login  Register

Re: limit on number of posts

Posted by Harvey on Dec 12, 2013; 4:33pm
URL: https://support.nabble.com/limit-on-number-of-posts-tp7588514p7588690.html

Not sure I understand.

Can I take the code above and replace the entire override?

This is what is there now:

<override_macro name="classic_row_with_big_avatar" requires="node, node_list">
  <div class="classic-row">
    <div class="classic-header">
      <div class="classic-bar shaded-bg-color rounded-top">
        <div class="classic-author-name nowrap">
          <n.owner.user_link/>
        </div>
        <div class="classic-right-menu shaded-bg-color weak-color">
            <n.if.not.page_node.is_locked_topic> 
                <then>
                    <n.reply_link/> | 
                </then>
            </n.if.not.page_node.is_locked_topic> 
          <n.post_dropdown/>
          &nbsp;
          <n.report_flag/>
          <n.clickable_star/>
        </div>
        <div class="classic-subject-line">
          <n.red_arrow_icon/>
          <n.classic_post_date/>
          <n.classic_subject_line/>
        </div>
      </div>
    </div>
    <table class="classic-body">
      <tr>
        <td class="classic-author shaded-bg-color rounded-bottom">
          <n.classic_big_avatar_cell/>
        </td>
        <td class="classic-message">
          <n.classic_message_cell/>
        </td>
      </tr>
    </table>
  </div>
</override_macro>
HTTPS Please!