TinyPortal
Development => Support => Installation => Topic started by: penfield on March 14, 2007, 09:25:24 PM
I upgraded today to smf 1.1.2 and tp 0.9.7 (IchBin's version) and now my index page uses one theme and all other pages use another. I want one theme for every page:
html from index page-<!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"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="ProAudioBus.com" />
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
<script language="JavaScript" type="text/javascript" src="http://promusicbus.com/smf/Themes/default/script.js?rc2p"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://promusicbus.com/smf/Themes/FandoodleTheme";
var smf_images_url = "http://promusicbus.com/smf/Themes/FandoodleTheme/images";
var smf_scripturl = "http://promusicbus.com/smf/index.php";
// ]]></script>
<title>ProAudioBus.com</title>
<link rel="stylesheet" type="text/css" href="http://promusicbus.com/smf/Themes/FandoodleTheme/style.css?rc2" />
<link rel="stylesheet" type="text/css" href="http://promusicbus.com/smf/Themes/default/print.css?rc2" media="print" />
<link rel="help" href="http://promusicbus.com/smf/index.php?action=help" target="_blank" />
<link rel="search" href="http://promusicbus.com/smf/index.php?action=search" />
<link rel="contents" href="http://promusicbus.com/smf/index.php" />
<link rel="alternate" type="application/rss+xml" title="ProAudioBus.com - RSS" href="http://promusicbus.com/smf/index.php?type=rss;action=.xml" />
<script language="javascript" type="text/javascript">
var currentSwapArticle = true;
function swapOptionsArticle(one)
html from forum page-<!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"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="ProAudioBus.com - Index" />
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
<script language="JavaScript" type="text/javascript" src="http://promusicbus.com/smf/Themes/default/script.js?rc2p"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://promusicbus.com/smf/Themes/Aero79_smf11RC2_TP";
var smf_images_url = "http://promusicbus.com/smf/Themes/Aero79_smf11RC2_TP/images";
var smf_scripturl = "http://promusicbus.com/smf/index.php";
// ]]></script>
<title>ProAudioBus.com - Index</title>
<link rel="stylesheet" type="text/css" href="http://promusicbus.com/smf/Themes/Aero79_smf11RC2_TP/style.css?rc2" />
<link rel="stylesheet" type="text/css" href="http://promusicbus.com/smf/Themes/default/print.css?rc2" media="print" />
<link rel="help" href="http://promusicbus.com/smf/index.php?action=help" target="_blank" />
<link rel="search" href="http://promusicbus.com/smf/index.php?action=search" />
<link rel="contents" href="http://promusicbus.com/smf/index.php" />
<link rel="alternate" type="application/rss+xml" title="ProAudioBus.com - RSS" href="http://promusicbus.com/smf/index.php?type=rss;action=.xml" />
<script language="javascript" type="text/javascript">
var currentSwapArticle = true;
function swapOptionsArticle(one)
{
document.getElementById(one).style.display = currentSwapArticle ? "" : "none";
document.getElementById("articleUpshrink").src = smf_images_url + ( currentSwapArticle ? "/upshrink.gif" : "/upshrink2.gif");
currentSwapArticle = !currentSwapArticle
as you can see, the FandoodleTheme is being used for the index page and aero79 for the rest of the pages (the only difference between the themes is that the top images are removed from the Fandoodle theme. I only want to use the aero79 theme. I have tried for hours figure this one out. anyone have any ideas? thanks!!
You have probably set the article to show the theme, which over-rides the forum theme. Check your article options.
That was the problem - Thank You...also, i want to thank you for your version of 0.9.7 - earlier today when my site was down after the upgrade i found your version of the 0.9.7 patch. it saved the day!
Glad I could add a happy ending to your day. :)