The Arcive of vBulletin Modifications Site. |
|
intergrating phpAds? Details »»
|
|||||||||||||||||||||||||
Who can help me? :bunny:
I've added this to the phpinclude template: PHP Code:
I added this to the forumjump template: PHP Code:
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Anyone got an idea?
|
|
#3
|
||||
|
||||
|
In functions.php replace this:
Code:
$frmjmpsel = array();
function makeforumjump($forumid=-1,$addbox=1,$prependchars="",$permission="") {
global $DB_site,$optionselected,$usecategories,$jumpforumid,$jumpforumtitle,$jumpforumbits,$curforumid, $daysprune;
Code:
$frmjmpsel = array();
function makeforumjump($forumid=-1,$addbox=1,$prependchars="",$permission="") {
global $DB_site,$optionselected,$usecategories,$jumpforumid,$jumpforumtitle,$jumpforumbits,$curforumid, $daysprune,$banner1;
|
|
#4
|
||||
|
||||
|
hehe, I have a different problem. As soon as I put in the "require" info, it puts the banner at the very top and I haven't even put the "view("468x60", 0, "_blank")" info in yet.
|
|
#5
|
||||
|
||||
|
I found the problem, but dunno how to fix it. Whenever I put "$banner1 = view("468x60", 0, "_blank");" in phpinclude, it shows it up at the top. So, I can't set a variable for it. IS there a way to fix this?
|
![]() |
|
|