Big Bang Burger Bar Welcome, Guest. Please login or register.

Login with username, password and session length
29 March 2024, 07:06:58 *
 
   Home   Help Latest Posts Calendar Links Login Register  
HHGG Quote:
There`s nothing out there Ford! Like, No ground! Some cat`s taken the ground away!. - Zaphod BeebleBrox
Pages: [1]   Go Down
  Print  
Author Topic: Enterprise Theme - "done, but with errors on the page" seen on Browsers  (Read 2616 times)
0 Members and 1 Guest are viewing this topic.
Zarniwoop
Sysop
Administrator
Deep One
*******

Karma: 37
Offline Offline

BoardgameGeek: Oridyne
Posts: 2136


"One who cares is one who listens."


WWW
« on: 14 December 2008, 20:00:34 »

Ok with some help from a forum member on my site who supplied the code mods Nomad3k (thanks)

I think I have tracked down the problem and have a fix:

original code in default\Display.template.php:

Code:
if (empty($settings['use_tabs']))
echo '
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
document.getElementById("quickmodSubmit").style.display = "none";
// ]]></script>';

echo '
</form>';


Replace with this code:

Code:
if (empty($settings['use_tabs']))
echo '
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
    var scriptfix = document.getElementById("quickmodSubmit");
    if (scriptfix != null)
      scriptfix.style.display = "none";
// ]]></script>';

echo '
</form>';
« Last Edit: 14 December 2008, 20:02:29 by zarniwoop » Logged

Regards,
Zarniwoop

<*> I'm dangerous when I know what I'm doing <*>

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Privacy Policy
Valid XHTML 1.0! Valid CSS!
Mimipunk | www.iconshock.com icons used contain images © by Douglas Adams

Google visited last this page 20 January 2021, 03:40:54