![]() |
Hi all,
I did this hack and it works great wit exeption of one feature. It seems that wheather i move delete or copy a topic as an admin. The mod hack reports it as a move. Any ideas how yo fix this? Also are there any hacks to monitor suspensions or banning? |
Anyone have a answer to my problem? :)
It is not logging anything.. Thanks. |
Up!
|
Agreed.. .*bump* (lol)
Come on someone has to have a answer.. ;) Thanks, |
I am not sure if someone has done this already, but you can add a link to the Moderator Logs in the Control Panel :).
Code:
In /admin/index.php Edit: Oh damn, I knew someone did it already =), sorry, I didn't have the time to read the whole thread, hehe. |
what browser do yo use overgrow ?? Is that your browser in the screen captures you put on the first page ?? Looks very neat indeed !!
|
That's Opera - The Fastest Browser on Earth :p
|
First of all, congratz goes to Overgrow for that usefull hack !
I wasted so many times to find how to make it working on my forum, installing updates, finding correct variables etc.... i deceided to include here my working installed one... I think it will help out some of you because that thread is a bit confusious now :D [edit: please no posting of full vB php files] |
Adding this to your AdminCP in vb2.0.3.
Download and open index.php from your admin dir. FIND: <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Options"); ?> </table> <a href="options.php?s=<?php echo $session[sessionhash]; ?>&action=options"> Change options </a> </td></tr> PLACE UNDER IT THIS: <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("MOD Logs"); ?> </table> <a href="modlog.php?s=<?php echo $session[sessionhash]; ?>"> Moderator Logs </a> </td></tr> Adding this to your AdminCP in vb2.2.0. Download and open index.php from your admin dir. FIND: makenavoption("vBulletin Options","options.php?t=0","<br>"); PLACE ABOVE IT THIS: makenavoption("Moderator Logs","modlog.php?","<br />"); Upload index.php to your admin dir.. That's it.. |
This work on 2.2.0 ?
|
All times are GMT. The time now is 07:40 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|