Log in

View Full Version : Why did this show up? I don't want it there.


TequilaLady
04-27-2006, 06:23 AM
I don't know if I'm posting this at the right forum, anyway...

Hi guys. I'm new at this and I don't know anything about codes and stuff.
This morning I installed a spoilerfunction, and after that I saw something I don't want to have. =)

I don't know if it came with the spoilerthing or not, but can you please tell me how to remove it?

RS_Jelle
04-27-2006, 08:55 AM
Open the headinclude template

FIND
<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
// -->
</script>
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>
REPLACE WITH
<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>

TequilaLady
04-27-2006, 09:10 AM
Open the headinclude template
etc etc

Thank you so very much! :banana: :up: