<?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: Solved: b2Evolution - Sidebar 2 [NOT INCLUDED IN SELECTED SKIN!]</title>
	<atom:link href="http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/</link>
	<description>One nerd's struggle against the beast that is technology</description>
	<pubDate>Wed, 19 Nov 2008 17:19:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: nerd.</title>
		<link>http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/#comment-8795</link>
		<dc:creator>nerd.</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/#comment-8795</guid>
		<description>Not sure, I didn't have to restore a deleted one but my skin didn't include one to start with so I had to add one, maybe the same process?

The code for the sidebar is:
&lt;code&gt;
skin_container( NT_('Sidebar'), array(
				 // The following (optional) params will be used as defaults for widgets included in this container:
				 // This will enclose each widget in a block:
				 'block_start' =&#62; '&#60;div class="evo_side_item $wi_class$"&#62;',
				 'block_end' =&#62; '&#60;/div&#62;',
				 // This will enclose the title of each widget:
				 'block_title_start' =&#62; '&#60;h3&#62;',
				 'block_title_end' =&#62; '&#60;/h3&#62;',
				 // If a widget displays a list, this will enclose that list:
				 'list_start' =&#62; '&#60;ul&#62;',
 				 'list_end' =&#62; '&#60;/ul&#62;',
				 // This will enclose each item in a list:
				 'item_start' =&#62; '&#60;li&#62;',
				 'item_end' =&#62; '&#60;/li&#62;',
				 // This will enclose sub-lists in a list:
				 'group_start' =&#62; '&#60;ul&#62;',
				 'group_end' =&#62; '&#60;/ul&#62;',
			) );
&lt;/code&gt;

Just replace NT_('Sidebar') with NT_('Sidebar 2') if you want to make use of a second sidebar (this allows you to add widgets to a second sidebar).

HTH.</description>
		<content:encoded><![CDATA[<p>Not sure, I didn&#8217;t have to restore a deleted one but my skin didn&#8217;t include one to start with so I had to add one, maybe the same process?</p>
<p>The code for the sidebar is:<br />
<code><br />
skin_container( NT_('Sidebar'), array(<br />
				 // The following (optional) params will be used as defaults for widgets included in this container:<br />
				 // This will enclose each widget in a block:<br />
				 'block_start' =&gt; '&lt;div class="evo_side_item $wi_class$"&gt;',<br />
				 'block_end' =&gt; '&lt;/div&gt;',<br />
				 // This will enclose the title of each widget:<br />
				 'block_title_start' =&gt; '&lt;h3&gt;',<br />
				 'block_title_end' =&gt; '&lt;/h3&gt;',<br />
				 // If a widget displays a list, this will enclose that list:<br />
				 'list_start' =&gt; '&lt;ul&gt;',<br />
 				 'list_end' =&gt; '&lt;/ul&gt;',<br />
				 // This will enclose each item in a list:<br />
				 'item_start' =&gt; '&lt;li&gt;',<br />
				 'item_end' =&gt; '&lt;/li&gt;',<br />
				 // This will enclose sub-lists in a list:<br />
				 'group_start' =&gt; '&lt;ul&gt;',<br />
				 'group_end' =&gt; '&lt;/ul&gt;',<br />
			) );<br />
</code></p>
<p>Just replace NT_(&#8217;Sidebar&#8217;) with NT_(&#8217;Sidebar 2&#8242;) if you want to make use of a second sidebar (this allows you to add widgets to a second sidebar).</p>
<p>HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhrÂ³Â³k</title>
		<link>http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/#comment-8205</link>
		<dc:creator>PhrÂ³Â³k</dc:creator>
		<pubDate>Thu, 13 Mar 2008 12:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2008/02/19/solved-b2evolution-sidebar-2-not-included-in-selected-skin/#comment-8205</guid>
		<description>nice site and nice colors ;)

do you know how to recover an accidentally deleted sidebar container from b2evo?
as you mentioned above, i had the same issue, but removed all of the widgets before
thinking about adding the sidebar. i tried it on another blog and sidebar works but
on my main blog there is noe more container.. reloading does not help

help is appreciated

thanks &#38; cheers phk</description>
		<content:encoded><![CDATA[<p>nice site and nice colors <img src='http://nerd.steveferson.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>do you know how to recover an accidentally deleted sidebar container from b2evo?<br />
as you mentioned above, i had the same issue, but removed all of the widgets before<br />
thinking about adding the sidebar. i tried it on another blog and sidebar works but<br />
on my main blog there is noe more container.. reloading does not help</p>
<p>help is appreciated</p>
<p>thanks &amp; cheers phk</p>
]]></content:encoded>
	</item>
</channel>
</rss>
