Additional Info
Type
Package ID
LHVWB:RecentTopicsOnRecentPage
First Created
September 18, 2008, 07:49:57 AM
Last Updated
June 16, 2011, 02:00:51 AM

Recent Topics On "Recent Posts" Page v1.2

Changes the Recent Posts List to a Recent Topics list
Compatible With 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.12, 1.1.14, 2.0 Beta 4, 2.0 RC1, 2.0 RC1-1, 2.0 RC2, 2.0 RC4, 2.0
Latest version v1.2
Downloads 32,501
Reviews 0
Rating 0/5
Subscribers 27
License (View License)
Author(s)
Recent Topics On "Recent Posts" Page 1.2 by Nathaniel
Overview
This mod replaces the list of recent posts/messages which are displayed for the 'Recent Posts' action with a list of recent/new topics (default) or recently updated topics. The template remains completely the same. It also changes the 'View the most recent posts on the forum.' link in the info center so that it says 'recent topics' or 'recently updated topics' instead of 'recent posts'.

This mod has two modes:
1) 'Recent/New Topics' - Displays a list of the topics which have been created recently, in order of their creation. The first message of each topic will be shown. (default)
2) 'Recently Updated Topics' - Displays a list of the topics which have been recently updated, in order of the the most recent post in each respective topic. The last or most recent message of each topic will be shown.

You can change the mode setting in the admin area:
For SMF 1.1.x: Admin -> Configuration -> Features and Options -> Layout and Options -> "Recent Topics On "Recent Posts" Page mode".
For SMF 2: Admin ->  Configuration -> Modification Settings -> "Recent Topics On "Recent Posts" Page mode".

SMF Version Support
This mod is officially supported for SMF 2.0 and above only. Below is a list of available versions of this mod and the previous versions of SMF that they supported. Use them at your own risk. The mod author will not be supporting or upgrading this mod in any way for versions of SMF below 2.0.

Version 1.1: SMF 1.1.x and versions of SMF 2 below SMF 2 RC4.
Version 1.2: SMF 2 RC4 and above.

Donate
If this mod has helped you, then feel free to support the developer by Donating. Any amount of money is welcome.

Custom Themes Changes:
These edits are only necessary if your custom theme has a 'BoardIndex.template.php' file, otherwise the mod should work automatically. The edits below are applied to your 'BoardIndex.template.php' file.

Code ("Find (SMF 1.1.x)") Select
<a href="', $scripturl, '?action=recent">', $txt[234], '</a>

Code ("Find (SMF 2)") Select
<a href="', $scripturl, '?action=recent">', $txt['recent_view'], '</a>

Code ("Replace") Select
<a href="', $scripturl, '?action=recent">', !empty($modSettings['RecentTopicsOnRecentPostsPage_mode']) && $modSettings['RecentTopicsOnRecentPostsPage_mode'] == 'updated' ? $txt['RecentTopicsOnRecentPostsPage_updated_linktext'] : $txt['RecentTopicsOnRecentPostsPage_linktext'], '</a>

Version Changes
v1.2 - 5 November 2010
Updated for SMF 2 RC4.

v1.1 - 20 November 2009
Added support for SMF 2 RC2.
Added the mode changing setting, and the new "Recently Updated Topics" mode as requested by Akyhne.

v1.0 - 18 September 2008
Original Mod release.
Manual installation info
You have to register or login to be able to leave a review
There are currently no reviews on this customization
Advertisement: