Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Ad Management 4 Details »»
vB Ad Management 4
Version: 5.00, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 11-08-2006 Last Update: 12-12-2007 Installs: 1791
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.


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:
* Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
* Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
* Paste $threadbit_advertisement at the bottom of your threadbit template.
* Paste $footer_advertisement at the top of your footer template.
* Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
* Find &nbsp; in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #282  
Old 01-15-2007, 09:58 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lordy View Post
is there a way that you can have it display certain ads for certain usergroups?
https://vborg.vbsupport.ru/showthrea...69#post1157169

But instead of just that, do this:

Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
$threadbit_adcode
<else />
<if condition="is_member_of($bbuserinfo, 4,5,6)">
Your Ad Code for Usergroups 4 5 and 6
<else />
<if condition="is_member_of($bbuserinfo, 7,8,9)">
Your Ad Code for Usergroups 7 8 and 9
</if>
</if>
</if>
That's the only way it can be done.
Reply With Quote
  #283  
Old 01-15-2007, 09:59 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reece^B View Post
Brilliant, cheers for that mate. Just one more thing, when you view a thread it's all centred, how can I make it so its the same as the default, see below.
Try this:

PHP Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
    <
tr>
        <
td valign="top" align="left" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if> <if condition="THIS_SCRIPT == 'index'">style="padding-right:12px;"</if>>

<if 
condition="THIS_SCRIPT == 'index'">
            <
br />
            <
table align="left" border="1px" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder">
                <
tr>
                    <
td class="thead">
                        
$adtitle
                    
</td>
                </
tr>
                <
tr>
                    <
td class="alt1">
                        
$leftcolumn_adcode
                    
</td>
                </
tr>
            </
table>
        </
td>
        <
td valign="top">
</if>
            <
table width="100%" cellpadding="0" cellspacing="0" border="0">
            <
tr>
                <
td valign="top" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if>> 
Reply With Quote
  #284  
Old 01-16-2007, 12:57 AM
Ronak's Avatar
Ronak Ronak is offline
 
Join Date: Sep 2006
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
What items are you trying to rotate?
One is Adbrite code...and one is of my host
Reply With Quote
  #285  
Old 01-16-2007, 01:39 AM
Fawlty Adder Fawlty Adder is offline
 
Join Date: Apr 2006
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I've just tried importing this mod using the product manager and get the following error :



I'm using VB v3.53

any suggestions?

thanks
Reply With Quote
  #286  
Old 01-16-2007, 06:00 AM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Try this:

PHP Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
    <
tr>
        <
td valign="top" align="left" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if> <if condition="THIS_SCRIPT == 'index'">style="padding-right:12px;"</if>>

<if 
condition="THIS_SCRIPT == 'index'">
            <
br />
            <
table align="left" border="1px" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder">
                <
tr>
                    <
td class="thead">
                        
$adtitle
                    
</td>
                </
tr>
                <
tr>
                    <
td class="alt1">
                        
$leftcolumn_adcode
                    
</td>
                </
tr>
            </
table>
        </
td>
        <
td valign="top">
</if>
            <
table width="100%" cellpadding="0" cellspacing="0" border="0">
            <
tr>
                <
td valign="top" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if>> 
Thanks, but what template?
Reply With Quote
  #287  
Old 01-16-2007, 07:04 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reece^B View Post
Thanks, but what template?
Same as before, replace the leftcolumn_advertisement template with that.



Quote:
Originally Posted by Ronak View Post
One is Adbrite code...and one is of my host
I mean what is the code?



Quote:
Originally Posted by Fawlty Adder View Post
I'm using VB v3.53

any suggestions?

thanks
Yes, use the 3.5 modification. This is the 3.6 modification.
Reply With Quote
  #288  
Old 01-16-2007, 01:39 PM
ajhalls ajhalls is offline
 
Join Date: Nov 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do I need to do something to run the global_start? I assume it runs only at boot time.
Reply With Quote
  #289  
Old 01-16-2007, 03:12 PM
nanaimobar nanaimobar is offline
 
Join Date: Nov 2005
Location: Canada
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to link jpgs, gifs, pngs, etc submitted to me for ads but am unsure how to do this. Can I simply create a url link from an image in a folder on my server to the ad management system? ie, simply paste the following into static or random section of ad system: www.blahbla/images/ads/blah.jpg

How would I create the hyperlink to the advertisers site? What sizes should the ads be, and where can I find information on the required coding etc?

I managed to get one button to work (a weather information link) on my site, but that code was supplied by the weather network.

The system installed easily and seems to work great on my board. Now I just need to learn how to use it.
Reply With Quote
  #290  
Old 01-16-2007, 03:23 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ajhalls View Post
Do I need to do something to run the global_start? I assume it runs only at boot time.
Sorry, don't follow you? You don't need to worry about anything like that, just the AdminCP settings. global_start just means run on every page load.


Quote:
Originally Posted by nanaimobar View Post
I would like to link jpgs, gifs, pngs, etc submitted to me for ads but am unsure how to do this. Can I simply create a url link from an image in a folder on my server to the ad management system? ie, simply paste the following into static or random section of ad system: www.blahbla/images/ads/blah.jpg

How would I create the hyperlink to the advertisers site? What sizes should the ads be, and where can I find information on the required coding etc?

I managed to get one button to work (a weather information link) on my site, but that code was supplied by the weather network.

The system installed easily and seems to work great on my board. Now I just need to learn how to use it.
Yes, that's right. You must use HTML, any will work. I can't help you out with that too much there's a lot of different code you can use, but for a basic image/link combination it will look like this:

Code:
<a href="WHEREYOUWANTTOLINKTO1"><img src="LOCATIONOFIMAGE1" border="0" alt="DESCRIPTIONOFIMAGE2" /></a>,
<a href="WHEREYOUWANTTOLINKTO2"><img src="LOCATIONOFIMAGE2" border="0" alt="DESCRIPTIONOFIMAGE2" /></a>
That's for a random rotation, note the comma which goes between every section of code and that there is NO comma with the last one. You can read up more about HTML here: http://www.w3schools.com/html/default.asp
Reply With Quote
  #291  
Old 01-16-2007, 04:19 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry mate but that code didn't do anything to the align.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14268 seconds
  • Memory Usage 2,362KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete