![]() |
im trying to get vB Banner 1.3 to work with 3.0.3 and its not going very well.
Under VB Banner Control when i click add i get Fatal error: Call to undefined function: makeinputcode() in C:\Inetpub\wwwroot\site\forums\admincp\banner_mana ge.php on line 37 and when i click on Modify i get Fatal error: Call to undefined function: doformheader() in C:\Inetpub\wwwroot\site\forums\admincp\banner_mana ge.php on line 171 so it would seem im its not working at all. Any sugestions would be greatly appreciated. |
Same problem here (v3.0.3)
|
Oops, my bad.. it would help if I included the right banner_manage.php file (I was working on this at home over the weekend and forgot to get the updated file from my ftp server).
Try this new one instead.. |
Thanks Steve,
Also, one other minor error: in click.php - it throws up an error, because "bid" in the insert statement should be "bannerid" Thanks for the great hack :) - Omar |
Oh yeah.. I see. The line in click.php:
Code:
INSERT INTO userclicks (userid, bid, clicks) VALUES ('$boarduser', '$bid', '1')"); Code:
INSERT INTO userclicks (userid, bannerid, clicks) VALUES ('$boarduser', '$bid', '1')"); |
Steve,
I'm not quite sure what you are saying in your post. When using the click.php as-is, I was getting a db error when clicking on a banner, saying the column "bid" was not found in the table. I assumed that this was to do with the following line in click.php: Code:
$DB_site->query("INSERT INTO userclicks (userid, bid, clicks) VALUES ('$boarduser', '$bid', '1')"); Please correct me if what I have done is wrong and/or might cause instabilities. Thanks - Omar |
lol, you beat me to the post. Good to know that I'm not going crazy ;)
Thanks KarateKid!!! |
dus this work whit vb 3.0.7 ??
|
Ok I'm kinda stuck here now. I have the banners rotating perfectly in my header. The banners belong to my two sponsors who have forums hosted on my board. What I would like to do is add those banners into the area specified on the attached email. The way I would like to do it, is through a global variable. i.e. the forum id is 47 and the banner id is 47. Therefore, banner 47 should show in the appropriate cell called by the variable in the forum bits. See what I'm saying? I think that was the intent of this post, but since the information refers to vb2 rather than 3, the information doesn't match up, and I can't figure it out.
If anyone can help, it would be greatly appreciated. |
Quote:
|
All times are GMT. The time now is 05:16 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|