<?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: Register in Submenu Directs to WP Create Account Rather Than WC MY Account</title>
		<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account</link>
		<description>Support Forum - Topic: Register in Submenu Directs to WP Create Account Rather Than WC MY Account</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 04:01:27 +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/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-68387</link>
			<pubDate>Mon, 30 Jul 2012 19:45:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that its working for you now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TimGardner2 on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-68378</link>
			<pubDate>Mon, 30 Jul 2012 18:12:13 +0000</pubDate>
			<dc:creator>TimGardner2</dc:creator>
			<guid isPermaLink="false">68378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;...well, it keeps deleting the important part when I post it (I do not know why), so basically go to that code and replace the url 'register' with 'account overview'.  I hope this is helpful.  Sorry for any confusion my post may have caused.  &#60;/p&#62;
&#60;p&#62;... perhaps Dude could clean this up by deleting my posts. thx :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TimGardner2 on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-68376</link>
			<pubDate>Mon, 30 Jul 2012 18:01:50 +0000</pubDate>
			<dc:creator>TimGardner2</dc:creator>
			<guid isPermaLink="false">68376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I found a solution that is very similar to Rick's suggestion...&#60;br /&#62;
I made the &#34;Register&#34; link go to the &#34;My Account&#34; page for unregistered visitors by making the following change to the code in abudance\config-woocommerce\config.php:&#60;/p&#62;
&#60;p&#62;REPLACE the following:&#60;/p&#62;
&#60;p&#62;if(get_option('users_can_register'))&#60;br /&#62;
		{&#60;br /&#62;
			$output .= &#34;&#38;lt;li class='register_link'&#38;gt;&#60;a&#62;&#34;.__('Register', 'avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;WITH the following:&#60;/p&#62;
&#60;p&#62;if(get_option('users_can_register'))&#60;br /&#62;
		{&#60;br /&#62;
			$output .= &#34;&#38;lt;li class='register_link'&#38;gt;&#60;a&#62;&#34;.__('Register', 'avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;It seems to work ok.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TimGardner2 on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-68369</link>
			<pubDate>Mon, 30 Jul 2012 17:22:11 +0000</pubDate>
			<dc:creator>TimGardner2</dc:creator>
			<guid isPermaLink="false">68369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having the same issue that Rick mentioned above (&#34;Currently a non-registered user that clicks on the Reigster in the subnav is redirected to the standard WP create an account page. Is there a way for the Register link to link to the WC my account page?&#34;).&#60;/p&#62;
&#60;p&#62;I tried replacing the code he mentioned in abudance\config-woocommerce\config.php, but it did not work.  (It just seemed to break the &#34;Register&#34; hyperlink on my home page.)  &#60;/p&#62;
&#60;p&#62;Do you have another solution?  (Note: the &#34;My Account&#34; link does go to a page that offers an unregistered visitor to Login or Register.&#34; - Can the Register link be directed to this page to possibly fix the problem?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-57531</link>
			<pubDate>Fri, 25 May 2012 11:19:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">57531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The code snippets seem to be equal? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rkdiddy on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-57407</link>
			<pubDate>Thu, 24 May 2012 15:25:56 +0000</pubDate>
			<dc:creator>rkdiddy</dc:creator>
			<guid isPermaLink="false">57407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured it out - for those looking to do this...&#60;/p&#62;
&#60;p&#62;Open up abudance\config-woocommerce\config.php and find the following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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&#38;gt;&#38;quot;.__(&#38;#39;Register&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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&#38;gt;&#38;quot;.__(&#38;#39;Register&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rkdiddy on "Register in Submenu Directs to WP Create Account Rather Than WC MY Account"</title>
			<link>http://www.kriesi.at/support/topic/register-in-submenu-directs-to-wp-create-account-rather-than-wc-my-account#post-57317</link>
			<pubDate>Thu, 24 May 2012 05:27:21 +0000</pubDate>
			<dc:creator>rkdiddy</dc:creator>
			<guid isPermaLink="false">57317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Currently a non-registered user that clicks on the Reigster in the subnav is redirected to the standard WP create an account page. Is there a way for the Register link to link to the WC my account page?&#60;/p&#62;
&#60;p&#62;Please let me now cheers,&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
