![]() |
i am running 3.0.7 and i cannot get this to work.
|
ok so this morning, for testing purposes, i did a reinstall of vbulletin fresh on a clean new database. i figure i can test the mod out, so if it works then i can take it to my live site.
i went through the install instructions, verbatim, and not one hitch. i go into admin cp, and the dhc banner system heading is there, but when i click on it, there are no links underneath it, just 3 little small blue boxes that are about 2 pixels high. the top little box does nothing, the bottom two do link to something, not sure what since i cant read anything. That's ok, I can look in the code, and for whatever reason it did not make things work, but I see the link (example dhcbannerads.php?do=view) and I can make my own 3 links from there to view, add, and do settings so I'm ok with this bug. So I deleted the default banner, and added a new banner. Everything seems to work so far up to this point. Now I just want to insert the banner into the header by adding the appropiate code. I just used the install instructions to copy and replace the code in the header template. Keep in mind when I setup the banner, I selected ALL to make sure it was in all banner slots. I load my forum and the banner is not there, dont know what is going on????? |
update, i got it to work. for some reason, once the banner has been saved, u have to go back and manually choose the banner slot and the dimensions again, cause they dont save on the initial load.
|
and last update. i fixed the admincp issue, all you have to do is search in phrases for one of the banner phrases, i did banner_view and made no changes and saved it, it forced the phrases to rebuild themselves and now it all works perfect.
|
LOL! You fixed it yourself, by doing everything I was gonna tell you to do. Glad to see it.
|
Quote:
|
Hi I just installed no probs but I would like to display ad under my banner in the centre anyone help me out please?
|
Ok ummm I really need some help on this. Advertising is the only thing that keeps my site going and ever since I switched to vb I havnt been able to have a good advertisment.
I have followed every step of every page and I do not see or get the banners on my page. I dont have any errors. I put in the phasing for admincp. I have vbadvanced but I dont care if its on that page. I downloaded it a few days ago. NO images show up ANYwhere. Please help. My site is at your coding mercy. |
No problems here....Works great...
*installed* |
The first edit takes my site down. Do I need to close my site while I add this?
Will it work, once everything is complete? ---------------------------------------------------------------------- /global.php (1 Change) ---------------------------------------------------------------------- FIND eval('$headinclude = "' . fetch_template('headinclude') . '";'); eval('$header = "' . fetch_template('header') . '";'); eval('$footer = "' . fetch_template('footer') . '";'); ADD ABOVE // <DHC> require_once('./includes/functions_bannerads.php'); $TotalSlots = get_banner_slots(); for ($x=1; $x < ($TotalSlots+1); $x++) { $banner_ad[$x] = print_random_banner($x); } // </DHC> ---------------------------------------------------------------------- |
All times are GMT. The time now is 11:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|