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
  #2292  
Old 02-12-2008, 08:43 AM
naisho naisho is offline
 
Join Date: Feb 2008
Location: France
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanted also to remove the "remove advertisement". Here is what I did, as I couldn't find any way in the admincp to hide/remove it:
- uninstall the product
- open the file vb_ad_management.xml in your editor
- find the lines where $vbphrase[adintegrate_remove_ads] appears (there are 12 occurences)
- delete the complete lines where it appears (12 ligns)
- re-install the product
It's done. There might be other ways though.

It would be great to add this feature in the admincp/vb_ad_management

The product works perfectly. Thanks again.
Reply With Quote
  #2293  
Old 02-12-2008, 02:54 PM
Habsy Habsy is offline
 
Join Date: Sep 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by naisho View Post
I wanted also to remove the "remove advertisement". Here is what I did, as I couldn't find any way in the admincp to hide/remove it:
- uninstall the product
- open the file vb_ad_management.xml in your editor
- find the lines where $vbphrase[adintegrate_remove_ads] appears (there are 12 occurences)
- delete the complete lines where it appears (12 ligns)
- re-install the product
It's done. There might be other ways though.

It would be great to add this feature in the admincp/vb_ad_management

The product works perfectly. Thanks again.
Thanks! Worked great.

Now if only I could figure out how to center the ads instead of have them align left like they do.
Reply With Quote
  #2294  
Old 02-12-2008, 05:12 PM
TaTTol TaTTol is offline
 
Join Date: Aug 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Habsy View Post
Thanks! Worked great.

Now if only I could figure out how to center the ads instead of have them align left like they do.
there is a simple way out too! just go to phrases and language section. find the phrase remove advertisemnts and replace with <!-- remove !-->!


To center you can add the <center> tag.
Reply With Quote
  #2295  
Old 02-12-2008, 07:34 PM
vgevolution vgevolution is offline
 
Join Date: Nov 2006
Location: Beyond the Looking Glass
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PDM View Post
i how change "Remove Advertisement" of register.php to index.php
There's a vb phrase you can clear to remove that text. Do a phrase search for Remove Advertisement and you'll find it.
Reply With Quote
  #2296  
Old 02-12-2008, 10:18 PM
MrEyes MrEyes is offline
 
Join Date: Nov 2004
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway I can configure the system to display adverts within showthread when the thread age is greater than X days?

EDIT:

Actually after giving this some more thought:

Is there anyway I can configure the system to display adverts within showthread when the thread age is greater than X days for forum A, and greater than Y for forum B.
Reply With Quote
  #2297  
Old 02-13-2008, 08:14 PM
chrisdaman77 chrisdaman77 is offline
 
Join Date: Oct 2007
Location: NY
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TaTTol View Post
there is a simple way out too! just go to phrases and language section. find the phrase remove advertisemnts and replace with <!-- remove !-->!


To center you can add the <center> tag.
Quote:
Originally Posted by vgevolution View Post
There's a vb phrase you can clear to remove that text. Do a phrase search for Remove Advertisement and you'll find it.
There is actually and easier way to achieve this. Go into your ACP---->Styles & Templates----->Search in templates. You are going to be looking for this phrase "$vbphrase[adintegrate_remove_ads]" just delete what is in the " " and it will not be there any longer. There are several templates to do this to but they are small ones.
Reply With Quote
  #2298  
Old 02-14-2008, 05:00 PM
pkallberg21 pkallberg21 is offline
 
Join Date: Dec 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any possibility of using php code in the advertisement code boxes? I have a php redirector script to hide the url, which I would like to call using ids. Unless there is another solution other than iframes and javascript?

Thanks for any help.
Reply With Quote
  #2299  
Old 02-15-2008, 01:08 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ME
Umm I get a blank page when loading my posts now...
Still need help...
Reply With Quote
  #2300  
Old 02-15-2008, 10:28 PM
Antonio Pereira Antonio Pereira is offline
 
Join Date: Sep 2007
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Again need some help.---


I have one error with IE7 but in firefox work ok.

Wen i enable Sponsors the IE give this error:

Line: 2602
Character invalid

Did you now what is this problem ?

You can check here the problem:
http://www.dragteam.info/
Reply With Quote
  #2301  
Old 02-15-2008, 10:51 PM
netcommander netcommander is offline
 
Join Date: Dec 2004
Location: Turkey/Antalya
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello
i see same problem and i write this post
https://vborg.vbsupport.ru/showpost....postcount=2068
i think you will see with firebug for firefox
but i cant found what happend this problem
best regards
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 01:49 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.07780 seconds
  • Memory Usage 2,319KB
  • Queries Executed 27 (?)
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
  • (7)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
  • (5)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_postinfo_query
  • fetch_postinfo
  • 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