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
  #242  
Old 01-12-2007, 01:11 AM
echamberlain's Avatar
echamberlain echamberlain is offline
 
Join Date: Aug 2006
Location: San Francisco
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Just taken a look at search_results_postbit and I agree. I'll add it to the next version. I didn't include any search templates because of Google's TOS, but of course that doesn't apply to everyone so...

Styling is unlikely to ever be done via the AdminCP. it's very unwieldy, especially since there's no way to hook CSS into the forum's existing stylesheet. And more to the point there's so many ways people might want to format, I could never cover them all. The options would be huge! It's likely to be template edits all the way.

Navbar you can already do if you need. Just change the template edit to $GLOBALS[$header_advertisement] (I think it is, it's discussed earlier in the thread for vBCMPS) and add it to the navbar template instead of the header template. But the thought does occur that I could add perhaps two "miscellanous" adcode sections which can be placed anywhere at all in case someone wants a header template and a navbar template, for instance.
Yeah, when I was making the template changes it occured to me that it problably doesn't make sense to put the formatting in the AdminCP.

Some Miscellaneous sections would be nice. I was redoing my Navbar anyway, I just hard coded the phpAdsNew code in the Navbar. We have ads in both the header and the Navbar (http://forum.voxilla.com/).

I'm not using the left and right columns, so I guess I could retask one of those for the Navbar. The reason we started using your mod was to move the ads into the thread and post bit area. We had a wide skyscraper, but we didn't like the wasted space below the ad right column.

I still need to do some tweaking, like sending the ad post position information back to phpAdsNew, so we can track which ad positions work best.

The mod was easy to install and works great.
Reply With Quote
  #243  
Old 01-12-2007, 03:46 AM
wildo69 wildo69 is offline
 
Join Date: Jan 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry if this is a repeat question, but with 17 pages its hard to sort through

here is what i want to do
display header and footer ads to all users
display thread/forum/post ads to all users except premium members

i see i can set users that see ads by user and group, but i only see this at a global option, not per ad type/location, am i missing it? or is it not there

thanks, great mod BTW..
Reply With Quote
  #244  
Old 01-12-2007, 08:35 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is there, it's why all the ads are templated. Surround the ads with a template conditional.

<if condition="!is_member_of($bbuserinfo, 1,2,3)">
$threadbit_adcode
</if>

Change 123 to the Usergroup IDs of your premium member usergroups.
Reply With Quote
  #245  
Old 01-12-2007, 08:48 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 ESADCG View Post
I am having an issue.
If I enter a user ID in the "Do NOT display advertisements for UserIDs:"
It turns off ads on the entire forum for everyone.
I can confirm that, it'll be fixed for the next version.
Reply With Quote
  #246  
Old 01-12-2007, 09:54 AM
SportsZone's Avatar
SportsZone SportsZone is offline
 
Join Date: Aug 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone got Google Adsense Ads to work yet? If so, how?

Thanks
Reply With Quote
  #247  
Old 01-12-2007, 02:12 PM
SportsZone's Avatar
SportsZone SportsZone is offline
 
Join Date: Aug 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A possible bug I found. If you copy and paste the Google Adsense code into the static header/footer box and save it, the ad WILL show up. However, if you put the same code into the rotation banner box with another banners code, the Google Adsense ads don't show correctly. The other banner shows fine.
Reply With Quote
  #248  
Old 01-12-2007, 03:37 PM
wildo69 wildo69 is offline
 
Join Date: Jan 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SportsZone View Post
Has anyone got Google Adsense Ads to work yet? If so, how?

Thanks
i am using them fine in the static code field

FWIW i am also using PHPAdsNew injection code in the static field as well and its working great too
Reply With Quote
  #249  
Old 01-12-2007, 03:39 PM
wildo69 wildo69 is offline
 
Join Date: Jan 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
It is there, it's why all the ads are templated. Surround the ads with a template conditional.

<if condition="!is_member_of($bbuserinfo, 1,2,3)">
$threadbit_adcode
</if>

Change 123 to the Usergroup IDs of your premium member usergroups.
great,
so if i make that change in the "postbit_advertisement" using what you posted above, that will accomplish the goal.

i had a feeling it was something like that, thanks for the great support, one of the fastest i have received here, and polite.. thanks
Reply With Quote
  #250  
Old 01-12-2007, 03:45 PM
Deska's Avatar
Deska Deska is offline
 
Join Date: Aug 2002
Location: Asia
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this hack.
My client love it
Reply With Quote
  #251  
Old 01-12-2007, 05:05 PM
project-Buckfas project-Buckfas is offline
 
Join Date: Jul 2006
Location: Ireland
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wonder how I done without this now.... Excellent mod
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 04:16 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.06455 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
  • (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
  • (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