<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Member Access plugin - page redirect not functioning</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Member Access plugin - page redirect not functioning</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:57:57 +0000</pubDate>

<item>
<title>Brownoxford on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1215917</link>
<pubDate>Fri, 18 Sep 2009 03:38:14 +0000</pubDate>
<dc:creator>Brownoxford</dc:creator>
<guid isPermaLink="false">1215917@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@maestrobob&#60;br /&#62;
The issues you mention have been fixed with release 1.1.1.
&#60;/p&#62;</description>
</item>
<item>
<title>Jandal on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1097781</link>
<pubDate>Wed, 10 Jun 2009 23:13:34 +0000</pubDate>
<dc:creator>Jandal</dc:creator>
<guid isPermaLink="false">1097781@http://wordpress.org/support/</guid>
<description>&#60;p&#62;G'day People,&#60;/p&#62;
&#60;p&#62;@psaad - apply my patch here, testing on my blog appears that it solves your issue.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/259102&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/259102&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;@maestrobob - thank you for the typo update, I have applied that to my version of the plugin.  Also have you applied my patch above, it should solve your issues.  I had similar issues to you.&#60;/p&#62;
&#60;p&#62;Hope that helps.&#60;br /&#62;
I have sent Chris another email about the issues.  Would be great if he could release an update soon.&#60;/p&#62;
&#60;p&#62;In the mean time try this unofficial patched version I have made&#60;br /&#62;
&#60;a href=&#34;http://jamesturner.co.nz/otherstuff/wordpress/member-access.1.1_unofficial.zip&#34; rel=&#34;nofollow&#34;&#62;http://jamesturner.co.nz/otherstuff/wordpress/member-access.1.1_unofficial.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
=-)
&#60;/p&#62;</description>
</item>
<item>
<title>teryg on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1087995</link>
<pubDate>Sun, 31 May 2009 16:12:07 +0000</pubDate>
<dc:creator>teryg</dc:creator>
<guid isPermaLink="false">1087995@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'd been using an older version of this plugin with no problem, but the stable version won't work for me. When not logged in, all I ever get is a blank page, no matter what the page or post is set for. The other difference is that, before seeing that blank page, the browser takes a long time figuring out what to do. When I disable this plugin, things go back to normal speed.&#60;/p&#62;
&#60;p&#62;I'm going to see if I still have a copy of the older version somewhere. Meantime, this is an extremely useful plugin when it works!&#60;/p&#62;
&#60;p&#62;Tery
&#60;/p&#62;</description>
</item>
<item>
<title>ruba11 on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1083577</link>
<pubDate>Tue, 26 May 2009 11:48:56 +0000</pubDate>
<dc:creator>ruba11</dc:creator>
<guid isPermaLink="false">1083577@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Bob,&#60;br /&#62;
Have you been able to sort out the blank page issue? I'm choosing to make one post - the most recent one - only visible to members but the excerpt which is normally generated automatically for all posts for the home page, does not show on the home page. Instead it's a blank area where it's supposed to be.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>maestrobob on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1061419</link>
<pubDate>Thu, 30 Apr 2009 23:42:23 +0000</pubDate>
<dc:creator>maestrobob</dc:creator>
<guid isPermaLink="false">1061419@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well I've discovered THREE things:&#60;/p&#62;
&#60;p&#62;1. There's a typo in /wp-content/plugins/member-access/views/options-page.phtml &#60;/p&#62;
&#60;p&#62;look for:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php parent_dropdown($this-&#38;gt;get('postspate_redirect_page')) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php parent_dropdown($this-&#38;gt;get('postspage_redirect_page')) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I'm not sure how this got past basic testing as it seems to be something in a fundamental area.&#60;/p&#62;
&#60;p&#62;2. There is some kind of logic bug in the code that I haven't been able to identify that goes wrong if there are NO excerpts at all of any kind and you select &#34;Posts page includes excerpts of content viewable only by members&#34; plus the associated redirect. A null excerpt seems to be the cause of the blank (actually NO page) output.&#60;/p&#62;
&#60;p&#62;3. Excerpts have to be explicitly created and not as I had understood simply posts with &#38;lt;More&#38;gt; on the front page - my bad.&#60;/p&#62;
&#60;p&#62;I have also realised that my requirement &#34;could&#34; possibly be met by ensuring that ANY page/link/post etc. that is clicked by a &#34;guest&#34; visitor should take them to a sign-up page, since I want ANYONE to be able to view ALL the data on the home page but sign up if they want the full access. Hmmm back to the drawing board maybe.&#60;/p&#62;
&#60;p&#62;Have also notified Chris Abernethy (author) about issues.&#60;/p&#62;
&#60;p&#62;Best regards, Bob Lewis.
&#60;/p&#62;</description>
</item>
<item>
<title>maestrobob on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1061218</link>
<pubDate>Thu, 30 Apr 2009 19:38:09 +0000</pubDate>
<dc:creator>maestrobob</dc:creator>
<guid isPermaLink="false">1061218@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well in a way I'm glad others are having the same issue 'cos I was beginning to think that I was losing it completely.&#60;/p&#62;
&#60;p&#62;My requirements are for the home page with max 5 latest posts (extracts) viewable by ALL/ANY; any post or other link clicked to then redirect to &#34;members only&#34; message (if not logged in), with a further link to actual sign-up/log-in. Eventually I want this as a &#34;greybox&#34; pop-up OVER the home page - but that'll be AFTER I get the basics working.&#60;/p&#62;
&#60;p&#62;@ralloux: when you say you get an &#34;empty&#34; page are you like me getting a completely empty page i.e. NO HTML code at all when Source viewed?&#60;/p&#62;
&#60;p&#62;Everything about this plugin smacks of quality in terms of how well thought out it appears to be and I'm really hoping that this is just a minor glitch that needs resolving.&#60;/p&#62;
&#60;p&#62;@Mazoo: what version of WP were you using when it worked previously? Also did you make any settings changes in between?&#60;/p&#62;
&#60;p&#62;@psaad: Patrick, since @ralloux &#38;amp; myself both get a blank page with no 404 error, have you set up a specific 404 redirect anywhere?&#60;/p&#62;
&#60;p&#62;I'm a bit concerned that you guys have not had any response in here for over three weeks and the original Q is a month old.&#60;/p&#62;
&#60;p&#62;I'm going to see if I can contact the plugin author directly - especially as I downloaded it only two days ago after seeing an article saying it was now V1.0 &#38;amp; solid after several Beta versions.&#60;/p&#62;
&#60;p&#62;Here's hoping.&#60;/p&#62;
&#60;p&#62;Best regards, Bob Lewis
&#60;/p&#62;</description>
</item>
<item>
<title>ralloux on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1041449</link>
<pubDate>Thu, 09 Apr 2009 15:12:56 +0000</pubDate>
<dc:creator>ralloux</dc:creator>
<guid isPermaLink="false">1041449@http://wordpress.org/support/</guid>
<description>&#60;p&#62;having the same problem here too..&#60;br /&#62;
I have an area (category) for certain users only but when trying to access it without being logged in, I go to an empty page.&#60;br /&#62;
I have set the redirection to go to a custom url or the blog's start page. nothing seems to work.
&#60;/p&#62;</description>
</item>
<item>
<title>Mazoo on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1033790</link>
<pubDate>Wed, 01 Apr 2009 19:37:04 +0000</pubDate>
<dc:creator>Mazoo</dc:creator>
<guid isPermaLink="false">1033790@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am getting same problem, but it was ok just a few days ago.
&#60;/p&#62;</description>
</item>
<item>
<title>psaad on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1024991</link>
<pubDate>Tue, 24 Mar 2009 13:58:21 +0000</pubDate>
<dc:creator>psaad</dc:creator>
<guid isPermaLink="false">1024991@http://wordpress.org/support/</guid>
<description>&#60;p&#62;No one has had a use for this plugin and had the same issue ? :(&#60;/p&#62;
&#60;p&#62;Would anyone know of a similar plugin that can do what im looking for?
&#60;/p&#62;</description>
</item>
<item>
<title>psaad on "Member Access plugin - page redirect not functioning"</title>
<link>http://wordpress.org/support/topic/255612#post-1024411</link>
<pubDate>Mon, 23 Mar 2009 21:14:08 +0000</pubDate>
<dc:creator>psaad</dc:creator>
<guid isPermaLink="false">1024411@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nice plugin btw (members access), it seems to do what Im looking for.&#60;/p&#62;
&#60;p&#62;Although I've been having a problem with the plugin.&#60;/p&#62;
&#60;p&#62;Im simply trying to make a private page only accessible to members by checking the following Page settings to:&#60;br /&#62;
'By default, only members can view pages'&#60;br /&#62;
and&#60;br /&#62;
'Perform redirect for non-members'&#60;br /&#62;
(and 'go to the wordpress login')&#60;br /&#62;
but when I do so and save the changes to it and i try to access the url directly (&#60;a href=&#34;http://www.accedian.com/blog/live-event-registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.accedian.com/blog/live-event-registration/&#60;/a&#62;) it does not work redirect if im not a member. It displays the 404 error page.&#60;/p&#62;
&#60;p&#62;I made sure to 'Honor the default page visibility settings' in the page&#60;br /&#62;
itself.&#60;/p&#62;
&#60;p&#62;Im using wordpress 2.7.1&#60;/p&#62;
&#60;p&#62;Anyone know what the problem could be?&#60;/p&#62;
&#60;p&#62;You can test the private page link here:&#60;br /&#62;
&#60;a href=&#34;http://www.accedian.com/blog/live-event-registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.accedian.com/blog/live-event-registration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Patrick&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/member-access/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/member-access/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
