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)

Keta 06-26-2002 06:47 AM

does this work for 2.2.6?

Chris M 06-26-2002 08:54 AM

Dunno...

Im testing it in a second or two!:)

BTW : Great Hack:)!

Satan

Chris M 06-26-2002 09:31 AM

I have 2 screenshots to share...

The Good news : The screenshot below proves it works:)

The Bad news : It will only appear in the CP, as for some strange reason, it doesnt in the "admin options"...

Satan

Chris M 06-26-2002 09:33 AM

:(

Satan

FWC 06-27-2002 06:04 AM

Quote:

Originally posted by hellsatan
The Bad news : It will only appear in the CP, as for some strange reason, it doesnt in the "admin options"...

Did you add the necessary code to forumdisplay_adminoptions? It works on my 2.2.6 board.

Boofo 08-02-2002 07:28 AM

I did this but after I have moved a forum, and click on the link of the forum in the spin threads box that verifies that, it gives me a page not found error. Any ideas on this one?

EDIT: Attached is a picture of what I am talking about. Look in the lower left habd corner at the Status Bar. That is what shows up when I hightlight the forum name that the thread was moved to (Graphics design). It shows the forum/mod dir instead of just the forum dir.

And is there any way to have this just for the Admin and not mods if I want it there?

Quote:

Originally posted by scsa20


hmm...might be a little late for this, but I just like to add something to that....if you are going to use that in the admin cp, all you have to do is put in the following instead of the above:

Code:

makenavoption("Spin Threads","../mod/spinner.php?action=spinthreads");
put that somewhere in your admin/index.php file (along with the other links), and it'll just go into the mod folder to get the file (along with any other thing it needs).....if you want to know a good place (well..I didn't really put it in a good place, but it's a good place)...here's what you do:

In admin/index.php, search for:

PHP Code:

makenavoption("Who Voted?","thread.php?action=votes"); 

and replace it with:

PHP Code:

makenavoption("Who Voted?","thread.php?action=votes","<br>");
makenavoption("Spin Threads","../mod/spinner.php?action=spinthreads"); 

well...that's were I put mine...good luck for whoever needed this type of info


Link14716 08-02-2002 04:25 PM

I could probably fix that..... hold on. (I want to insdtall it too!)

Link14716 08-02-2002 04:32 PM

hellsatan: it only apears in the FORUM dropdown, not the thread dropdown.

Boofo: open up spinner.php.

change both instances of:
Code:

a href='forumid=$moveTo[$threadID]' target='_blank'
to
Code:

a href='../forumdisplay.php?forumid=$moveTo[$threadID]' target='_blank'
Not tested, but it should work ;)

Boofo 08-05-2002 12:03 PM

That fixed it. Thanks! :)

JohnWoo 09-19-2002 10:42 AM

Great huck.... You safe me...


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.03329 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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