The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Advertising Banner System

Geek Advertising Banner System GAB is a highly configurable banner management system for vBulletin.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2009, 09:52 AM
PokerVillain PokerVillain is offline
Junior Member
 
Join Date: Feb 2009
Posts: 3
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default Popup Question?

Would this sytem work for popups? I want to be able to display popups to unregistered users only.
Reply With Quote
  #2  
Old 03-04-2009, 02:27 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

It depends on what ad code you use for the pop-up and whether anything interferes with the code that creates the pop-up. Generally pop-ups would be created using JavaScript, and GAB does allow you to create HTML ads, but as JavaScript is run client-side, there is no guarantee the pop-up would show to the end user. The below JavaScript worked on this site, but it may or may not work on your site, and if someone is using a pop-up blocker, s/he of course wouldn't see the pop-up:
Code:
<script type="text/javascript">
	function gabpopupwindow()
	{
		newWindow = window.open('http://www.thevbgeek.com', 'gabnewwindow', 'toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width=300,height=500');
	}
	gabpopupwindow();
</script>
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
Reply

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Popup but no link darkdiver Geek Auto-Linker 2 11-08-2008 07:24 AM
Only Link, no popup Spenser Geek Auto-Linker 1 05-12-2008 04:51 PM
Bigger popup? terrymason Geek Auto-Linker 1 03-13-2008 09:13 PM
Delay popup. Popup without link ult1lar Geek Auto-Linker 3 02-27-2008 02:03 PM
popup issue Bashy Geek Auto-Linker 4 02-25-2006 09:34 AM


All times are GMT. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.