Advertisement:
Recent Topics On Board Index
Navigation
Search
SMF Mod Site
- Mod Name:
- Recent Topics On Board Index
- Created By:
- Nathaniel
- Type:
- Feature Enhancement
- First Created:
- August 03, 2008, 08:17:00 AM
- Last Modified:
- June 16, 2011, 01:47:17 AM
- Latest Version:
- 1.03
- Compatible With:
- 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.1.12, 1.1.14, 2.0 Beta 3.1 Public, 2.0 Beta 4, 2.0 RC1, 2.0 RC1-1, 2.0 RC2, 2.0 RC3, 2.0 RC4, 2.0
- Total Downloads:
- 36462
Download this mod
Description:
Recent Topics On Board Index 1.03 by Nathaniel
OverviewThis mod replaces the list of recent messages on the board index, with a list of recent topics. The formatting however remains completely the same. Please note that it only works if more than one posts/topic is being listed in the list, and if you have enabled the setting below.
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.02: SMF 1.1.x and versions of SMF 2 before SMF 2 RC2.
Version 1.03: SMF 2 RC2 and above.
Donate
If this mod has helped you, then feel free to support the developer by Donating. Any amount of money is welcome.
Mod Usage
You can change the number of listed topics in the admin section:
For SMF 1.1.x: "Themes and Layout" section -> "Themes and Settings" tab -> Click on the name of the relevant theme.
For SMF 2: "Configuration" drop down menu -> 'Themes and Layout' -> 'Themes Settings' Tab -> Click on the name of the relevant theme.
You need to change the "Number of recent posts to display on board index" setting.
Custom Theme Changes
Find the code below from your '/themes/{themename}/BoardIndex.template.php' file:
For SMF 1.1.x:
Code: [Select]
$txt[214]
For SMF 2:Code: [Select]
$txt['recent_posts']
Replace all occurrences of that code with this code:
Code: [Select]
$txt['RecentTopicsOnBoardIndex_recenttopics']
Version Changes
v1.03 - 27 May 2010
Changed package info to work with SMF 2 RC3.
Removed official support for SMF versions below SMF 2 RC2.
v1.02 - 19th November 2009
Cleaned the structure of the mod package.
Updated the 'version checking' to work around the SMF package manager version bug for SMF 1.1.10.
Confirmed compatibility with SMF 2 RC2 and curve.
v1.01 - 10 September 2008
Updated for SMF 1.1.6 and SMF 2 Beta 4.
v1.0 - 04 August 2008
Original Mod release.