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 (https://vborg.vbsupport.ru/showthread.php?t=17206)

etones 06-01-2001 08:32 AM

Usually about 50 constantly..

4 Mods... and they know... boy do they know :)

hehe

zarkov 06-01-2001 10:01 AM

I have already worked out the problem with the forum names anyways so thats ok but i have also added the code to log
Edit,sticky,merge and split, Im not sure if i can post a complete modified postings.php so i wont. but if its OK then i will add that later.
All it is is a modification of the code supplied by Overgrow and a mod to modlog.php which i have added.

thanks for the great hack Overgrow.

The new mod in postings.php are

find
[QUOTE]
eval("standardredirect(\"".gettemplate("redirect_e ditthread")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
}

NORRITT 06-01-2001 12:22 PM

Zarkov, you have forgot to add in modlog.php:
PHP Code:

                case("4"):
                    echo 
"<span class=\"toplinks\">EDIT: </span>";
                break;

                case(
"5"):
                    echo 
"<span class=\"toplinks\">MER: </span>";
                break;

                case(
"6"):
                    echo 
"<span class=\"toplinks\">SPL: </span>";
                break;

                case(
"7"):
                    echo 
"<span class=\"toplinks\">STI: </span>";
                break; 

below
PHP Code:

            switch($subArray[type]) {

                case(
"0"):
                    echo 
"<span class=\"toplinks\">CLS: </span>";
                break;

                case(
"1"):
                    echo 
"<span class=\"toplinks\">OPN: </span>";
                break;

                case(
"2"):
                    echo 
"<span class=\"toplinks\">DEL: </span>";
                break;

                case(
"3"):
                    echo 
"<span class=\"toplinks\">MOV: </span>";
                break; 

great hack, i really like it! :)

NORRITT 06-01-2001 01:08 PM

Hmm, working really good, but if a moderator moves a thead, there is no item under the From and To column (its just blank).

is there still a litte bug? (I have the latest version, that was released, so there is no mixture of old and new version)

zarkov 06-01-2001 01:30 PM

No i didnt DL the attachment. Its the updated modlog.php file.

You got me going then i had to load up the php file and check it again :)

also find this in the postings .php
[QUOTE]
eval("standardredirect(\"".gettemplate("redirect_m ovethread")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
}

NORRITT 06-01-2001 01:53 PM

great - works :)

ThomasP 06-04-2001 02:08 PM

Hi there,

great idea, the hack

But it got kind of confusing by now, is Norrit's DL the latest and greatest?

Also doing all changes in Overgrow's notes and adding Zarkov's most recent changes... is this the only thing to do?

:rolleyes: :confused:

Sorry,
please enlighten me :)
-Tom

Overgrow 06-04-2001 03:09 PM

My zip on the first page of the thread is the latest "real" version.

If you want the additional features of tracking splits, merges, and other things then you need to follow Z's and Norrit's instructions in order.

I invite them to re do the install.txt instructions and upload a new version in this thread so there is one file for people to d/l...

furious 06-05-2001 07:51 PM

nice hack :)

just a little problem
i install modlog_v02
but i cant delete the logs :(

BluSmurf 06-05-2001 09:25 PM

I'll wait for the new version with the added features.. hope it will be available for download soon soon, it's too confusing at the moment :D


All times are GMT. The time now is 01:03 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
  • Page Generation 0.01398 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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