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
  #962  
Old 04-23-2007, 01:09 PM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok cool, yeah somedays theres like 1 then it builds up from there up to 6, then sometimes those 6 goes back to one, its magic or something lol,

I just turned off the vb admanagement and reenabled it and it went back to 1
Reply With Quote
  #963  
Old 04-23-2007, 02:17 PM
cygy2k cygy2k is offline
 
Join Date: May 2006
Location: Iowa
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does appear to be an issue with either a scheduled task or caching. I've noticed that if I go into the settings and change something and then hit save, the multiple copyrights go back to one. Then the next day they go to two, then three, etc. It builds up over time so it has to be somehow related to how things are cached or the scheduled tasks.
Reply With Quote
  #964  
Old 04-23-2007, 02:55 PM
Caddyman Caddyman is offline
 
Join Date: Mar 2006
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
$GLOBALS[header_advertisement]


TY TY TY, i was running vba and PULLING MY HAIR OUT trying to get this fixed

for anyone needing this use that instead of $header_advertisement when installing this mod


thanks again!
Reply With Quote
  #965  
Old 04-23-2007, 03:24 PM
corsacant corsacant is offline
 
Join Date: Sep 2006
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm currently using version 3.02 and think it is a great hack.
Just a quick question before I update.

Do I just upload the product file and the folder in the /includes section to my server and that is it updated?
The reason I ask is because when looking on my server I couldn't find any of the old files in that location.

Thanks in advance.
Reply With Quote
  #966  
Old 04-23-2007, 04:53 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Great hack and no problems found so far. I was hoping you might be able to help on a few things. The first... I have this bit of code in my Showthread template. I'd like to add it to this modification instead but it doesn't seam to work for me.

<!-- Start adding Zones -->
<if condition="$forum[forumid] == 121">
<if condition="is_member_of($vbulletin->userinfo, array(4, 19))">
<br>
<ad what="zone:4"/>
</if>
</if><br />
<!-- End adding Zones -->

The other item is, what exactly are 'custom adcode blocks' used for and how do they work? Maybe this is what I need to do the above?
Reply With Quote
  #967  
Old 04-24-2007, 12:36 AM
AlexG6 AlexG6 is offline
 
Join Date: Apr 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not see this in the header template? is it still there? I am running 3.6.5

im sorry but I do not want to look in 65+ pages lol

heres my header template so far......

PHP Code:
<!-- logo -->
<
a name="top"></a>
<
table border="0" width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>
    <
td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]border="0" alt="$vboptions[bbtitle]/></a></td>
    </
tr>
</
table>
<!-- /
logo -->

<!-- 
content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output 
Reply With Quote
  #968  
Old 04-24-2007, 03:33 AM
Zilvia's Avatar
Zilvia Zilvia is offline
 
Join Date: Apr 2002
Location: Denver, CO
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please excuse me if this has already been covered, but I couldnt find anything.

I want to enable another level of ads. Such as more ads for my Guests while leaving my other level of members and then premium members/mods/admins.

Is there a way to do this? Thank you!!!!!
Reply With Quote
  #969  
Old 04-24-2007, 02:50 PM
titodj titodj is offline
 
Join Date: Dec 2005
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
You have chosen to enable the threadbit advertisements as well as pasting in some adcode, yes?
Sorry about the delay in my answer....
I reinstaled it and now all works great Thanks....
GREAT PRODUCT!!!

My hats off to you!!
Reply With Quote
  #970  
Old 04-24-2007, 03:10 PM
tbl33_01 tbl33_01 is offline
 
Join Date: Apr 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, 1st of all thanks for the great product~ :up: just the total control we want! ... but I am having some strange issue with it...

This is my 1st VB so please bare with me alit, thanks in advance~!

I am not sure which part is the problem but when I turn the left or right column ad on; the top of my right border bk img disappear in the header!!~ (See the pics plz) Any idea how does that happen? What should I be looking for here? Thank you!!
Reply With Quote
  #971  
Old 04-24-2007, 04:29 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 Zilvia View Post
Please excuse me if this has already been covered, but I couldnt find anything.

I want to enable another level of ads. Such as more ads for my Guests while leaving my other level of members and then premium members/mods/admins.

Is there a way to do this? Thank you!!!!!
You mean difference & for different usergroups? That is not currently possible.

Quote:
Originally Posted by tbl33_01 View Post
Hi, 1st of all thanks for the great product~ :up: just the total control we want! ... but I am having some strange issue with it...

This is my 1st VB so please bare with me alit, thanks in advance~!

I am not sure which part is the problem but when I turn the left or right column ad on; the top of my right border bk img disappear in the header!!~ (See the pics plz) Any idea how does that happen? What should I be looking for here? Thank you!!
I really can't say I'm afraid, that's a very customised theme.
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 03:12 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.06593 seconds
  • Memory Usage 2,333KB
  • 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
  • (1)bbcode_php
  • (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