Booyakan
06-19-2011, 03:22 PM
I am running a content locker script for unregistered guests in my SHOWTHREAD. It works but the problem is the thread appears for a second or two before it kicks in. Is there any way to make sure my script loads before the thread does?
I currently have my code here in SHOWTHREAD:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head><vb:if condition="$show['guest']">MY CODE IS HERE</vb:if>
{vb:raw headinclude}
I currently have my code here in SHOWTHREAD:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head><vb:if condition="$show['guest']">MY CODE IS HERE</vb:if>
{vb:raw headinclude}