<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Skin links</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/04/14/skin-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hey Lisa</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6145</link>
		<dc:creator>Hey Lisa</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6145</guid>
		<description>Thanks - I did change that and rebuild but it didn&#039;t seem to make any difference.  :-(  Still trying, and I have a few other people looking at it too.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I did change that and rebuild but it didn&#039;t seem to make any difference.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   Still trying, and I have a few other people looking at it too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hey Lisa</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6146</link>
		<dc:creator>Hey Lisa</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6146</guid>
		<description>Thanks for your advice.  I did change that bit of code but it didn&#039;t help.  I&#039;ve since looked at several other people&#039;s code and that line is not enclosed in {} in theirs.  I&#039;ve changed it back in the meantime. 

My cookie sets fine when you choose a skin, but once you click the link to go back to the main page, the cookie on the main page overwrites it and loads whatever was set as default rather than the skin the user chose.  I can&#039;t figure out why?</description>
		<content:encoded><![CDATA[<p>Thanks for your advice.  I did change that bit of code but it didn&#039;t help.  I&#039;ve since looked at several other people&#039;s code and that line is not enclosed in {} in theirs.  I&#039;ve changed it back in the meantime. </p>
<p>My cookie sets fine when you choose a skin, but once you click the link to go back to the main page, the cookie on the main page overwrites it and loads whatever was set as default rather than the skin the user chose.  I can&#039;t figure out why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6144</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6144</guid>
		<description>Not sure if this is the only problem - but in that code I see this line:
&lt;b&gt;} else $newskin=$default_skin;&lt;/b&gt;
I think that needs to be:
&lt;b&gt;} else {
$newskin=$default_skin;
}&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Not sure if this is the only problem &#8211; but in that code I see this line:<br />
<b>} else $newskin=$default_skin;</b><br />
I think that needs to be:<br />
<b>} else {<br />
$newskin=$default_skin;<br />
}</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hey Lisa</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6143</link>
		<dc:creator>Hey Lisa</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6143</guid>
		<description>I changed the cookiecheck file to add in the header and footer declarations at the bottom again and all that happened was the errors changed to:  

Notice: Undefined variable: skin in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 10

Notice: Undefined variable: skin in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 11

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:10) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:10) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:10) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 17
 
  The only change I can see is now the errors have different line numbers.  New file &lt;a href=&quot;http://www.hey-lisa.com/archives/2cookiecheckphp.txt&quot;&gt;here&lt;/a&gt; that reflects the changes I&#039;ve made.</description>
		<content:encoded><![CDATA[<p>I changed the cookiecheck file to add in the header and footer declarations at the bottom again and all that happened was the errors changed to:  </p>
<p>Notice: Undefined variable: skin in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 10</p>
<p>Notice: Undefined variable: skin in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 11</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:10) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 15</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:10) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 16</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:10) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 17</p>
<p>  The only change I can see is now the errors have different line numbers.  New file <a href="http://www.hey-lisa.com/archives/2cookiecheckphp.txt">here</a> that reflects the changes I&#039;ve made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hey Lisa</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6142</link>
		<dc:creator>Hey Lisa</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6142</guid>
		<description>Hi all!  I&#039;m SO close to getting skinning to work on my site (I think). I&#039;m still getting php errors.  I think my cookiecheck file is correct, but I must have a syntax error somewhere that I can&#039;t find.  Darnit.  I have asked people, and sometimes they get errors when they go to my site and sometimes they don&#039;t and I can&#039;t figure out a pattern to it.  I *think* my cookies are setting, but then having trouble being read by the cookiecheck file once set.  I&#039;m not a coding maven, though, so I could be completely off base.  Anyway, if you have a chance, would you mind taking a look at the errors and see if they look like something I need to change or if there&#039;s a setting on my host&#039;s php that needs to be changed or possibly both?  I&#039;ve googled the errors, reloaded the cookiecheck file, and asked many people to look at it.  Mostly I&#039;ve been told it looks right but it&#039;s still causing errors for me.  (The errors are below)  My poor forehead has key indentions on it from banging my head on the keyboard.  Thanks for your time! 

*The errors:

Notice: Undefined variable: skin in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 8

Notice: Undefined variable: skin in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:8) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 12

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:8) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 13

Warning: Cannot modify header information - headers already sent by (output started at C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php:8) in C:&#092;Web Sites&#092;LisaP&#092;cookiecheck.php on line 14
 
I&#039;ve put the text file &lt;a href=&quot;http://www.hey-lisa.com/archives/cookiecheckphp.txt&quot;&gt;here&lt;/a&gt; if that will help.  Thanks again for any help!  I&#039;ll keep working on it, too, in case it&#039;s something obvious, and I&#039;ll come back and post if I get it fixed.  :)</description>
		<content:encoded><![CDATA[<p>Hi all!  I&#039;m SO close to getting skinning to work on my site (I think). I&#039;m still getting php errors.  I think my cookiecheck file is correct, but I must have a syntax error somewhere that I can&#039;t find.  Darnit.  I have asked people, and sometimes they get errors when they go to my site and sometimes they don&#039;t and I can&#039;t figure out a pattern to it.  I *think* my cookies are setting, but then having trouble being read by the cookiecheck file once set.  I&#039;m not a coding maven, though, so I could be completely off base.  Anyway, if you have a chance, would you mind taking a look at the errors and see if they look like something I need to change or if there&#039;s a setting on my host&#039;s php that needs to be changed or possibly both?  I&#039;ve googled the errors, reloaded the cookiecheck file, and asked many people to look at it.  Mostly I&#039;ve been told it looks right but it&#039;s still causing errors for me.  (The errors are below)  My poor forehead has key indentions on it from banging my head on the keyboard.  Thanks for your time! </p>
<p>*The errors:</p>
<p>Notice: Undefined variable: skin in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 8</p>
<p>Notice: Undefined variable: skin in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 9</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:8) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 12</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:8) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 13</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php:8) in C:&#92;Web Sites&#92;LisaP&#92;cookiecheck.php on line 14</p>
<p>I&#039;ve put the text file <a href="http://www.hey-lisa.com/archives/cookiecheckphp.txt">here</a> if that will help.  Thanks again for any help!  I&#039;ll keep working on it, too, in case it&#039;s something obvious, and I&#039;ll come back and post if I get it fixed.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6141</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6141</guid>
		<description>You&#039;re probably referencing the same cookie in both places. 

Try making sure that one sets and uses a cookie with a name that is different than what the other is using...</description>
		<content:encoded><![CDATA[<p>You&#039;re probably referencing the same cookie in both places. </p>
<p>Try making sure that one sets and uses a cookie with a name that is different than what the other is using&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6140</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6140</guid>
		<description>I&#039;ve got a real problem with skinning at the moment...I set up a new blog in a subdirectory of my site, and while the skins work great on both...every time I reset a skin on one blog, it resets the skin on the other.

Which stinks when I want to use skin #6 on my main blog, and there IS no skin #6 on the sub-blog.  It just goes wonky.

Any ideas for how to rewrite the cookie-code?</description>
		<content:encoded><![CDATA[<p>I&#039;ve got a real problem with skinning at the moment&#8230;I set up a new blog in a subdirectory of my site, and while the skins work great on both&#8230;every time I reset a skin on one blog, it resets the skin on the other.</p>
<p>Which stinks when I want to use skin #6 on my main blog, and there IS no skin #6 on the sub-blog.  It just goes wonky.</p>
<p>Any ideas for how to rewrite the cookie-code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etoile</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6139</link>
		<dc:creator>Etoile</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6139</guid>
		<description>I actually managed to get it figured out...I was missing a &lt;/style&gt; tag!  How embarrassing.  I&#039;m having problems making it parse PHP on HTML pages now but I&#039;ve got a thread in the Blogomania forums about it.  (No answers there for a month!)</description>
		<content:encoded><![CDATA[<p>I actually managed to get it figured out&#8230;I was missing a &lt;/style&gt; tag!  How embarrassing.  I&#039;m having problems making it parse PHP on HTML pages now but I&#039;ve got a thread in the Blogomania forums about it.  (No answers there for a month!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6138</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6138</guid>
		<description>Etoile - you can post your questions here, or in the scriptygoddess forum. (although I&#039;ll admit I&#039;ve been bad about keeping up with it... I&#039;m planning on upgrading it so it notifies me when someone posts a question there) We&#039;ll answer if we can, or other users may have answers...</description>
		<content:encoded><![CDATA[<p>Etoile &#8211; you can post your questions here, or in the scriptygoddess forum. (although I&#039;ll admit I&#039;ve been bad about keeping up with it&#8230; I&#039;m planning on upgrading it so it notifies me when someone posts a question there) We&#039;ll answer if we can, or other users may have answers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etoile</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/14/skin-links/comment-page-1/#comment-6137</link>
		<dc:creator>Etoile</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/14/skin-links/#comment-6137</guid>
		<description>I&#039;m having trouble with skinning...it actually seems to be a PHP problem, maybe, in a weird sort of way.  Where can I go for help?</description>
		<content:encoded><![CDATA[<p>I&#039;m having trouble with skinning&#8230;it actually seems to be a PHP problem, maybe, in a weird sort of way.  Where can I go for help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

