Quote:
Originally Posted by mello_mike
Oh it's kool Dark Shogun! :-)
But I do have a question...
How can I use this for all members?
I want to make a popup that I can use to advertise different things.
|
mello_mike,
If you want this popup to show up for everybody, simply change this:
Code:
<if condition="$show['guest']"><script type="text/javascript" src="clientscript/vbulletin_vbpopup.js"></script></if>
To this:
Code:
<script type="text/javascript" src="clientscript/vbulletin_vbpopup.js"></script>
Edit: If you are using version 1.0 then just use the original javascript file name of vbulletin_adbox.js