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
replace it with
Installation:
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