View Full Version : How can I add my own links inside the forumjump?
Gutspiller
03-21-2003, 06:45 AM
How do I add links into the forum jump? I just want to add a direct link to a page in the forumjump. I give it a url and a title and it shows the title in the forumjump and when it's clicked, it goes to that url.
Can somebody help me with this? This has to be fairly easy?
Erwin
03-21-2003, 06:57 AM
You can work this out yourself -
Take a look at the "forumjump" template.
Then take a look at "forumdisplay.php" file, at this section at the top and the code right underneath:
// jump from forumjump
$goto = '';
switch($HTTP_GET_VARS['forumid']) {
Study how the 2 interact, and I'm sure you can work out how it all works. :)
Gutspiller
03-21-2003, 04:15 PM
Today at 01:57 AM Erwin said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=370456#post370456)
You can work this out yourself -
Take a look at the "forumjump" template.
Then take a look at "forumdisplay.php" file, at this section at the top and the code right underneath:
// jump from forumjump
$goto = '';
switch($HTTP_GET_VARS['forumid']) {
Study how the 2 interact, and I'm sure you can work out how it all works. :)
"Give a man a fish, he eats for a day." ;)
Thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.