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)
-   -   ForumJump in the Admin CP... (https://vborg.vbsupport.ru/showthread.php?t=37555)

Chris M 04-16-2002 10:00 PM

ForumJump in the Admin CP...
 
This will input a Forumjump in the Admin CP...

This will require manual editing of the Forumids, Categories and names, but I hope to update it soon, and make it so it automatically detects it...

For proof of it working, see below...

Satan

Chris M 04-17-2002 04:19 PM

Satan

Chris M 04-17-2002 04:40 PM

I explained in the First File, that there was a Second file for this add-on, if you installed my QuickList add-on...

Here it is...

2 Screenshots follow...

Satan

Chris M 04-17-2002 04:45 PM

This shows it before the Quick ForumJump...

Satan

Chris M 04-17-2002 04:46 PM

This shows it After the Quick ForumJump...

Satan

MrLister 04-17-2002 06:51 PM

The only difference I see in the pic is that it's been moved one spot down...

Chris M 04-17-2002 07:23 PM

Yep...

That is the difference...

Its whether you want it above or below...

Satan

Chris M 04-18-2002 05:57 PM

Possible php input to this :

Need someone to confirm whether this will work...

Quote:

// jump from forumjump
$goto = '';
switch($forumid) {
case 'home': $goto = 'index'; break;
case 'search': $goto = 'search'; break;
case 'pm': $goto = 'private'; break;
case 'wol': $goto = 'online'; break;
case 'cp': $goto = 'usercp'; break;
}
if ($goto != '') {
if ($s) {
$sessionhash = $s;
}
header("Location: $goto.php?s=$sessionhash");
exit;
}
// end forumjump redirects
<br>

//GENERATE forumjump:
$curforumid = $forumid;
makeforumjump();
Satan

Derek 06-20-2002 05:03 PM

Satan, so, have you been able to make it to where it will be automated yet? I have way too many forums to add right now and it would take forever to do this...


All times are GMT. The time now is 08:40 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.01055 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete