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 |
#1342
|
||||
|
||||
All the instructions are there I'm afraid, and I must admit they're rather weak. I am trying to make an effort for things to be clearer in the next version for that reason as well as the facts that the next version is more complicated in some ways. It's very user-friendly once you have a handle on how it works, but baffling when you don't.
If you need any general help, just post here. Edit: Didn't notice you kind offer, I may ask for some feedback from everyone in that area at some point. For now, I'm making lots of changes so it's not really possible. |
#1343
|
|||
|
|||
Quote:
Let's start with what we want to do - perhaps once I've got an idea of how to do that, the rest will fall into place. I have a banner to size 234 x 60 that I'd love to put on the header of our forum. The file I have is a JPG. How do I insert that? Graham |
#1344
|
|||
|
|||
I'm sorry if this has been asked before, but there are 90 pages to go through and I didn't find anything with a quick search.
Is there an easy way to use this plugin to put different ads on each forum (based on forum id)? Right now, we have this plugin installed on several sites, but still have to resort to putting a long list of conditionals in the templates in order to put specific ads on specific forums. I know about the feature to only put ads on certain forums, but we need ads on every forum... just different code for each. Thanks. |
#1345
|
||||
|
||||
Quote:
Code:
<a href="LINK" /><img src="IMGLINK" alt="IMGDESCRIPTION" /></a> IMGLINK = Where the location of the image is. IMGDESCRIPTION = A description of what the image is. Put that in the header adcode section of the options, and ensure that it's enabled just above that. In general settings, the default is set to show advertisements to administrators only for testing (it says 6 in the usergroup settings, which is admin's usergroup id) so when you're ready you will have to adjust the numbers listed in that setting. Quote:
|
#1346
|
|||
|
|||
Wow! I didn't in my wildest dreams ever think it would be that easy!
I thought I'd have to get into changing lots more code and other techincal stuff, but all it took was a bit of html - thanks for that, but I could have done that on my own if I'd have known it was so easy! I've got my advertising up there now. As and when I get some takers - maximum of four I hope, I'll send you a donation for using the mod. It's fantastic Regards Graham PS - Have a look at my site http://www.vincentownersclub.co.uk/ Any idea how I can get the banner to move up a bit, so that it's centered? |
#1347
|
|||
|
|||
Im a bit concerned about security issue. I want to allow my members to display their own adcode. How can i make sure they only use adsense, clicksor or any other trusted code rather than something malicious. Thanks a lot!
|
#1348
|
||||
|
||||
Quote:
Code:
<td> (or it may be $header_advertisement now, I guess) </td> Code:
<td style="vertical-align:middle"> </td> Edit: And remove all those keywords from the bottom of your front page, Google will flay you alive for that! Sites have been banned for less. Quote:
If you can post examples of what code you would like people to be able to post, when I get a minute I'll see if I can come up with a RegEx code for you. Adsense is comparatively easy, others might not be. |
#1349
|
|||
|
|||
I hope someone can help me solve this issue. I'm getting
Code:
Warning: explode() [function.explode]: Empty delimiter. in /includes/vb_ad_management/postbit_display_start.php on line 72 Edit: It appears to only do it when I enable "Display advertisement after first post on a page?". Hmmmm Edit2: Ok, I fixed it.. I was just missing a "," lol |
#1350
|
|||
|
|||
Quote:
Can i just have it accept adsense and 368x60 banners with affiliate links and nothing else? Thanks a lot! -edit- I tried installing this and i get a blank code for #shared#. Everything seems to work fine but when put #shared# in my ad code all i get is: Forum sponsors: The rest is blank I will give it another try tomorrow morning. |
#1351
|
||||
|
||||
Quote:
The Adsense alone regular expression is quite simple (based on my own adsense id, you may need to adjust it), use this: ^ca-pub-[0-9]{16}$ That says the custom field must be ca-pub- then sixteen numbers between 0 and 9. No more, no less. Change {16} to {15-17} to allow 15 to 17 numbers, and so on. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|