Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
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
  #1212  
Old 06-21-2007, 06:40 PM
julia44's Avatar
julia44 julia44 is offline
 
Join Date: Feb 2007
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry if this has been posted before, I did try searching. This is working great, but I'm not seeing this in explorer.

(got this working)

New Problem!

I searched here and vbad for the information but I don't think I'm doing it right.

<if condition="THIS_SCRIPT == 'adv_index'">
WHAT GOES HERE ???
</if>

trying to turn off the right and left columns for vbadvanced/home page. Thanks!

All is working now. For anyone else who has this question use this:
Quote:
<if condition="THIS_SCRIPT != 'adv_index'">
$rightcolumn_advertisement
</if>
or

Quote:
<if condition="THIS_SCRIPT != 'adv_index'">
$leftcolumn_advertisement
</if>
Reply With Quote
  #1213  
Old 06-21-2007, 06:57 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry if this has been asked before, but how can I make the variable for the rightcolumn ad work in a custom template instead of the recommended one (footer).

I made a new template called 'rightcolumn' and I have put the variable in it, but the ad doesn't show up. I'm using v2.1.

Thank you

PS: this is a great hack BTW.
Reply With Quote
  #1214  
Old 06-21-2007, 09:38 PM
yagane's Avatar
yagane yagane is offline
 
Join Date: Jun 2007
Location: Mexico
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Hi,

No, I meant the Header Adcode. Like what you just showed to cjddrum.



Could you mark the modification as installed please, that's the link to the top right of the first post with all the modification details.
Hi RedTyger:

in fact that is the code, I'm using it for test purpose meanwhile the problem is solved, in that way when the problem solved the adv should appeared complete:
Ad Sharing Adcode replacement --> pub-1234567890123456

I attached the info just in case.

Best regards!!!!
Reply With Quote
  #1215  
Old 06-22-2007, 06:36 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 dutchbb View Post
I'm sorry if this has been asked before, but how can I make the variable for the rightcolumn ad work in a custom template instead of the recommended one (footer).

I made a new template called 'rightcolumn' and I have put the variable in it, but the ad doesn't show up. I'm using v2.1.

Thank you

PS: this is a great hack BTW.
You must turn on right column advertisements via the yes/no option AND there must be some content in the right column Adcode box before it will display. It should work anywhere.

You will need to alter global_start.php, as it inserts part of the code automatically. Find two instances of this code:

Code:
						$adintegrate_rc = '<table width=\"' . $stylevar[outertablewidth] . '\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"><tr><td valign=\"top\">';
						$str_rc = '$spacer_open';
						$vbulletin->templatecache['header'] = str_replace($str_rc,$adintegrate_rc.$str_rc,$vbulletin->templatecache['header']);
And remove them both, then save and reupload the file.



Quote:
Originally Posted by smith2007 View Post
Thanks RedTyger - that worked perfectly!

I have noticed an issue re table resizing with my forum (still in test mode). When left, right or both columns are enabled with ads, when I click any of my forums from the main table, the main forum table changes to a smaller size, but I am not clicked through to the clicked forum straight away. Instead I have to click the forum a second time (on the smaller main table), then it goes into the forum.

I have a similar issue when I want to come UP a level out of a forum. I get a table resize, then after a 2nd click I can then go up a level.

My main table is set at 100%

If I switch off VBadmanagement, I do not have this issue.

Has anyone experienced a similar issue and can advise how to resolve?

VBAdmangement is a superb by the way RedTyger! I feel sure the above issue may relate to another setting I need make?
The HTML for the columns was taken directly from the suggestion by vBulletin themselves and I couldn't improve upon it. It is possible that it's a problem with the code, I know that the main table does have some sizing troubles occasionally. If anyone has an example of left and right columns that work perfectly without any resizing issues, let me know and I'll update it.
Reply With Quote
  #1216  
Old 06-22-2007, 07:12 AM
erinys erinys is offline
 
Join Date: Mar 2006
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what do the forumbit and threadbit advertisements do? i have enabled them and put adverts in them but i cant tell where they show up to be honest

the other locations all work fine.
Reply With Quote
  #1217  
Old 06-22-2007, 07:35 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Postbit - The postbit template is used to display posts, announcements and private messages.
Threadbit - The threadbit is the template for a single row when viewing a list of threads.
Forumbit - The forumbit is the template for a single row when viewing a list of forums/subforums.
Header - The template containing the logo at the top of your forum pages ONLY. The area immediately below that is the navbar template.
Footer - The template that contains everything at the bottom of your forum pages from the time downward.
...
Reply With Quote
  #1218  
Old 06-22-2007, 01:06 PM
nsusa nsusa is offline
 
Join Date: May 2004
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure if this was asked before. Let's say I want to display ads under the navbar, but with certain restrictions. This is all for the same ad location.

1) No ads for specific usergroups (admins, moderators)
2) 728x90 ad block for group (registered users)
3) 300x250 ad block for guests

Does this mod give me this option?
Reply With Quote
  #1219  
Old 06-22-2007, 02:43 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
You must turn on right column advertisements via the yes/no option AND there must be some content in the right column Adcode box before it will display. It should work anywhere.

You will need to alter global_start.php, as it inserts part of the code automatically. Find two instances of this code:

Code:
						$adintegrate_rc = '<table width=\"' . $stylevar[outertablewidth] . '\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"><tr><td valign=\"top\">';
						$str_rc = '$spacer_open';
						$vbulletin->templatecache['header'] = str_replace($str_rc,$adintegrate_rc.$str_rc,$vbulletin->templatecache['header']);
And remove them both, then save and reupload the file.
I have done all of this and the banner still doesn't show from my custom template.

The variable $rightcolumn_advertisement is in a template called 'rightcolumn' FYI
Reply With Quote
  #1220  
Old 06-24-2007, 08:41 AM
squishi squishi is offline
 
Join Date: May 2006
Location: Frankfurt
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Besides displaying "Ad Management by RedTyger" at the bottom, this product does absolutely nothing on my board.
I wonder how that can be? I made all template changes, activated the product, turned it on, set up advertisement... yet, NOTHING!
Reply With Quote
  #1221  
Old 06-24-2007, 11:37 AM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i haven't updated yet..so what are the main problems using 3.6.7?
Reply With Quote
Reply

Thread Tools

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:01 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.06725 seconds
  • Memory Usage 2,322KB
  • 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
  • (8)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
  • (6)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