Advanced Editing Options for Mods and Admins (v2.0.2)

Galeras

New Member
Advanced Editing Options for Mods and Admins (v2.0.2)

NOTICE: THIS MOD DOES NOT WORK CORRECTLY ON 3.6.4 AND ABOVE. INSTALL THIS AT YOUR RISK UNTIL FURTHER NOTICE. THANKS, PSIONIC VISION.

/*======================================================================*\
|| Adv. Editing Options for Mods and Admins
||
|| =======================================================
|| Brought to you by:
|| VisionScripts
|| Premium PHP & vBulletin Solutions!
|| =======================================================
||
|| Author : Psionic Vision
|| Rent-a-Coder ID : #1360893
|| Co-Author(s) : Xenon
|| Works on : vBulletin 3.5 / 3.6
|| Released : Nov 23, 2006
||
|| Time required to install: one minute
|| Difficulty: easy
\*======================================================================*/

DESCRIPTION

This hack gives your board staff a few advanced post editing options, that are available in New Thread, New Post and Edit Post interfaces. Since this is a vB 3.5 port of Xenon's Adv. Editing Options for Mods and Admins Hack, credits for the original idea (but not for the port cause it has a lot new features that were not present in the original ) belong to him.

Note that this hack may interfere with other hacks that make use of posting functions. If such problems appear, place the following code in the very beginning of the problematic script:

------------------------------------------------
define('BYPASS_AEO', true);
------------------------------------------------

This should eliminate whatever problem appears, but if not - feel free to post in this thread.

STATISTICS

File Uploads: 2
Template Changes: 3
Products to Install: 1


FEATURES

Basics:

Post Editing Hierarchy (available to mods, s-mods, admins and s-admins):
Superadministrators: Can restrict editing to moderators (and above), supermoderators (and above), admins (and above), or superadmins only.
Administrators: Can restrict editing to moderators (and above), supermoderators (and above) or admins (and above).
Supermoderators: Can restrict editing to moderators (and above) or supermoderators (and above).
Moderators: Can restrict editing to moderators (and above) only.

Post Author (available to administrators only):
It is possible for an administrator to specify a custom author of any post. Guests (non-existing users) can also be specified.

Post Date/Time (available to administrators only):
It is possible for an administrator to specify a custom date and time for any post.

Post IP (available to administrators only):
It is possible for an administrator to specify a custom ip address for any post.

Advanced:
A system-wide switch that defines the minimal editlevel required to use the hack. (AdminCP Options -> Advanced Editing Options)
A per-user editlevel override, available via admincp user options.
Color-coded listing of users to whom a custom editlevel has been applied.

Note:
To make the subject of the override clear for you, here is an example. If you turn on admin-level override for a plain user "Foo", then the plain user "Foo" will be able to use hack options that would normally be available to an administrator, even if you choose that only superadministrators can use the hack.
 
Top