vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Inline Moderation Tools (v1.2.1) (https://vborg.vbsupport.ru/showthread.php?t=68791)

Delphiprogrammi 12-18-2004 07:34 PM

you could add a "check all" "uncheck all" link to the bottom of those checkboxes just an idea i have but i don't wanna steel somebody elses work so i tell you here ;) this can be done quite easly with javascript

IC-Games 12-20-2004 12:09 AM

[high]* IC-Games clicks install
[/high]

sorry about that :)

red_baron2000 12-23-2004 10:24 AM

thanks "rob_daemon" for this great hack..however whenever i want to move or delete etc some posts i get this error message i am admins tho: any idea?

thanking you in advance :)

trackpads 12-23-2004 01:40 PM

Quote:

Originally Posted by trackpads
Hi,

For some reason I am getting the No permissions page when I try to move threads. I am logged on as an admin and even made myself the mod of those forums but no luck.

Any ideas?

Thanks again for the help,

-Jason


*bump* please!

rob_daemon 12-23-2004 03:18 PM

red_barron2000: this could be caused by the inline moderation cookie expiring. Does this happen every time or only after a certain period of time. Also if you visit another forum or thread while you're selecting inline moderation items, the selected item information will be over-written.

trackpads: I don't know why this would be happening. I took a look at the permissions in the code and all of them appear to be set fine.

trackpads 12-24-2004 03:18 AM

Quote:

Originally Posted by rob_daemon
red_barron2000: this could be caused by the inline moderation cookie expiring. Does this happen every time or only after a certain period of time. Also if you visit another forum or thread while you're selecting inline moderation items, the selected item information will be over-written.

trackpads: I don't know why this would be happening. I took a look at the permissions in the code and all of them appear to be set fine.

As funny as this sounds it was working fine until I upgraded :)

Tonight I comletely removed it and then reinstalled it and still had the same problem. I then opened the 1.1.0 version and uploaded just the inlinemod.php and now it is working fine.

Any ideas?

Thanks again,

-Jason

rob_daemon 12-24-2004 03:28 AM

Try this:

Upload inlinemod.php from 1.2.1 and find:

PHP Code:

if (!can_moderate($vars['forumid'], 'canmanagethreads')) 

Replace it with:

PHP Code:

if (!can_moderate($threadinfo['forumid'], 'canmanagethreads')) 


trackpads 12-24-2004 03:51 AM

Quote:

Originally Posted by rob_daemon
Try this:

Upload inlinemod.php from 1.2.1 and find:

PHP Code:

if (!can_moderate($vars['forumid'], 'canmanagethreads')) 

Replace it with:

PHP Code:

if (!can_moderate($threadinfo['forumid'], 'canmanagethreads')) 


No luck. There were 5 occurances in that file of that string and I replaced them all.

Thanks again,

-Jason

Jmonto 12-27-2004 11:32 PM

how can i make it so administrators can use this function without adding themselves to every forum as a mod?

rob_daemon 12-27-2004 11:51 PM

Administrators should be able to use it if they are marked as "Super Moderators" in the usergroup management screen.


All times are GMT. The time now is 09:50 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.01560 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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