<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Sub Menu Edit HOW TO</title>
		<link>http://www.kriesi.at/support/topic/sub-menu-edit-how-to</link>
		<description>Support Forum - Topic: Sub Menu Edit HOW TO</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:38:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/sub-menu-edit-how-to" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Sub Menu Edit HOW TO"</title>
			<link>http://www.kriesi.at/support/topic/sub-menu-edit-how-to#post-35948</link>
			<pubDate>Fri, 23 Dec 2011 10:48:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it worked. &#60;/p&#62;
&#60;p&#62;Yes I saw the tree :) - our code converter messes it up a bit. For everyone else - here's the correct version: &#60;a href=&#34;http://pastie.org/3061775&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3061775&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazzlamb on "Sub Menu Edit HOW TO"</title>
			<link>http://www.kriesi.at/support/topic/sub-menu-edit-how-to#post-35938</link>
			<pubDate>Fri, 23 Dec 2011 09:41:39 +0000</pubDate>
			<dc:creator>jazzlamb</dc:creator>
			<guid isPermaLink="false">35938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris. It worked!&#60;/p&#62;
&#60;p&#62;I need to replace some of the menu items that were deleted, but I should damn well learn how to code php &#38;amp; JS already. &#60;/p&#62;
&#60;p&#62;You saw the Xmas tree ascii ? It looks parsed to heck to me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sub Menu Edit HOW TO"</title>
			<link>http://www.kriesi.at/support/topic/sub-menu-edit-how-to#post-35926</link>
			<pubDate>Fri, 23 Dec 2011 08:12:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in abundance\woocommerce-config\config.php delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$url = avia_collect_shop_urls();

	$output .= &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;

	if( is_user_logged_in() )
	{
		$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_overview_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_overview&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;My Account&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_change_pw_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_change_pw&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Change Password&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_edit_adress_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_edit_adress&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Edit Address&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_view_order_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_view_order&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;View Order&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_logout_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;logout&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Log Out&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/li&#38;gt;&#38;quot;;
	}
	else
	{
		if(get_option(&#38;#39;users_can_register&#38;#39;))
		{
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;register_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;register&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Register&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
		}

		$output .= &#38;quot;&#38;lt;li class=&#38;#39;login_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_overview&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Log In&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
	}

	$output .= &#38;quot;&#38;lt;li class=&#38;#39;shopping_cart_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;cart&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Shopping Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
	$output .= &#38;quot;&#38;lt;li class=&#38;#39;checkout_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;checkout&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Checkout&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
	$output .= &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Nice Christmas tree :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazzlamb on "Sub Menu Edit HOW TO"</title>
			<link>http://www.kriesi.at/support/topic/sub-menu-edit-how-to#post-35881</link>
			<pubDate>Fri, 23 Dec 2011 03:36:06 +0000</pubDate>
			<dc:creator>jazzlamb</dc:creator>
			<guid isPermaLink="false">35881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looking to remove the Shopping Cart feature from the sub menu.&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://www.zahava.ca&#34; rel=&#34;nofollow&#34;&#62;http://www.zahava.ca&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62; Help would be much appreciated.   &#60;/p&#62;
&#60;p&#62;          *             ,&#60;br /&#62;
                       _/^\_&#60;br /&#62;
                      &#38;lt;     &#38;gt;&#60;br /&#62;
     *                 /.-.\         *&#60;br /&#62;
              *        &#60;code&#62;/&#38;amp;\&#60;/code&#62;                   *&#60;br /&#62;
                      ,@.*;@,&#60;br /&#62;
                     /_o.I %_\    *&#60;br /&#62;
        *           (`'--:o(_@;&#60;br /&#62;
                   /&#60;code&#62;;--.,__&#60;/code&#62;')             *&#60;br /&#62;
                  ;@&#60;code&#62;o % O,*&#60;/code&#62;'`&#38;amp;\&#60;br /&#62;
            *    (`'--)_@ ;o %'()\      *&#60;br /&#62;
                 /&#60;code&#62;;--._&#60;/code&#62;''--._O'@;&#60;br /&#62;
                /&#38;amp;*,()~o&#60;code&#62;;-.,_&#60;/code&#62;&#34;&#34;`)&#60;br /&#62;
     *          /&#60;code&#62;,@ ;+&#38;amp; () o*&#60;/code&#62;;-';\&#60;br /&#62;
               (`&#34;&#34;--.,_0 +% @' &#38;amp;()\&#60;br /&#62;
               /-.,_    &#60;code&#62;&#60;/code&#62;''--....-'`)  *&#60;br /&#62;
          *    /@%;o`:;'--,.__   __.'\&#60;br /&#62;
              ;*,&#38;amp;(); @ % &#38;amp;^;~&#60;code&#62;&#38;quot;&#60;/code&#62;o;@();         *&#60;br /&#62;
              /(); o^~; &#38;amp; ().o@*&#38;amp;`;&#38;amp;%O\&#60;br /&#62;
        jgs   &#60;code&#62;&#38;quot;=&#38;quot;==&#38;quot;&#38;quot;==,,,.,=&#38;quot;==&#38;quot;===&#38;quot;&#60;/code&#62;&#60;br /&#62;
           __.----.(\-''#####---...___...-----._&#60;br /&#62;
         '&#60;code&#62;\)_&#60;/code&#62;&#34;&#34;&#34;&#34;&#34;`&#60;br /&#62;
                 .--' ')&#60;br /&#62;
               o(  )_-\&#60;br /&#62;
                 &#60;code&#62;&#38;quot;&#38;quot;&#38;quot;&#60;/code&#62; `
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
