Resource icon

Unmaintained Public Mod Log 1.0.0 PL3

No permission to download
  • Author Author ragtek
  • Creation date Creation date
This addon allows you to show the mod log to your mods (with
permission to use this) direct in the thread.

The Popup will show ONLY the last 10 records, but if there are more available, you'll see an link in the footer, which will redirect you to a page displaying all records

Important Notes:

This addon- requires TMS. If you don't have it installed, follow this
instructions after you've installed the addon:

Edit template thread_view

search for

Code:
<xen:if is="{$canMoveThread}"> <li><a href="{xen:link
'threads/move', $thread}" class="OverlayTrigger">{xenhrase
move_thread}</a></li> </xen:if>

replace it with

Code:
<xen:if is="{$canMoveThread}"> <li><a href="{xen:link
'threads/move', $thread}" class="OverlayTrigger">{xenhrase
move_thread}</a></li> </xen:if> <xen:if is="{$canViewModLog}"> <li><a
href="{xen:link 'threads/mod-log', $thread}"
class="OverlayTrigger">{xenhrase ragtek_ml_showML}</a></li>
</xen:if>


Installation:
  • Upload everything from the "upload" directory into your forum directory
  • install Public Mod Log_1.0.0_b_23_en-US.xml
  • after the installation you need to set the mod permissions
If you want to support me and the development of free future add-ons, you can donate any value to my paypal account
  • modlog.webp
    modlog.webp
    36.6 KB · Views: 549
  • modloglink.webp
    modloglink.webp
    35.4 KB · Views: 543
  • modlogperm.webp
    modlogperm.webp
    60.6 KB · Views: 533
Author
ragtek
Downloads
310
Views
743
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest updates

  1. Public Mod Log

    I'm sorry... Finally i found the real causing for the missing param error message. This...
  2. Public Mod Log

    Changehistory: Fixes https://github.com/ragtek/ML/issues/2 thx to adam for reporting this:)
  3. Public Mod Log

    Changehistory: Fixed an Bug with the File Health Check If you never used the file health...

Latest reviews

This is one of the features I have missed sorely since moving to xF, my moderators couldn't see if any action has been taken except for soft deletes. Keep up the good work, Ragtek!
Should be part of XenForo's core. Don't like always needing to go to AdminCP just to check the logs. And do want staff to see them, but without AdminCP. This is very useful.
Top Bottom