vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Moderator Activity Logging (updated) (https://vborg.vbsupport.ru/showthread.php?t=35585)

Sinecure 05-24-2002 04:33 PM

Thanks Overgrow, it worked flawlessly :)

dogbomb 05-25-2002 03:48 PM

For those people who wanted this hack to show up in their CP Panel. You will need to edit admin/index.php

FIND:
PHP Code:

makenavoption("Permissions","forumpermission.php?action=modify"); 

REPLACE WITH:
PHP Code:

makenavoption("Permissions","forumpermission.php?action=modify","<br>"); 

ADD UNDERNEATH:
PHP Code:

makenavoption("Activity Log","modlog.php?showLimit=100"); 

And that hopefully should work for you :)

mak 06-04-2002 08:48 PM

can someone attach the install_modlog.php and modlog.php again?

i can't download them at all.

thanks.

Ian 06-06-2002 12:10 AM

Here you go!

Ian 06-06-2002 12:11 AM

Here you go!

dreamhost 06-30-2002 02:14 PM

this hack is worth more than the $ of the board...hehehehe

Heineken77 07-17-2002 07:56 PM

Hey Overgrow :)

Long time!!!

Thank you! :)
Heineken

Mephisteus 07-18-2002 08:55 AM

Works perfect :) I have had no need for deleting so far, so no probs :p

santeematt 07-18-2002 01:59 PM

sweet, i cant trust those damn moderators of mine :P

Meirion 07-23-2002 02:00 PM

one minor change to this class hack to make it work with the "Recycle Bin" hack.

This lets you click the titles of the deleted threads to view them.

in modlog.php find:

PHP Code:

if ($subArray[type] != "2"// Deleted?
            
echo "<a href=\"../showthread.php?threadid=$subArray[threadid]\" target=\"_blank\">$subArray[threadtitle]</a>";
        else
            echo 
"$subArray[threadtitle]"

replace with
PHP Code:

if ($subArray[type] != "2"// Deleted?
            
echo "<a href=\"../showthread.php?threadid=$subArray[threadid]\" target=\"_blank\">$subArray[threadtitle]</a>";
        else
                        echo 
"<a href=\"../showthread.php?threadid=$subArray[threadid]\" target=\"_blank\">$subArray[threadtitle]</a>"

Don't forget you need the recycle bin hack for this to work.


All times are GMT. The time now is 09:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01208 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete