Latest 'X' Posts

MobileHacks

New Member
This hack adds the latest 'x' Posts (newthread, Replies, attachment threads, Tags threads, prefix threads, viewing thread) to your forumhome.

The original idea was nanoentities but he will not be releasing his hack for vB3.7. Basically this is the same idea, all new coding, all new templates.

This hack also shows the icons new last post on the thread was posted after your lastvisit or marking all forums as read. can be set to exclude forums.

Instructions

1) Import the product through your admincp by going "Manage Products" > "[Add/Import Product]". If you have already installed this plugin then select "Yes" for "Allow Overwrite".

2) In your FORUMHOME template find:

PHP:
<!-- end whats going on box -->
OR

PHP:
<!-- Main -->
And after it add:

PHP:
    <if condition="$show['latestXpost']">
    $latestXpost
    </if>
 
Well i need a similar mod, just dat i need to show the latest threads name and dat too to the right side on the forum home page....
so anyway to do dat??
 
Back
Top