Quote:
Originally Posted by Tekton
glad to hear you want guest to have a positive experience :P
with the js file uploaded can't you just include the showing part in the header template instead of a normal one?
Code:
<style type="text/css">
#vbpopup { position:absolute; height:1; width:1px; top:0; left:0; }
</style>
<if condition="$show['guest']"><script type="text/javascript" src="clientscript/vbulletin_vbpopup.js"></script></if>
|
added it to header template and nothing happened...?