Quote:
Originally Posted by Sweet Evil
I got it to also show under froumdisplay, but not showthread yet.. let me know if you figure it out!
|
Ok, theory tells me this should work, but i can't actually get it to work on mine yet, can a coder please let me know what im doing wrong to get it to popup in showthread...
i did this...
opened showthread.php
found:
Code:
'pollresults_table',
and replaced with
Code:
'pollresults_table',
'forumhome_vbpopup',
found:
Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
Above that put:
Code:
eval('$vbpopup = "' . fetch_template('forumhome_vbpopup') . '";');
I opened SHOWTHREAD template:
replaced:
with
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>
</head>
Found:
Replaced with:
Theory tells me this should work as its the same hack but for showthread... but it doesnt seem to pop up...