Additional Info
Type
Package ID
LHVWB:LastPostOnMemberList
First Created
October 23, 2008, 05:46:24 AM
Last Updated
June 16, 2011, 01:57:29 AM

Last Post On MemberList v1.3

Adds a 'Last Post' Column to the MemberList
Compatible With 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 4, 2.0 RC1, 2.0 RC1-1, 2.0 RC2, 2.0 RC3, 2.0 RC4, 2.0
Latest version v1.3
Downloads 4,784
Reviews 0
Rating 0/5
Subscribers 17
License (View License)
Author(s)
Screenshots
Last Post On MemberList 1.03 by Nathaniel
Overview

This mod adds a "Last Post" column to the MemberList, allowing you to view the date of the last post of each of your members. It also allows you to sort the MemberList by the last post of every member, meaning that you view your members in order of when they last made a post.

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.01: SMF 1.1.x and versions of SMF 2 before SMF 2 RC2.
Version 1.02: SMF 2 RC2 and RC3.
Version 1.03: SMF 2 RC4 and RC5.

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

Themes/Templates
This mod only edits a single template file, the 'Memberlist.template.php' file which is not used in most custom themes. If your custom theme doesn't contain this file then it should work automatically. Otherwise refer to the information below to make this mod work in your custom theme.

Default Template Install Problems:
If you want to install this mod for a custom theme (that has its own 'Memberlist.template.php' file), then find the relevant edits in this section for your version of SMF.

If you are having problem with this mod installing for the default theme with SMF 1.1.x and you are only receiving errors for the 'Memberlist.template.php edit, then you can install the mod normally and then perform the steps set out in the 'TroubleShooting' section for the default theme. Its likely that you have installed another mod which edits the same parts of that template file.

Custom theme edit for SMF 2 RC4 and above
Code ("Find (Memberlist.template.php - curve themes)") Select
               <td class="windowbg lefttext">', $member['registered_date'], '</td>
Code ("Replace") Select
                <td class="windowbg lefttext">', $member['registered_date'], '</td>
               <td class="windowbg lefttext">', $member['last_post'], '</td>


Custom theme edit for SMF 2 RC2 and SMF 2 RC3
Code ("Find (Memberlist.template.php - curve themes)") Select
               <td class="windowbg" align="', $context['right_to_left'] ? 'right' : 'left', '">', $member['registered_date'], '</td>
Code ("Replace") Select
               <td class="windowbg" align="', $context['right_to_left'] ? 'right' : 'left', '">', $member['registered_date'], '</td>
               <td class="windowbg" align="', $context['right_to_left'] ? 'right' : 'left', '">', $member['last_post'], '</td>
Code ("Find (Memberlist.template.php - core themes)") Select
               <td align="center" class="windowbg">', $member['registered_date'], '</td>
Code ("Replace") Select
               <td align="center" class="windowbg">', $member['registered_date'], '</td>
               <td align="center" class="windowbg">', $member['last_post'], '</td>


Custom theme edit for SMF 1.1.x and SMF 2 (only versions below SMF 2 RC2)
Code ("Find (Memberlist.template.php)") Select
            <td class="windowbg" align="left">', $member['registered_date'], '</td>
Code ("Replace") Select
            <td class="windowbg" align="left">', $member['registered_date'], '</td>
            <td class="windowbg" align="left">', $member['last_post'], '</td>


Custom theme edit For SMF 1.1.x only
Code ("Find all occurrences (Memberlist.template.php)") Select
colspan="12"
Code ("Replace") Select
colspan="13"

Troubleshooting (SMF 1.1.x only)
If the final edit for SMF 1.1.x failed, the one that changes the 'colspan' value, then its possible that you have already installed another mod that adds columns to this list. If that is the case, then you can try to find all cases of this code, where x is greater than 12.
colspan="x"

Replace with this code:
colspan="x+1"

So if the code was like this:
colspan="13"

You would change it to this:
colspan="14"

Remember that you will have to perform that edit four times in the 'Memberlist.template.php' file.

If you need any help with edits for custom themes, then you can ask for it in the support topic for this mod, remember that you will have to post the 'Memberlist.template.php' file from your custom theme, otherwise I will not be able to perform the edits.

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

v1.02 - 27 May 2010
Changed package info to work with SMF 2 RC3.
Removed official support for SMF versions below SMF 2 RC2.

v1.01 - 19 November 2009
Added support for SMF 2 RC2 and curve.
Fixed a bug with the sorting. The sorting of members by last post didn't work properly.

v1.0 - 23 October 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: