<?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"
	>
<channel>
	<title>Comments on: Admin  based WordPress CSS Style Manager Hack</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Tue, 06 Jan 2009 15:42:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Scott O'Raw</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-306</link>
		<dc:creator>Scott O'Raw</dc:creator>
		<pubDate>Wed, 21 Apr 2004 07:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-306</guid>
		<description>Hi Mark,

Thaks for your reply.  However, I think there may be some gremlins in the works.  Your message seems to be have been cut off mid-sentence:

"2) You can add this to the top of chose_style.php, after the" was as far as the message got to.

Is there any chance you could re-post your message so that I can see the solution.

Thanks again

Scott</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thaks for your reply.  However, I think there may be some gremlins in the works.  Your message seems to be have been cut off mid-sentence:</p>
<p>&#8220;2) You can add this to the top of chose_style.php, after the&#8221; was as far as the message got to.</p>
<p>Is there any chance you could re-post your message so that I can see the solution.</p>
<p>Thanks again</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-301</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 20 Apr 2004 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-301</guid>
		<description>There are 2 solutions. 
1) you can copy the following to the top of chose_style.php, after the &lt; ?php
&lt;blockquote&gt;function checked($checked, $current) {
	if ($checked == $current) echo ' checked="checked"';
}

2) You can add this to the top of chose_style.php, after the &lt;?php
include('admin-functions.php');</description>
		<content:encoded><![CDATA[<p>There are 2 solutions.<br />
1) you can copy the following to the top of chose_style.php, after the < ?php</p>
<blockquote><p>function checked($checked, $current) {<br />
	if ($checked == $current) echo &#8216; checked=&#8221;checked&#8221;&#8216;;<br />
}</p>
<p>2) You can add this to the top of chose_style.php, after the <?php<br />
include(&#8217;admin-functions.php&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott O'Raw</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-298</link>
		<dc:creator>Scott O'Raw</dc:creator>
		<pubDate>Tue, 20 Apr 2004 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-298</guid>
		<description>Hi,

I got exactly the same error message after installing the hack. 

If you managed to get this issue sorted out is there any chance you could let me know what to do to rectify it?

Cheers

Scott.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got exactly the same error message after installing the hack. </p>
<p>If you managed to get this issue sorted out is there any chance you could let me know what to do to rectify it?</p>
<p>Cheers</p>
<p>Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-194</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 10 Mar 2004 04:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-194</guid>
		<description>This could be a version issue. The checked function should be loaded with admin-header.php which is loaded right at the beginning of chose-style.php Did you make any other modifications to this file? This might be solved better over email.</description>
		<content:encoded><![CDATA[<p>This could be a version issue. The checked function should be loaded with admin-header.php which is loaded right at the beginning of chose-style.php Did you make any other modifications to this file? This might be solved better over email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-193</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 10 Mar 2004 02:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-193</guid>
		<description>I'm getting the following error when I click on "Theme/Style":
Call to undefined function: checked() in /home/chopsock/public_html/wp-admin/chose_style.php on line 69

The error shows up right next to a radio button. Help?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the following error when I click on &#8220;Theme/Style&#8221;:<br />
Call to undefined function: checked() in /home/chopsock/public_html/wp-admin/chose_style.php on line 69</p>
<p>The error shows up right next to a radio button. Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-192</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 10 Mar 2004 00:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-192</guid>
		<description>Sweet! Thanks for the support Alex. Style switcher is already integerated into this in WW. I just have to re-write the tutorial for it. :) Ill let you know!</description>
		<content:encoded><![CDATA[<p>Sweet! Thanks for the support Alex. Style switcher is already integerated into this in WW. I just have to re-write the tutorial for it. <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Ill let you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-189</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 08 Mar 2004 16:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-189</guid>
		<description>Cool, that had been on my to-do list forever! :)

If you break it out, I'd love to include it as an option part of the Style Switcher hack.</description>
		<content:encoded><![CDATA[<p>Cool, that had been on my to-do list forever! <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you break it out, I&#8217;d love to include it as an option part of the Style Switcher hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cfont</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-934</link>
		<dc:creator>cfont</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-934</guid>
		<description>i'm not getting the " theme\style " button to show on the admin interface.  anything right off that i might have missed?  sorry, it seemed simple to follow your directions but...   oh yeah, i'm using 1.2-mingus if that matters.</description>
		<content:encoded><![CDATA[<p>i&#8217;m not getting the &#8221; theme\style &#8221; button to show on the admin interface.  anything right off that i might have missed?  sorry, it seemed simple to follow your directions but&#8230;   oh yeah, i&#8217;m using 1.2-mingus if that matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p@</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-2066</link>
		<dc:creator>p@</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-2066</guid>
		<description>In the README you say:
Find menu.txt in your wp-admin 

I don't have this file&lt;!-- strikes =  --&gt;</description>
		<content:encoded><![CDATA[<p>In the README you say:<br />
Find menu.txt in your wp-admin </p>
<p>I don&#8217;t have this file<!-- strikes =  --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-2067</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-2067</guid>
		<description>Try looking for menu.php This hack was originally for an older version of Wordpress&lt;!-- strikes =  --&gt;</description>
		<content:encoded><![CDATA[<p>Try looking for menu.php This hack was originally for an older version of Wordpress<!-- strikes =  --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-3234</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-3234</guid>
		<description>I just tried this, but I'm having a problem.  I put the add_style file in my wp-admin older and ran it, I added a properly formatted line to menu.php, I created wp-style with the included styles, I added $css... below the header line in index.php, and I replaced the @import line.  When I went to test it, I chose "blue" on the Style page in the admin area and viewed my blog.  The page turned out totally white with no style at all.  When I viewed the page source, it was not getting the correct info - for some reason no matter what I choose, it was saying the CSS url was /wp-styles/wp-default/style.css.  It should have had my full domain before that, plus wp-default wasn't even one of my styles.  In the mean time I've copied and renamed the default wp theme to wp-default and replaced the php echo $siteurl part of the index.php line with my actual hard coded URL.  Any idea what's going wrong?</description>
		<content:encoded><![CDATA[<p>I just tried this, but I&#8217;m having a problem.  I put the add_style file in my wp-admin older and ran it, I added a properly formatted line to menu.php, I created wp-style with the included styles, I added $css&#8230; below the header line in index.php, and I replaced the @import line.  When I went to test it, I chose &#8220;blue&#8221; on the Style page in the admin area and viewed my blog.  The page turned out totally white with no style at all.  When I viewed the page source, it was not getting the correct info - for some reason no matter what I choose, it was saying the CSS url was /wp-styles/wp-default/style.css.  It should have had my full domain before that, plus wp-default wasn&#8217;t even one of my styles.  In the mean time I&#8217;ve copied and renamed the default wp theme to wp-default and replaced the php echo $siteurl part of the index.php line with my actual hard coded URL.  Any idea what&#8217;s going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-3235</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/03/06/admin-based-wordpress-css-style-manager-hack/#comment-3235</guid>
		<description>This is designed for a much older version of WordPress and a lot of it is incompatible with recent versions.</description>
		<content:encoded><![CDATA[<p>This is designed for a much older version of WordPress and a lot of it is incompatible with recent versions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
