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
  #2072  
Old 12-15-2007, 02: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 bosal View Post
It's not so simpe, i try. The thing is i have a RL big forum: http://forum.tibia.pl And it uses memceche (i'm turning this in config.php file of vB). This thing is caching all querys in RAM. Normally query is readed directly from Database.

When i'm turning Ad Managment, the whole forum stops, becouse whole database locks itself.
It's not a case of all pages appearing blank is it? Otherwise, I just need the full text of the error. I have no idea if it causes memcaching problems as I don't have any way of testing it, but I can at least see if it is an error with the query itself.

Quote:
Originally Posted by StreetTriple View Post
the error is .... ACP NOT TRANSLATION!
see this image ...

You have not uploaded the language product.

Quote:
Originally Posted by Howell View Post
I have set the Postbit advertisement refresh function to Disabled and the error has now gone. Worth looking into RedTyger.
Will do.
Reply With Quote
  #2073  
Old 12-15-2007, 03:43 PM
netcommander netcommander is offline
 
Join Date: Dec 2004
Location: Turkey/Antalya
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

RedTyger I've sent a pm could you look me my board
Reply With Quote
  #2074  
Old 12-15-2007, 05:06 PM
StreetTriple's Avatar
StreetTriple StreetTriple is offline
 
Join Date: Sep 2007
Location: Italy
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the lenguage product isn't valid....
Reply With Quote
  #2075  
Old 12-15-2007, 06:02 PM
maroceve maroceve is offline
 
Join Date: Oct 2005
Location: Casablanca, Morocco
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

REdtyger, I have that Blank Page problem.

http://www.maroceve.com/index.php?page=nightlife

Please let me know if you have a fix.
Reply With Quote
  #2076  
Old 12-15-2007, 07:23 PM
Sevo Sevo is offline
 
Join Date: Nov 2007
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any one able to help me on inserting the flash banners?

i just need the code, not sure how to get it to work

thanks
Reply With Quote
  #2077  
Old 12-15-2007, 08:51 PM
jnrdavo jnrdavo is offline
 
Join Date: Aug 2007
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey RedTyger, I've asked a couple of times now, but haven't seemed to get a reply, except for you asking for a login etc...I've PM'd you twice as requested.

Is there a fix for the problem I am experiencing. I am getting a blank screen when I click on the menu options when uinsg 4.01 or 4.02... I have uploaded the language file.

Please, if ANYBODY knows a solution, it would be greatly appreciated.
Reply With Quote
  #2078  
Old 12-15-2007, 11:08 PM
maroceve maroceve is offline
 
Join Date: Oct 2005
Location: Casablanca, Morocco
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it seems like a lot of us are getting blank screens.
Reply With Quote
  #2079  
Old 12-16-2007, 03:26 AM
Sandy-XXX Sandy-XXX is offline
 
Join Date: Jun 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
With this new version I can add different ads, ?how?

Example, In my forum I have a xxx zone. I want xxx advertisement on xxx forums, and normal advertisement on the other forums.
Quote:
Originally Posted by RedTyger View Post
1) You can use template conditionals, there's a bit about what they are and how they work here. In your case, your adcode would look like this:

Code:
<if condition="in_array($forum, array(1,2,3)">
xxx adverts go here
<else />
all other ads go here
</if>
Just change 1,2,3 to the forum IDs of your xxx forums. You can add or take away as many as you like.
Hi,

I try this code today and dont work.

I use this in the Postbit adcode:

Code:
<if condition="in_array($forum, array(3,37,22,23,24,25,38,26,43,44,45,46))">
xxx add 1|
xxx add 2|
xxx add 3|
xxx add 4
<else />
normal add 1|
normal add 2|
normal add 3
</if>
And this in the Header adcode:

Code:
<if condition="in_array($forum, array(3,37,22,23,24,25,38,26,43,44,45,46))">
xxx add 1|
xxx add 2|
xxx add 3|
xxx add 4
</if>
With this 2 codes, I dont get any header add on my forum, and with the postbit only shows the normal adds (also in the xxx forums only show normal adds).

I try to change the code "$forum" to "$forumid", but still the same.

"3,37,22,23,24,25,38,26,43,44,45,46" this are the ids of my xxx forums, I want xxx adds on that forums, and in the rest normal adds...

I have 4.02 version working on 3.6.8 Level 2.
Reply With Quote
  #2080  
Old 12-16-2007, 07:00 AM
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 RedTyger View Post
I'm waiting for other reports at the moment to confirm it's a widespread bug. That nobody else has reported it yet makes me wonder if it is a vBSEO bug or specific to your forum somehow. I haven't forgotten you.
Hi,

1. I dont think many are using this Postbit Ads.

2. Maybe anything goes in Trouble because of the Deinstallation of 3.x ?
Reply With Quote
  #2081  
Old 12-16-2007, 08:33 AM
x-land x-land is offline
 
Join Date: Dec 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I make update from 4.01 to 4.02 and now dont work in first page next advertisments: "Display advertisement after X post on a page?" and "Display advertisement after last post on a page?" in Postbit section.
Work well in Announcements, Private messages and next pages from thread, only on first page dont apear.
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 12:25 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.05423 seconds
  • Memory Usage 2,324KB
  • 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
  • (7)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