Count Stickies and Topics for PhpBB3 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Count Stickies and Topics for PhpBB3

    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16217
    Reputation : 1831
    Language : French, English

    Tutorial Count Stickies and Topics for PhpBB3

    Post by Shadow February 2nd 2015, 4:00 pm

    Count Stickies and Topics for PhpBB3

    This tutorial will allow forums with version phpbb3 to have a post count in their post preview as phpbb2 and punbb version forums have.

    Count Stickies and Topics for PhpBB3 09615110 Preview:
    Count Stickies and Topics for PhpBB3 YvEIqFJ


    Installation

    Go to: Admin Panel ► Display ► Templates ► General ► topics_list_box and edit the template by pressing the  Edit  icon.
    Now search in the template for:
    Code:
    {topics_list_box.row.topic.table_sticky.L_TITLE}
    add a space next to it and then paste the below code:
    Code:
    ({topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS})
    Note: You can change the parenthesis with anything you like.

    After you add the code the only thing left to do is to save the template and then publish it by using the  Add  icon. Once you do that you are ready!! thumleft