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

Jeff Williams 01-16-2003 07:50 AM

I am running version 2.2.6 of vBulletin. However, when I am inside the specific forum I want to organize (I added subforums and I am just shuffling threads around), I cannot seem to find that pesky moderator options pull down. What the heck am I doing wrong?

I sure hope I can figure out how to make this work, otherwise getting this board revised is going to be a never ending project.

Also, I didn't quite follow an earlier post about accessing spinner via the Admin CP. If I could do this, it would be excellent. I see where you showed what code to add, but I am not sure to which file or template the addition should be made.

Sorry if I sound like an idiot. Generally speaking - when it comes to coding, that's exactly what I am.

http://www.northwestdiver.com/forums

Jeff Williams 01-16-2003 06:21 PM

A follow-up question. Is this a hack of a hack? I mean, is there normally a "Moderator Options" pull down available at the forum level? I have contacted a couple other friends who are running vBulletin, and they are having similar issues...

They can't find the menu either! :confused:

Link14716 01-31-2003 12:01 AM

There is not a moderator options pulldown, there is an Admin Options pulldown. Yes, that is standard to vBulletin. :)

Jeff Williams 02-02-2003 02:18 AM

OK... I am still not seeing an "admin options" pulldown.

Austin Dea 05-20-2003 02:49 PM

It works perfectly on 2.3.0 with scsa20's and Link's modifications. I didn't use the moderator additions (which may be where the problems are), because I wanted only the admins to be able to do it =P

Intex 05-20-2003 07:32 PM

Installed, works great. Good job :).

tpearl5 08-16-2003 03:11 AM

Wow.. this was hidden.. glad I found it. VERY useful for dividing up forums and putting threads in new forums!

subu1 09-01-2003 08:05 PM

hi Friends, i have the Version 2.2.8 but i dont can find this in my Moderator.php

PHP Code:

if ($action=="modattach") { 

  
$permissions=getpermissions(); 
  if (
$permissions[ismoderator] or $ismod=$DB_site->query_first("SELECT * FROM moderator WHERE userid=$bbuserinfo[userid] AND canmoderateattachments=1")) { 
    
header("Location: mod/index.php?s=$session[sessionhash]&loc=moderate.php?s=$session[sessionhash]%26action=attachments"); 
  } else { 
    
show_nopermission(); 
  } 



need help plaese

Zachery 09-02-2003 11:25 AM

this hack was made for 2.0.1 the code has most likly changes since then :\

subu1 09-02-2003 12:10 PM

ok, but sorry where can i put it in

this code

PHP Code:

if ($action=="spinthreads") { 

  
$permissions=getpermissions(); 
  if (
$permissions[ismoderator]) { 
    
header("Location: mod/index.php?s=$session[sessionhash]&loc=spinner.php?s=$session[sessionhash]%26parentid=$forumid"); 
  } else { 
    
show_nopermission(); 
  } 



sorry for my bad english


All times are GMT. The time now is 08: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.01080 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)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