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)
-   -   3 Admin Tools: Remove Redirect, Edit Posts, & Moderate User (https://vborg.vbsupport.ru/showthread.php?t=14075)

Dontom 05-22-2001 01:33 PM

Edit Posts works perfectly for me on 2.0.0
:D

eva2000 05-22-2001 07:02 PM

Quote:

Originally posted by Dontom
Edit Posts works perfectly for me on 2.0.0
:D

thanks :D

bira 05-22-2001 10:13 PM

Eva I tested all my hacks, and it seems nothing changed as far as my hacks go from rc3, so yes, it will work fine :D

eva2000 05-23-2001 10:50 PM

btw, what's the 2 txt files for admin-thread-php-addition and thread-php-addition ?

bira 05-23-2001 10:56 PM

Eva it's from the mass-prune-redirects hack:

Quote:

4. Open mod/thread.php.

Find:

if ($parentid and !$forumid) {
$forumid = $parentid;
}

Below it PASTE THE ENTIRE CONTENT of thread-php-addition.txt

.
.
.
.

6. Open admin/thread.php.

Find:

adminlog(iif($forumid!=0,"forum id = $forumid",""));

cpheader();

Below it PASTE THE ENTIRE CONTENT of admin-thread-php-addition.txt
That's cos there are two "control panels" -- one in admin and one in mod :)

eva2000 05-23-2001 11:08 PM

thanks did get that far in reading the instructions fully yet :D

eva2000 05-24-2001 01:16 AM

confusion :)

in the instructions for moderate user posts it says

Quote:

4) Open poll.php

find:

if (ismoderator($foruminfo[forumid])) {
$visible=1;
}

AFTER it put:

if ($bbuserinfo[usergroupid]==XX) {
$visible=0;
}
problem is there are 2 instances of the find code in poll.php
Quote:


if (ismoderator($foruminfo[forumid])) {
$visible=1;
}
so do i add it to both or the first or 2nd instance ?

bira 05-24-2001 10:09 AM

Eva you can add it after the 2nd instace as well.

eva2000 05-24-2001 02:20 PM

thanks bira :D

jucs 05-26-2001 10:16 AM

This can be a very good feature so banning is not necessary in all cases. I think it needs to be included in a future version as a feature.


All times are GMT. The time now is 06:16 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.01197 seconds
  • Memory Usage 1,733KB
  • 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
  • (4)bbcode_quote_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