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
  #1032  
Old 05-06-2007, 02:18 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You want to visit AdminCP > vBulletin Options > vBulletin Options and the vB Ad Management settings will all be there in a few sections near the bottom of the list.

You won't see a difference until you've found the settings as you haven't added the advertisement code you want to display yet.

Don't forget to click install so you will receive update notifications (top right of the first post).
Reply With Quote
  #1033  
Old 05-06-2007, 06:58 PM
emitton emitton is offline
 
Join Date: Apr 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there, i did what you said:

"You want to visit AdminCP > vBulletin Options > vBulletin Options and the vB Ad Management settings will all be there in a few sections near the bottom of the list."

i cant see it, not in the the list!

I will tell you what i did and maybe you can pick up where i have gone wrong.

1. i downloaded the zip file and opened it.
2. i opened the zip folder, opened the 'includes' folder and uploaded the 'vb_ad_management' folder to the 'includes' folder of my vbulletin installation,
3. then followed these rest of the instructions 'Go to Style Manager > Edit Templates and...'

was i supposed to do anything else? thats all the instructions said?

Etienne
Reply With Quote
  #1034  
Old 05-06-2007, 07:26 PM
JakeS JakeS is offline
 
Join Date: Feb 2006
Location: United Kingdom
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Too bad I have installed an ad on in firefox that blocks all ads otherwise this would actually work for me when go to sites.
Reply With Quote
  #1035  
Old 05-06-2007, 07:32 PM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
So...you want to have a column and just the contents of the column again, but separately elsewhere on the page? Placing $left/right_adcode in your template should do that, but it will not randomise independently, it will be exactly the same content as the column. If you want it different it will have to be another custom adcode block.
Yes, basically I want to place the contents of the random adcode block into any template without any additional formatting stuff surrounding the block content. Are you saying that the variable $leftcolumn_adcode represents this data?

Example:
$leftcolumn_adcode = <a href="link to advertiser website1"><img src="link to image1"></a>

So that anywhere I place $leftcolumn_adcode, I will have the equivalent of the above html inserted? I understand about adding custom blocks and will likely do that, but I was just trying to isolate the html stuff as shown above without all the extra table formatting code that is included with the $leftcolumn_advertisement variable.
Reply With Quote
  #1036  
Old 05-06-2007, 08:17 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 emitton View Post
Hi there, i did what you said:

"You want to visit AdminCP > vBulletin Options > vBulletin Options and the vB Ad Management settings will all be there in a few sections near the bottom of the list."

i cant see it, not in the the list!

I will tell you what i did and maybe you can pick up where i have gone wrong.

1. i downloaded the zip file and opened it.
2. i opened the zip folder, opened the 'includes' folder and uploaded the 'vb_ad_management' folder to the 'includes' folder of my vbulletin installation,
3. then followed these rest of the instructions 'Go to Style Manager > Edit Templates and...'

was i supposed to do anything else? thats all the instructions said?

Etienne
Ah. Do you see the .xml file that is also in the .zip file? You must upload this using the Product Manager in your AdminCP.


Quote:
Originally Posted by Tourmeister View Post
Yes, basically I want to place the contents of the random adcode block into any template without any additional formatting stuff surrounding the block content. Are you saying that the variable $leftcolumn_adcode represents this data?

Example:
$leftcolumn_adcode = <a href="link to advertiser website1"><img src="link to image1"></a>

So that anywhere I place $leftcolumn_adcode, I will have the equivalent of the above html inserted? I understand about adding custom blocks and will likely do that, but I was just trying to isolate the html stuff as shown above without all the extra table formatting code that is included with the $leftcolumn_advertisement variable.
That would be correct. It's easy enough to test and see.
Reply With Quote
  #1037  
Old 05-06-2007, 08:36 PM
stratz stratz is offline
 
Join Date: May 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey There very nice hack.. I believe I have followed your instructions in installing to the T but I am unable to get it to work for me. My knowldge in php is slim to none so I might have over looked something.. should I delete everything and try from the begining again?
Reply With Quote
  #1038  
Old 05-06-2007, 08:38 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 stratz View Post
Hey There very nice hack.. I believe I have followed your instructions in installing to the T but I am unable to get it to work for me. My knowldge in php is slim to none so I might have over looked something.. should I delete everything and try from the begining again?
Without any further details I don't have much option except to say "Yes". I've installed modifications wrong before, it happens to the best of us.

Don't forget to click install so you will receive notificaition of updates (link to the top right of the first post).
Reply With Quote
  #1039  
Old 05-06-2007, 08:49 PM
stratz stratz is offline
 
Join Date: May 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Without any further details I don't have much option except to say "Yes". I've installed modifications wrong before, it happens to the best of us.

Don't forget to click install so you will receive notificaition of updates (link to the top right of the first post).
You are referring to the marked as installed button ?
Reply With Quote
  #1040  
Old 05-06-2007, 08:51 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's the one.
Reply With Quote
  #1041  
Old 05-06-2007, 09:07 PM
emitton emitton is offline
 
Join Date: Apr 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent done!!:up:

Now the next silly question:

Where do i get code for my adds?

If i just have a jpg and the when you click on it, it goes to there website.

And if i latter do banners?

What would these codes look like?

I do appologise i and very new to this all and very eager to learn .
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 02:14 AM.


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.05361 seconds
  • Memory Usage 2,331KB
  • 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
  • (6)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