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
  #2122  
Old 12-25-2007, 04:25 PM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In any case I have changed the tables over to using the DIV tag instead which seems to load much quicker. You can see it in use here: www.4winmobile.com.

Thanks for that!
Reply With Quote
  #2123  
Old 12-25-2007, 05:58 PM
eJM's Avatar
eJM eJM is offline
 
Join Date: Sep 2004
Location: teh Ether
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekguru View Post
Well yes I know the code posted was a bit iffy as a snippet, but I was trying to show that using <br /> works.
DON'T post "iffy" code, post code you are sure will work. People who know nothing about code will copy your code and use it, then come back here with more problems than they started out with.

Quote:
However you recommend using DIV instead of using seperate aligned tables?
Table code, if done properly, requires you to use at least:
Code:
<table>
  <tr>
    <td>data here</td>
  </tr>
</table>
All that code adds weight to the page and also gives search engine spiders a lot more to wade through to get to your content. Keeping it simple, while still adhering to valid code standards, lets you reduce the code to:
Code:
<div>data here</div>
However, you can't just put DIVs willy-nilly anywhere you want. You do have to be cognizant of the code surrounding the DIVs. For instance, you canNOT do this:
Code:
<table>
  <tr>
<div>data here</div>
    <td>more data here</td>
  </tr>
</table>
You CAN put DIVs within <td></td> and you can put DIVs before or after the table structure. It's always a good idea to check the validity of the code using the w3 Validator ( http://validator.w3.org/ ), but if your pages are already screwed up with poorly coded hacks, modifications and style code, you will have a lot of work ahead to fix it all. The page you linked to has 159 errors. I would be asking the individual authors of those to fix the code. If enough people did that, maybe authors would finally stop being so sloppy with their work.

Quote:
Originally Posted by tekguru View Post
In any case I have changed the tables over to using the DIV tag instead which seems to load much quicker. You can see it in use here: www.4winmobile.com.

Thanks for that!
You're welcome. However, just replacing a single table with a DIV doesn't necessarily speed the page load time up enough to see with the nekkid eye. It all adds up though. The page you linked to took a pretty long time to load on my DSL connection. You have more issues than just table structure replaced for DIVs.

Jim
Reply With Quote
  #2124  
Old 12-25-2007, 09:53 PM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All good points thanks for that.
Reply With Quote
  #2125  
Old 12-25-2007, 10:13 PM
haaba haaba is offline
 
Join Date: Jan 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Custom block code does not work if inserted in FORUMDISPLAY template file. Any help on this?

Thanks
Reply With Quote
  #2126  
Old 12-25-2007, 10:42 PM
eJM's Avatar
eJM eJM is offline
 
Join Date: Sep 2004
Location: teh Ether
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekguru View Post
All good points thanks for that.

-------------sniiiiiiip------------
This thread is about vB Ad Management. It has well over 2,000 posts. Let's not make it even more difficult for those searching for info on vB Ad Mgmt by discussing issues that have nothing to do with it. Please find the appropriate venue for your other issues - like the vBadvanced discussion on your nav module, the people responsible for Clickapps, and whoever else modified your code. vBSkins is not responsible - they provided you with valid coded style (unless you're using an older version than they have on their site now).

Anyway, let's leave this thread for what it was intended for.

Jim
Reply With Quote
  #2127  
Old 12-26-2007, 02:38 AM
mykkal's Avatar
mykkal mykkal is offline
 
Join Date: May 2007
Location: Atlanta, GA
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to figure out a way to get the "left and right column" ads to stay fixed and to the top of the right side. I thought that they would do this by default but when I view my site in firefox the ads fall down.

Is there any HTML code I can paste in front of the add code in the Ad Managerment Control Panel?
Reply With Quote
  #2128  
Old 12-26-2007, 12:40 PM
Shaliza Shaliza is offline
 
Join Date: Apr 2006
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How does one add the code to a non-vB page that is powered by vB's permissions?
Reply With Quote
  #2129  
Old 12-26-2007, 12:44 PM
iulianh iulianh is offline
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does it include statistics for every ad ?
Reply With Quote
  #2130  
Old 12-26-2007, 04:29 PM
Suzie Suzie is offline
 
Join Date: May 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am still having trouble with the side columns. I have tried all the different layouts you have shown here and I can't get 2 google ads to run one under the other. I have one that's an image only ad layout then a text and image version under it. It shows as it should in the admin panel but not on the forum pages. http://foodnetworkfans.com/
Reply With Quote
  #2131  
Old 12-26-2007, 06:10 PM
Skorzen's Avatar
Skorzen Skorzen is offline
 
Join Date: Oct 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Um....yeah....I installed vb Ad Management today and now nothing is showing up on my index page. It's completely blank (white). Can anyone tell me what happened here and how to get things back to normal?

www.petownerforum.com
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:04 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.06134 seconds
  • Memory Usage 2,323KB
  • 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
  • (3)bbcode_code
  • (5)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_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