Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Details »»

Version: , by Overgrow Overgrow is offline
Developer Last Online: Jun 2004 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-17-2001 Last Update: Never Installs: 73
 
No support by the author.

Moderator Logs for vBulletin






Design Spec:

Track moderator and admin activites including: closing, opening,
moving, and deleting threads. You are able to set the number of
logs you view at one time and you can focus down to just one
moderator by clicking on their name.


Steps for installation:

-add one database table 'modlog'
-edit one file 'postings.php'
-upload one file 'modlog.php'


!!! DISCLAIMER !!! Hack at your own risk. I do not run v2, I will never run v2, I apologize if things are not exactly how they seem. May cause staining, test on hidden piece of fabric first. No this does not install itself. Learn to use phpmyadmin.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 06-01-2001, 08:32 AM
etones etones is offline
 
Join Date: Nov 2001
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Usually about 50 constantly..

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

hehe
  #73  
Old 06-01-2001, 10:01 AM
zarkov's Avatar
zarkov zarkov is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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\");");
}
  #74  
Old 06-01-2001, 12:22 PM
NORRITT NORRITT is offline
 
Join Date: Nov 2001
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
  #75  
Old 06-01-2001, 01:08 PM
NORRITT NORRITT is offline
 
Join Date: Nov 2001
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
  #76  
Old 06-01-2001, 01:30 PM
zarkov's Avatar
zarkov zarkov is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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\");");
}
  #77  
Old 06-01-2001, 01:53 PM
NORRITT NORRITT is offline
 
Join Date: Nov 2001
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great - works
  #78  
Old 06-04-2001, 02:08 PM
ThomasP
Guest
 
Posts: n/a
Default

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?



Sorry,
please enlighten me
-Tom
  #79  
Old 06-04-2001, 03:09 PM
Overgrow's Avatar
Overgrow Overgrow is offline
 
Join Date: Nov 2001
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
  #80  
Old 06-05-2001, 07:51 PM
furious
Guest
 
Posts: n/a
Default

nice hack

just a little problem
i install modlog_v02
but i cant delete the logs
  #81  
Old 06-05-2001, 09:25 PM
BluSmurf BluSmurf is offline
 
Join Date: Nov 2001
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:48 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.08815 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete