1
Ok, inserted some flash code into the theme.html file to replace the static XOOPS logo.
When you goto any MAIN menu items like Downloads, News, etc, it's just blank, and the flash isn't loading.
But, in other places, it works fine.
Not working: http://www.pcandnetworking.comWorking:]
http://www.pcandnetworking.com/user.php#lostAny idea what's causing this not to load?
Here is a snippet of the theme.html file.
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<{$xoops_module_header}>
<script type="text/javascript">
script>
head>
<body>
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><center>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=logo WIDTH=150 HEIGHT=80>
<PARAM NAME=movie VALUE="logo.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#2F5376>
<EMBED src="logo.swf" quality=high bgcolor=#2F5376 loop=false
WIDTH=150 HEIGHT=80 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
EMBED>
OBJECT>
center> td>
<td id="headerbanner"><{$xoops_banner}>td>
tr>
<tr>
<td id="headerbar" colspan="2"> td>
tr>
table>
<table cellspacing="0">
<tr>
<td id="leftcolumn">
<{foreach item=block from=$xoops_lblocks}>
<{include file="default/theme_blockleft.html"}>
<{/foreach}>