Advertisement:

Navigation

SMF Mod Site

Mod Name:
Remove "Last Edit" mod
Created By:
Yoshi
Type:
New Feature
First Created:
February 22, 2012, 11:10:48 AM
Last Modified:
February 01, 2013, 05:31:58 PM
Latest Version:
0.2.5
Compatible With:
2.0.2, 2.0.3, 2.0.4
Total Downloads:
874

Description:

Remove "Last Edit" mod

This mod allows users to easily remove the "Last edit by" signs, with the press of a button.
It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license

Features:
- Doesn't remove the whole Last Edit section, it just adds a button.
- Access to the button is set with a permission.
- Redirects you back to the post in question after removing the sign.
- Doesn't alter the post itself.

Installation:
Install through the package manager. It should work in most cases. If not seek support!

Compatibility:
- SMF 2.0.2

To-do list:
- Add more languages. (I'm working on a Dutch translation)
- Add a switch to completely disable all signs.

This mod modifies:
- Themes/{your theme}/Display.template.php
- Sources/Display.php
This is made to a minimum due to the use of hooks.

Languages:
- English
- Dutch
- Serbian-Latin (thanks Branko.!)
- Serbian-Cyrillic (thanks Branko.!)

Changelog:
v0.2.5:
- Optimized installation
- Optimized permission hooks
There is no need to upgrade if you already have the mod installed.

v0.2.4:
- New translations added

v0.2.3:
- Final fix for permission (thanks Branko.!)

v0.2.2:
- Fixed bug with permissions (thanks emanuele!)

v0.2.1:
- Improved security a lot.
- Better checks.
- Less parameters to rlem_do() and the URL.

v0.2:
- Rewrite of the mod.
- Cleared up code.
- Now includes developer function "rlem_do($postid, $topicid, $userid)" (check core file for information)
- Now checks for post ID, topic ID AND user ID for optimal security.
- Smacked quite a lot of bugs.

v0.1.3:
- Fixed package to comply with SMF standards.
- Added permissions (thanks Suki and Marcus Forsberg!)
- The mod now tries to use hooks wherever possible.

v0.1.2:
- Fixed Core compatibility, at last!

v0.1.1:
- Fixed "Undefined Index" issue

v0.1:
- Initial release.