Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Ad Management Details »»
vB Ad Management
Version: 5.02, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 02-01-2009 Last Update: 03-09-2009 Installs: 740
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

This modification allows you to add advertisements to your vBulletin software. It's very easy to use, very quick and allows almost unlimited customisation. There is no restriction regarding the content you can use. Adsense, images, flash, plain text and you can use template conditionals and phrases as well. It will put anything, anywhere. Just about.

Features:
- Timed ads.
- Self-refreshing ads.
- Ad rotations.
- Ads using conditionals, phrases and templates.
- Ad sharing.
- Default ad blocks (typical ad block screenshot attached) for all the most popular locations plus another 25 custom blocks.
- Default ad blocks for some of the most popular alternative formats; columns, full-page, sponsors.
- Ads for distributed content (emails and feeds).
- Instant previews before publishing.
- No template edits necessary.
- Compatibility with external pages and software.
- Appearance blending to make your ads look like part of your vBulletin templates.
- Alter hyperlinks to include your referral codes.
- Further details in the manual.

For software-specific management (i.e. threads on a forum, comments on a blog) and/or ad (revenue) sharing you will additionally need the appropriate module.

Additional modules:
Forum
Blog

This modification is supported with a link back to my homepage in the footer. Unbranded is per vBulletin license to be used with, see here for details.

Installation instructions:
Installation
Upgrading from an older version

Download Now

File Type: zip vb_ad_management_502.zip (33.8 KB, 5693 views)

Screenshots

File Type: jpg vbam_block_500.jpg (90.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
yousufkanan

Comments
  #52  
Old 02-05-2009, 03:54 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snotek View Post
Cannot use this product -- vB 3.8.1, vBSEO, and a few other plugins/products.

When product is installed most AJAX functions cease to work. Inline editing of posts is probably the most annoying of the loses. Simply uninstalling the product fixes the issue. I have repeated this modification several times each time beginning and ending with the same results.
Same for me - Editbutton ist broken (but works if you click him twice) and Button in Editor.

But there is no need to uninstall - deactivating does the same till there is a Fix.



Opened a Thread at vBSEO Support - in most Cases they can help.
Reply With Quote
  #53  
Old 02-05-2009, 04:50 PM
RaceJunkie RaceJunkie is offline
 
Join Date: Jun 2005
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IS it possible to add an advertisement on the first post like attached image?
Attached Images
File Type: gif ad1.gif (44.3 KB, 0 views)
Reply With Quote
  #54  
Old 02-05-2009, 09:54 PM
angeldevil angeldevil is offline
 
Join Date: Aug 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod This is a Must mod nominated for MOTM .Thank you for ur good work Redtyger
Reply With Quote
  #55  
Old 02-06-2009, 02:12 AM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please be back add after last post
Reply With Quote
  #56  
Old 02-06-2009, 05:42 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 redlabour View Post
Same for me - Editbutton ist broken (but works if you click him twice) and Button in Editor.

But there is no need to uninstall - deactivating does the same till there is a Fix.



Opened a Thread at vBSEO Support - in most Cases they can help.
It's good of them to take a look, but it's almost certainly something for me to deal with. Let me know how you get on.




Quote:
Originally Posted by RaceJunkie View Post
IS it possible to add an advertisement on the first post like attached image?
Of course!

Search for $ad_location[ad_showthread_firstpost_start] in the postbit template and after it add $vbam_location[post_message] (note at the end). Set your ads to display every 1 post, choose the post_message template hook from the menu and for your adcode use this:

Code:
<if condition="$GLOBALS[post][postcount] % $vboptions[maxposts] == 1">
<div style="float:right;margin-left:1em;margin-bottom:1em;">
YOUR ADVERTISEMENT
</div>
</if>

The conditional is what restricts it from really appearing every 1 posts so if you're using other postbit adcode you'll have to work conditionals around it.

While I'm on the subject, if anyone wants to include an advertisement with the last post before/if the option is added back in, just use this conditional:

Code:
<if condition="$GLOBALS[post][islastshown]">
Everything here will be shown with the last post only.
</if>

* Unfortunately, vBulletin's use of ad_location hooks prevents anyone else using them unless I've included a specific workaround, which I haven't for that one. So unfortunately you have to make your own. I'll probably just remove ad_location hooks entirely.




Quote:
Originally Posted by angeldevil View Post
Great Mod This is a Must mod nominated for MOTM .Thank you for ur good work Redtyger
Very kind, glad it's helpful.
Reply With Quote
  #57  
Old 02-06-2009, 11:59 AM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to see you back RedTyger :up:

Will install this as soon as it works with VBSEO
Reply With Quote
  #58  
Old 02-06-2009, 03:03 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed this and am using it in my header. As said, gotta hit edit twice... Not a show stopper for me but would be nice to have fixed.

My other question... I believe it was this modification that previously allowed me to include an ad after every X post and after X threads, etc... Very flexible. I see all of that was removed (unless I'm thinking of another mod). Any way to put these back, I thought they were great.
Reply With Quote
  #59  
Old 02-06-2009, 05:35 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 morrow View Post
My other question... I believe it was this modification that previously allowed me to include an ad after every X post and after X threads, etc... Very flexible. I see all of that was removed (unless I'm thinking of another mod). Any way to put these back, I thought they were great.
Before it had "with X posts" and "every X posts". With this version it was added to thread and forum lists as well.
Reply With Quote
  #60  
Old 02-06-2009, 08:05 PM
sojobo sojobo is offline
 
Join Date: Apr 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The auto-refresh feature doesn't seem to be working for me, is that a known bug or is something else the cause?
Reply With Quote
  #61  
Old 02-06-2009, 08:52 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sojobo View Post
The auto-refresh feature doesn't seem to be working for me, is that a known bug or is something else the cause?
Doesn't work for me either.

Also, left/right columns don't show up on the right or left, but rather on the bottom.

Where can I have the ads displayed between ever X thread/post/etc...?
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:33 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07865 seconds
  • Memory Usage 2,346KB
  • Queries Executed 28 (?)
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
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete