PDA

View Full Version : ForumJump in the Admin CP...


Chris M
04-16-2002, 10:00 PM
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...

// 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...