<?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: How to create an &#8220;Admin Control Panel&#8221; in your Blogger template</title>
	<atom:link href="http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/</link>
	<description>Blogging Guides, News, Tips, Resources</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:53:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hydir</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-310007</link>
		<dc:creator>hydir</dc:creator>
		<pubDate>Sun, 21 Dec 2008 07:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-310007</guid>
		<description>tq for this info... I already add it to my template and works just fine :)</description>
		<content:encoded><![CDATA[<p>tq for this info&#8230; I already add it to my template and works just fine <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remember History</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-308744</link>
		<dc:creator>Remember History</dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-308744</guid>
		<description>My Queendom for a preview function.  Sorry, I&#039;ll re-post so maybe it will display correctly.

In case anyone else uses &lt;i&gt;Aspire&lt;/i&gt; or some other non-standard template, this is where in the code I found to copy and paste the lines.

Scroll down to:

div id=&#039;sidebars&#039;
div id=&#039;sidebar-left&#039;

Paste the lines of code for the &quot;Control Panel&quot; just between the two &quot;div id&quot;s, for example:

div id=&#039;sidebars&#039;
.
--- PASTE code here ---
.
div id=&#039;sidebar-left&#039;

Then, update with your blogID, and you&#039;ll have your &quot;Admin Control Panel&quot; display just across the top of the two columns on the right.  I added a &quot;center&quot; tag so it would align nicely across the two columns.  

I &lt;i&gt;did&lt;/i&gt; have to change the link for &quot;Moderate Comments&quot; to draft.blogger.com but that may be specific to my account setup.

This is a great tool.  Thank you very much for posting it.

~ Remember History</description>
		<content:encoded><![CDATA[<p>My Queendom for a preview function.  Sorry, I&#8217;ll re-post so maybe it will display correctly.</p>
<p>In case anyone else uses <i>Aspire</i> or some other non-standard template, this is where in the code I found to copy and paste the lines.</p>
<p>Scroll down to:</p>
<p>div id=&#8217;sidebars&#8217;<br />
div id=&#8217;sidebar-left&#8217;</p>
<p>Paste the lines of code for the &#8220;Control Panel&#8221; just between the two &#8220;div id&#8221;s, for example:</p>
<p>div id=&#8217;sidebars&#8217;<br />
.<br />
&#8212; PASTE code here &#8212;<br />
.<br />
div id=&#8217;sidebar-left&#8217;</p>
<p>Then, update with your blogID, and you&#8217;ll have your &#8220;Admin Control Panel&#8221; display just across the top of the two columns on the right.  I added a &#8220;center&#8221; tag so it would align nicely across the two columns.  </p>
<p>I <i>did</i> have to change the link for &#8220;Moderate Comments&#8221; to draft.blogger.com but that may be specific to my account setup.</p>
<p>This is a great tool.  Thank you very much for posting it.</p>
<p>~ Remember History</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remember History</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-308742</link>
		<dc:creator>Remember History</dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-308742</guid>
		<description>Wonderful!  Thank you.

I use the three-column &lt;i&gt;Aspire&lt;/i&gt; template.  It&#039;s a beautiful template but, it&#039;s a pain in the backside to edit.  It&#039;s html doesn&#039;t follow the layout of most templates so I usually have to browse through the code to find where to make the edits.  The location in the code is &lt;i&gt;Aspire&lt;/i&gt; specific.  

In case anyone else uses &lt;i&gt;Aspire&lt;/i&gt; or some other non-standard template, this is where in the code I found to copy and paste the lines.

Scroll down to: 

&lt;code&gt;&lt;/code&gt;
&lt;code&gt;&lt;/code&gt;

Paste the lines of code for the &quot;Control Panel&quot; just between the two &quot;div id&quot;s, for example:

&lt;code&gt;&lt;/code&gt;
.
--- PASTE code here ---
.
&lt;code&gt;&lt;/code&gt;

Then, update with your blogID, and your &quot;Admin Control Panel&quot; will display across the top of the two columns on the right.  I added a &quot;center&quot; tag so it would align nicely across the two columns.  

I &lt;i&gt;did&lt;/i&gt; have to change the link for &quot;Moderate Comments&quot; to draft.blogger.com but that may be specific to my account setup.

This is a great tool.  Thank you very much for posting it.

~ Remember History</description>
		<content:encoded><![CDATA[<p>Wonderful!  Thank you.</p>
<p>I use the three-column <i>Aspire</i> template.  It&#8217;s a beautiful template but, it&#8217;s a pain in the backside to edit.  It&#8217;s html doesn&#8217;t follow the layout of most templates so I usually have to browse through the code to find where to make the edits.  The location in the code is <i>Aspire</i> specific.  </p>
<p>In case anyone else uses <i>Aspire</i> or some other non-standard template, this is where in the code I found to copy and paste the lines.</p>
<p>Scroll down to: </p>
<p><code></code><br />
<code></code></p>
<p>Paste the lines of code for the &#8220;Control Panel&#8221; just between the two &#8220;div id&#8221;s, for example:</p>
<p><code></code><br />
.<br />
&#8212; PASTE code here &#8212;<br />
.<br />
<code></code></p>
<p>Then, update with your blogID, and your &#8220;Admin Control Panel&#8221; will display across the top of the two columns on the right.  I added a &#8220;center&#8221; tag so it would align nicely across the two columns.  </p>
<p>I <i>did</i> have to change the link for &#8220;Moderate Comments&#8221; to draft.blogger.com but that may be specific to my account setup.</p>
<p>This is a great tool.  Thank you very much for posting it.</p>
<p>~ Remember History</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suanm</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-298144</link>
		<dc:creator>suanm</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-298144</guid>
		<description>Chilly you are the ugliest guy I have seen in a long time.... sorry man, I had to say it</description>
		<content:encoded><![CDATA[<p>Chilly you are the ugliest guy I have seen in a long time&#8230;. sorry man, I had to say it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kshitij Parajuli</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-293282</link>
		<dc:creator>Kshitij Parajuli</dc:creator>
		<pubDate>Sat, 29 Nov 2008 02:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-293282</guid>
		<description>Great Post! Thank You Very Much..
I wanna suggest a tutorial.
I wanna create a nav-bar (like blogger nav-bar which has search box in it....
That may be a cool addition to  a blog!!</description>
		<content:encoded><![CDATA[<p>Great Post! Thank You Very Much..<br />
I wanna suggest a tutorial.<br />
I wanna create a nav-bar (like blogger nav-bar which has search box in it&#8230;.<br />
That may be a cool addition to  a blog!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi there</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-283403</link>
		<dc:creator>Hi there</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-283403</guid>
		<description>Works great for me. Thanks alot for your help! Also would like to suggest to instead of finding the cue, just use the word find option by clicking ctrl+f</description>
		<content:encoded><![CDATA[<p>Works great for me. Thanks alot for your help! Also would like to suggest to instead of finding the cue, just use the word find option by clicking ctrl+f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackzero85</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-276044</link>
		<dc:creator>blackzero85</dc:creator>
		<pubDate>Fri, 07 Nov 2008 01:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-276044</guid>
		<description>Good tutorial. Lemme try it on my blog. :)</description>
		<content:encoded><![CDATA[<p>Good tutorial. Lemme try it on my blog. <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nn</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-269164</link>
		<dc:creator>nn</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-269164</guid>
		<description>how to add this to my blog--------------

plz comment hear or like somthing that</description>
		<content:encoded><![CDATA[<p>how to add this to my blog&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>plz comment hear or like somthing that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nn</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-269162</link>
		<dc:creator>nn</dc:creator>
		<pubDate>Sat, 25 Oct 2008 13:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-269162</guid>
		<description>I want to  ask one thing how can i add this to my blog-----

post ur comments hear 
or
22 visitor commented----------
{like this}</description>
		<content:encoded><![CDATA[<p>I want to  ask one thing how can i add this to my blog&#8212;&#8211;</p>
<p>post ur comments hear<br />
or<br />
22 visitor commented&#8212;&#8212;&#8212;-<br />
{like this}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fptk95</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-264652</link>
		<dc:creator>fptk95</dc:creator>
		<pubDate>Sun, 19 Oct 2008 01:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-264652</guid>
		<description>Wonderfull tutorial. I try it and work !!!
Thanks you very much Amanda...i love u !!</description>
		<content:encoded><![CDATA[<p>Wonderfull tutorial. I try it and work !!!<br />
Thanks you very much Amanda&#8230;i love u !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todero</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-261841</link>
		<dc:creator>Todero</dc:creator>
		<pubDate>Mon, 13 Oct 2008 05:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-261841</guid>
		<description>Very good, now I can put many thinks that I only need see. Very thanks for share this.</description>
		<content:encoded><![CDATA[<p>Very good, now I can put many thinks that I only need see. Very thanks for share this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoldMonkey</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-254415</link>
		<dc:creator>GoldMonkey</dc:creator>
		<pubDate>Tue, 30 Sep 2008 23:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-254415</guid>
		<description>Had to play with it alittle but it works great.I really like it.Thanks</description>
		<content:encoded><![CDATA[<p>Had to play with it alittle but it works great.I really like it.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tinh</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-250520</link>
		<dc:creator>Tinh</dc:creator>
		<pubDate>Fri, 26 Sep 2008 04:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-250520</guid>
		<description>Hi Amanda and Kevin,

If it is not ok, I will not publish my translation version anymore. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Amanda and Kevin,</p>
<p>If it is not ok, I will not publish my translation version anymore. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaliqo</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-250370</link>
		<dc:creator>Kaliqo</dc:creator>
		<pubDate>Thu, 25 Sep 2008 23:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-250370</guid>
		<description>Works great. Thanks!</description>
		<content:encoded><![CDATA[<p>Works great. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chilly</title>
		<link>http://www.bloggingtips.com/2008/09/22/how-to-create-an-admin-control-panel-in-your-blogger-template/#comment-250241</link>
		<dc:creator>chilly</dc:creator>
		<pubDate>Thu, 25 Sep 2008 20:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3125#comment-250241</guid>
		<description>This is awesome! Thanks!
Running off to add it to other sites. :)</description>
		<content:encoded><![CDATA[<p>This is awesome! Thanks!<br />
Running off to add it to other sites. <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
