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)

triphp 01-19-2007 05:04 AM

Still waiting for the Adsense Reveneu Sharing :D

RedTyger 01-19-2007 08:41 AM

Quote:

Originally Posted by echamberlain (Post 1162547)
I use javascript in my ad rotations, so using some other character (or combination of characters that doesn't appear in html or javascript) than the comma for separation would be nice.

Changed it to separation using | instead of , in the next version.

Reece^B 01-19-2007 10:12 AM

Do you have any idea when the update will be?

RedTyger 01-19-2007 11:20 AM

If you need it urgently, open the plugin and do:

FIND:
explode(','

REPLACE WITH:
explode('|'

and then change your admin code to use | instead of ,

sim10 01-19-2007 02:55 PM

RedTyger...is there a way to exclude ads from certain forums in header/footer?

RedTyger 01-19-2007 04:17 PM

Change the header/footer_advertisement templates to

Code:

<if condition=in_array($forum[forumid], 1,2,3)">
$header/footer_adcode
</if>

Change 1,2,3 to the forums where you want the adverts shown. Be sure to the search the thread in future, this has been asked before.

sim10 01-19-2007 05:30 PM

thanks for the help but is there a similar way like this except to exclude boards..as i've got to input a lot of numbers..and more for every board i add.

RedTyger 01-19-2007 05:35 PM

Code:

<if condition=!in_array($forum[forumid], 1,2,3)">
$header/footer_adcode
</if>


sim10 01-19-2007 05:44 PM

didn't work if i were to pm u login details would u give it a go?

BlueBulletRL 01-20-2007 12:59 AM

Hey I have a question, I like how it puts the advertisements after the first post however is it possible to not have it in a postbit box or no?


All times are GMT. The time now is 12:19 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.02572 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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