The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Ad Management 4 Details »» | ||||||||||||||||||||||||||
What does it do? Features include global settings, advertisements allowing template conditionals, ad sharing and ad revenue sharing, timed advertisements, preset popular ad locations and functions such as sponsors, additional custom ad locations, random and static advertisements and its all very easy to use. You can use it for ordinary ads like adsense, banner rotations, or any content at all as well as using it to manage ads outside your forum too. You can read in more detail about these and other features in the manual, which also contains some helpful notes and instructions, as well as the installation and upgrade instructions If you are using autoinsertion and were using vB Ad Management before version 4.00, you will need to remove your old template edits or advertisements will appear multiple times. Just reverse the old instructions below. Quote:
Show Your Support
|
Comments |
#1692
|
|||
|
|||
It really isnt showing when I download it. Ive downloaded three times from your website and its just not there
|
#1693
|
||||
|
||||
i have tried 2 different .swf files and it just shows a link
|
#1694
|
||||
|
||||
What code are you using?
|
#1695
|
|||
|
|||
For some reason the files are showing in the zipped file, however once I unzip they dont appear.
Ive tried using winrar and winzip - but neither files appear once unzipped. Is anyone able to assist at all as really want to try v4.00 Beta Edit - Also appears there is an includes file that shows in the zipped version, but that dosent unzip either. If I try to unzip on their own, they come up as hidden files. |
#1696
|
||||
|
||||
Oh I am sorry, you're quite right they're set as hidden files. I had no idea that affected other computers.
I've rezipped and reuploaded the files, try now. |
#1697
|
|||
|
|||
Cheers RT. Thought i was going mad!
All downloaded, will upgrade to this version tonight |
#1698
|
||||
|
||||
on the 4.0 beta, i was having difficulty with the plugin tossing errors in signature and profile edits, even though i'd set it to not show ads on the profile page globally. it was just when i tried to edit a sig, etc. with this turned on. i was able to hack around it using the following code with my changes commented "dlv", using your conditional from elsewhere so it didn't even check for the autointegrate for these pages. -
Code:
//start hack to drop the error for profile edits dlv if (THIS_SCRIPT != 'profile' && ($_REQUEST['do'] == 'editoptions' || $_REQUEST['do'] == 'editprofile')) { //endstart hack to drop for profile edits dlv foreach($adintegrate_fields['1'] AS $adintegrate_find) { $adintegrate_replace = $global_getshared["$adintegrate_find"]; // This user's custom field is empty or they're banned from sharing, use the admin's default. if (empty($adintegrate_replace)) { $adintegrate_replace = 'adintegrate_'.$adintegrate_find; $adintegrate_replace = $vbulletin->options["$adintegrate_replace"]; } $adintegrate_preg_find[] = "/<!-- begin ad -->(.*)#$adintegrate_find#(.*)<!-- end ad -->/siU"; $adintegrate_preg_replace[] = "<!-- begin ad -->$1$adintegrate_replace$2<!-- end ad -->"; } //hack ending_if statment to drop adds for profile edits dlv } //endofhack to drop for profile edits dlv |
#1699
|
||||
|
||||
Noone?
|
#1700
|
||||
|
||||
wow reading thru the post got a headache...lol but i have one question and did not see posted here.
in my post the first advert shows but the 3 and forth, is showing page can not be found in both ie and firefox. have any idea why its doing that. -pb |
#1701
|
||||
|
||||
Is there noone that can help me with this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|