vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vB Ad Management 4 (https://vborg.vbsupport.ru/showthread.php?t=131150)

Mum 01-07-2008 07:47 AM

Congratulations. I have great people skills, not something you can learn, obviously :)

wisebread 01-07-2008 09:51 AM

Hello,

I've enabled advertisements on the "last post on a page", but they seem to only appear in the linear views. There is no ad block in hybrid and threaded views.

I understand if that's by design... but if that's the case, does anyone know how to have an ad block appear after the last post on hybrid and threaded views? I'm a VB noob but am not afraid of a little template hacking. :)

Thanks in advance.

Greg

jnrdavo 01-07-2008 09:24 PM

I have found the answer to the people using Version 4.x and not being able to see any menus after the hack has been installed.

I tried to run cpadmin on another pc, and what do you know, it looked fine. All the vbadmanagement menus where there.

Tried again on my normal pc, still not working. Only the vbadmanagment hack showing as installed, but when I click on one of the options, I would only get a white screen.

I have ie7pro installed on my normal pc, and have the "enable Ad Blocker " option checked. When this is checked, you can not see any of the menu items for vbadmanagment. When unchecked, it works fine...

Hope this helps some of you that are experiencing the same problem. If you don't have ie7pro, it may be some of your other explorer adons that are blocking what it thinks are ads...

jnrdavo 01-07-2008 09:57 PM

Has anybody got the code that I can use to put a .swf file in to this? I've used search, but can't find anything (you can't search for swf, only .swf). Also tried to search for flash, but no luck.

Code I have is:

<param name="movie" value="http://www.????.com/forums/images/Ads/The_Racing_Room-Dec_07.swf"> <param name="quality"
value="high"> <embed src="http://www.????.com/forums/images/Ads/The_Racing_Room-Dec_07.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="160"></embed>

ProBlogger 01-07-2008 10:22 PM

Do we need this for vb 3.7?

andrew67 01-07-2008 10:33 PM

Has anyone got this working on 3.6.0 ? I have been asked to install it on a forum and am having numerous problems with all the links being garbled in the admin cp.

It was previously working fine with v3 on 3.6.0 , does anyone know where I can get this older version ?

Thanks in advance

CypherSTL 01-08-2008 05:44 AM

Quote:

Originally Posted by ProBlogger (Post 1417454)
Do we need this for vb 3.7?

The language file is not installing on 3.7 so I am holding off on trying again till 3.7 got RC or Gold and more things start getting ported.

mobilescafe.com 01-08-2008 10:11 AM

Hi i am using if condition to show ads to guests only in threadbit and the only problem i am facing is that the block created by the advertisement still shows to other members although no advertisement is displayed and the link "Remove this advertisement" also shows. How can i fix this.

kollam003 01-08-2008 02:52 PM

i have updated it very soon as it was released but i did not find anything new it was being made into more a complex stuff and many stuffs did not have anything no name and menus i got mad uninstalled it and then searched the whole net for the older version at last i got it and its working fine as before thanks to that version i will manage it without an update !!!

tekguru 01-08-2008 05:28 PM

Quote:

Originally Posted by RedTyger (Post 1394815)

AdminCP > Plugins & Products > Add new plugin


Product: vB Ad Management
Hook location: global_start
Title: Month conditional
Execution order: 5
Plugin PHP Code:
Code:

$adintegrate_month = date('F', TIMENOW);
Plugin is active? Yes

Save the plugin. Now you can use this conditional in your adcode:

Code:

<if condition="in_array($GLOBALS[adintegrate_month], array(February, April, June, August, October, December))">
Ad stuff goes here
</if>


You can change the list of valid months as you wish, of course.

I've been using this with great success until today when I went to put a new batch of advertising in place. I used:

Code:

<if condition="in_array($GLOBALS[adintegrate_month], array(January, March, May, July, September, November))">
<div align="center">
adstuff
</div>
</if>


and all i get is a blank ad box....

Any ideas?


All times are GMT. The time now is 11:12 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.13951 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete