vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Best Ads Program for 3.8? Option for Guest View only (https://vborg.vbsupport.ru/showthread.php?t=260560)

Edgespeeder06 03-17-2011 08:31 PM

Best Ads Program for 3.8? Option for Guest View only
 
I have been looking at the various Ads programs available but I am not sure which would be best for displaying ads to only Guests since I don't want to upset my members. Any recommendations?

BirdOPrey5 03-18-2011 03:05 PM

I don't know exactly what you mean by "ad programs" ? If you mean something like Google Ad Sense you can easily integrate those into your forum using the built in "Ad Location" templates in your style manager.

You can also easily add template conditionals to your templates to only show the ads to guests.

One way would be to use:
Code:

<if condition="$show[guest]">

Google Ad Code Here

</if>

around your google ad code in your template(s).

This will show it only to guests.

There are many other conditionals to show content to specific usergroups, forums, or pages. There is an article in the 3.8 articles section of this site.

I use Google as an example, but you could use any similar company's ad code as well.

Edgespeeder06 03-24-2011 02:53 AM

ok perfect that explained it all. Thank you. I was trying to find modifications for additional ad placement space on my forum but with the code I've been able to do it all


All times are GMT. The time now is 10:18 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.00892 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete