Quote:
Originally Posted by JasonP38
Every time I try to paste
<style type="text/css" id="panic_css">
#panic {
position: fixed;
width: 60px;
bottom: 5px;
right: 5px;
z-index: 999;
}
</style>
<!-- Panic Button - Global v3.8.001. Copyright 2010. Mosh Shigdar,
Wolfshead Solutions -->
<if condition="$show['panicbutton']">
<a href="$show[panic_button_url]" id="panic"><img
src="$stylevar[imgdir_misc]/panic.png" border="0" alt="Boss Key"
/></a>
</if>
<!-- end of Panic Button - Global -->
into my headinclude template I get the following message;
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3362
The following error occurred when attempting to evaluate this template:
%1$s
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
when I hit continue I then get this message
This template was changed by someone else while you were editing it. Your changes have not been saved. Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved.
and it won't let me merge my changes.
|
It is probably because your site is using vBulletin 4.x.x and this is a vBulletin 3.x.x hack.