bad theme ??

Sam DeVore Manila-Newbies@userland.com
Mon, 11 Feb 2002 11:34:28 -0700


--============_-1198669947==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

>One of my teachers changed a theme to her site and now it's broken:
>
><http://weblogs.stalux.org/guzman/>http://weblogs.stalux.org/guzman/
>
>We can't login to the site from a browser to change back. I can't 
>find on the server how to change the theme. In what table should I 
>be looking?

Try this.  Go to their site in the manilawebsites.root file and paste 
in the following into the #template table entry
==start cut here==
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
             "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head><title>{title}</title>
	{meta}
	{cascadingStyleSheet}
	{javaScript}
	</head>
	{body}
		{editorialMenu}<p>
		<center>
			<h1>{homePageLink (siteName)}</a></h1>
			<i>{tagLine}</i><p>
			[ {navigatorLinks} {membershipBox} ]
			</center>
		<h2>{title}</h2>
		{bodytext}
		<table border="0"><tr><td>{calendar}</td></tr></table>
		<p>
		<hr>"This is a Manila site"
		</body>
	</html>
==stop cut here==
this should a basic template  then they can login and go to the theme 
page and try again (you might want to remove that theme that caused 
the problems.   You can also look at the manilanewbies faq item 26  ( 
http://manilanewbies.userland.com/faq#WhatifImakemysiteunviewableafteraTemplatechange


HTH

Sam D

>
>
>Thanks....
>
>Barry
>
>
>
>Nothing is idiot-proof when you are dealing with big enough idiots.
>
>


-- 
====================
Samuel C. DeVore    sdevore@teachesme.com
www.TeachesMe.com
Because if you are not managing your content...
Who is?
See us for content management for teachers/schools/students
=====================
--============_-1198669947==_ma============
Content-Type: text/html; charset="us-ascii"

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: bad theme ??</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">One of my
teachers changed a theme to her site and now it's
broken:</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><a
href="http://weblogs.stalux.org/guzman/"><font face="Arial"
size="-1">http://weblogs.stalux.org/guzman/</font></a></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">We can't
login to the site from a browser to change back. I can't find on the
server how to change the theme. In what table should I be
looking?</font></blockquote>
<div><br></div>
<div>Try this.&nbsp; Go to their site in the manilawebsites.root file
and paste in the following into the #template table entry</div>
<div>==start cut here==</div>
<div>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01
Transitional//EN&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br>
&lt;html&gt;<br>
<x-tab> </x-tab>&lt;head&gt;&lt;title&gt;{title}&lt;/title&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp; </x-tab>{meta}<br>
<x-tab>&nbsp; </x-tab>{cascadingStyleSheet}<br>
<x-tab>&nbsp;&nbsp; </x-tab>{javaScript}<br>
<x-tab>&nbsp;&nbsp;&nbsp; </x-tab>&lt;/head&gt;<br>
<x-tab> </x-tab>{body}<br>
<x-tab>&nbsp; </x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>{editorialMenu}&lt;p&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;center&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;h1&gt;{homePageLink (siteName)}&lt;/a&gt;&lt;/h1&gt;<br>
<x-tab>&nbsp; </x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;i&gt;{tagLine}&lt;/i&gt;&lt;p&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>[
{navigatorLinks} {membershipBox} ]<br>
<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;/center&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;h2&gt;{title}&lt;/h2&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>{bodytext}<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;table
border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;{calendar}&lt;/td&gt;&lt;<span
></span>/tr&gt;&lt;/table&gt;<br>
<x-tab>&nbsp; </x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;p&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;hr&gt;&quot;This is a Manila site&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;/body&gt;<br>
<x-tab> </x-tab>&lt;/html&gt;</div>
<div>==stop cut here==</div>
<div>this should a basic template&nbsp; then they can login and go to
the theme page and try again (you might want to remove that theme that
caused the problems.&nbsp;&nbsp; You can also look at the
manilanewbies faq item 26&nbsp; (
http://manilanewbies.userland.com/faq#WhatifImakemysiteunviewableafte<span
></span>raTemplatechange</div>
<div><br></div>
<div><br></div>
<div>HTH</div>
<div><br></div>
<div>Sam D</div>
<div><br></div>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1">Thanks....</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1">Barry</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Nothing is
idiot-proof when you are dealing with big enough
idiots.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<div><br></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>====================<br>
Samuel C. DeVore&nbsp;&nbsp;&nbsp; sdevore@teachesme.com<br>
www.TeachesMe.com<br>
Because if you are not managing your content...<br>
Who is?<br>
See us for content management for teachers/schools/students<br>
=====================</div>
</body>
</html>
--============_-1198669947==_ma============--