<?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 for GMAlex</title>
	<atom:link href="http://www.gm-alex.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gm-alex.de</link>
	<description>deviant design and development</description>
	<lastBuildDate>Tue, 10 Jan 2012 11:09:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on User Access Manager by Johannes</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-9/#comment-16154</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Tue, 10 Jan 2012 11:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-16154</guid>
		<description>Hi Alex -

It seems you have a small timing problem in your user-access-manager in combination with plugins fetching wp categories (get_categories) before pluggable.php was loaded.

Using get_categories on plugin initialization in combination with your plugin causes the following error message:

&lt;blockquote&gt;&lt;strong&gt;Fatal error:&lt;/strong&gt; Call to undefined function get_userdata() in C:\xampp\vhosts\wordpress.loc\wp-content\plugins\user-access-manager\class\UserAccessManager.class.php on line 1881&lt;/blockquote&gt;

It seems you hook into get_terms or get_categories and call get_userdata without checking if this function is already in scope.

Could you please insert the following on startup-phase of your plugin:

&lt;code&gt;if (!function_exists(&#039;get_userdata&#039;)) {
  require_once(ABSPATH . &#039;wp-includes/pluggable.php&#039;);
}&lt;/code&gt;

thanks and br from Salzburg!

- Johannes</description>
		<content:encoded><![CDATA[<p>Hi Alex -</p>
<p>It seems you have a small timing problem in your user-access-manager in combination with plugins fetching wp categories (get_categories) before pluggable.php was loaded.</p>
<p>Using get_categories on plugin initialization in combination with your plugin causes the following error message:</p>
<blockquote><p><strong>Fatal error:</strong> Call to undefined function get_userdata() in C:\xampp\vhosts\wordpress.loc\wp-content\plugins\user-access-manager\class\UserAccessManager.class.php on line 1881</p></blockquote>
<p>It seems you hook into get_terms or get_categories and call get_userdata without checking if this function is already in scope.</p>
<p>Could you please insert the following on startup-phase of your plugin:</p>
<p><code>if (!function_exists('get_userdata')) {<br />
  require_once(ABSPATH . 'wp-includes/pluggable.php');<br />
}</code></p>
<p>thanks and br from Salzburg!</p>
<p>- Johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by buZz</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14941</link>
		<dc:creator>buZz</dc:creator>
		<pubDate>Thu, 15 Dec 2011 11:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14941</guid>
		<description>Hello Alex,

thanks for your awesome plugin! I&#039;ve got a question:

Is it possible to print out all the articles, kategories etc. a user has access to? I want to print a list including all the articles a certain user has access to.

Best regards</description>
		<content:encoded><![CDATA[<p>Hello Alex,</p>
<p>thanks for your awesome plugin! I&#8217;ve got a question:</p>
<p>Is it possible to print out all the articles, kategories etc. a user has access to? I want to print a list including all the articles a certain user has access to.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by Dawn</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14910</link>
		<dc:creator>Dawn</dc:creator>
		<pubDate>Wed, 14 Dec 2011 20:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14910</guid>
		<description>Hi Alex,

This is a great script and I appreciate it!  So easy to implement and just what I needed.

Are the private pages completely secure or is it at possible for spam bots and search engines to find and access the pages?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>This is a great script and I appreciate it!  So easy to implement and just what I needed.</p>
<p>Are the private pages completely secure or is it at possible for spam bots and search engines to find and access the pages?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by Andreas</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14756</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 11 Dec 2011 07:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14756</guid>
		<description>I&#039;m looking for add-on with custom users field and ability to use UAM for setting &quot;hidden&quot;, &quot;read-only&quot; &amp; &quot;write&quot; permission on a singel custom field.
We&#039;re building a wordpress site for our association and this would create an easy member database.</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for add-on with custom users field and ability to use UAM for setting &#8220;hidden&#8221;, &#8220;read-only&#8221; &amp; &#8220;write&#8221; permission on a singel custom field.<br />
We&#8217;re building a wordpress site for our association and this would create an easy member database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by les-zistrions</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14613</link>
		<dc:creator>les-zistrions</dc:creator>
		<pubDate>Thu, 08 Dec 2011 11:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14613</guid>
		<description>Hi

Thanks for this helpful plugin.

I&#039;m using WP 3.2.1 and it works well

Yesteday, I installed the plugin Menubar. Just one difficulty between these two plugins :
- menubar doesn&#039;t take in charge the attribute to restrict the display for pages without &#039;adherents&#039; groups. 
Have you an idea on the attribute to be used and the php command, to let me modify the menubar code?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for this helpful plugin.</p>
<p>I&#8217;m using WP 3.2.1 and it works well</p>
<p>Yesteday, I installed the plugin Menubar. Just one difficulty between these two plugins :<br />
- menubar doesn&#8217;t take in charge the attribute to restrict the display for pages without &#8216;adherents&#8217; groups.<br />
Have you an idea on the attribute to be used and the php command, to let me modify the menubar code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by WordPress clearly needs no introduction for web devotees like us</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14406</link>
		<dc:creator>WordPress clearly needs no introduction for web devotees like us</dc:creator>
		<pubDate>Sat, 03 Dec 2011 17:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14406</guid>
		<description>[...] groups on a page specific, category specific or other content specific basis.  User Access Manager User Access Manager is useful if you need a member area or a private section on your blog. It will help to prevent [...]</description>
		<content:encoded><![CDATA[<p>[...] groups on a page specific, category specific or other content specific basis.  User Access Manager User Access Manager is useful if you need a member area or a private section on your blog. It will help to prevent [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by Alan</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14275</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14275</guid>
		<description>I would like to give select access to video posts.  I am using the Vidley Theme from Press75.

In the Settings section of UAM I am able to hide the text portion of the post, but the video is still on the post page and can be played by anyone.  Is there anyway to hide the video itself and leave just the Title and alternate text?

Since I was unable to hide the video, I tried disabling it with the &#039;Lock Files&#039; feature.  Not sure what that is suppose to do, but it didn&#039;t work.  Next I tried redirecting to a sign in page using the &#039;redirect user&#039; feature, but that didn&#039;t work either.... still get redirected to &quot;Sorry, but you are looking for something that isn&#039;t here.&quot;  Any suggestions?  Any alternative plugins out there?  Anybody?  Thanks.  Btw.. I don&#039;t know html language.</description>
		<content:encoded><![CDATA[<p>I would like to give select access to video posts.  I am using the Vidley Theme from Press75.</p>
<p>In the Settings section of UAM I am able to hide the text portion of the post, but the video is still on the post page and can be played by anyone.  Is there anyway to hide the video itself and leave just the Title and alternate text?</p>
<p>Since I was unable to hide the video, I tried disabling it with the &#8216;Lock Files&#8217; feature.  Not sure what that is suppose to do, but it didn&#8217;t work.  Next I tried redirecting to a sign in page using the &#8216;redirect user&#8217; feature, but that didn&#8217;t work either&#8230;. still get redirected to &#8220;Sorry, but you are looking for something that isn&#8217;t here.&#8221;  Any suggestions?  Any alternative plugins out there?  Anybody?  Thanks.  Btw.. I don&#8217;t know html language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by Marco</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-14030</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 22 Nov 2011 23:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-14030</guid>
		<description>If I assign an attachment to a group, all attachments in media library of its page is assigned to the same group. This is wrong, how can I assign only one attachment to a group?

I think it&#039;s depend because there is a strange beaviour when I click on group checkbox: all checkbox f all attachment changes status!

Plese Help Me</description>
		<content:encoded><![CDATA[<p>If I assign an attachment to a group, all attachments in media library of its page is assigned to the same group. This is wrong, how can I assign only one attachment to a group?</p>
<p>I think it&#8217;s depend because there is a strange beaviour when I click on group checkbox: all checkbox f all attachment changes status!</p>
<p>Plese Help Me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on B2B Modul by RMB</title>
		<link>http://www.gm-alex.de/projects/oxid/oxid-b2b-modul/comment-page-1/#comment-14010</link>
		<dc:creator>RMB</dc:creator>
		<pubDate>Tue, 22 Nov 2011 09:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=344#comment-14010</guid>
		<description>Und auch in OXID CE Version 4.5.4 einsetzbar. Beim Logout muss eben der Redirect noch angepasst werden.</description>
		<content:encoded><![CDATA[<p>Und auch in OXID CE Version 4.5.4 einsetzbar. Beim Logout muss eben der Redirect noch angepasst werden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Access Manager by Michael Blate</title>
		<link>http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/comment-page-8/#comment-13957</link>
		<dc:creator>Michael Blate</dc:creator>
		<pubDate>Mon, 21 Nov 2011 08:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?page_id=223#comment-13957</guid>
		<description>Hi Alex,
ohne Dein Plugin wäre ich fast verzweifelt.
Ich benötigte genau DAS, um Hochzeitspaaren einen passwortgeschützten Bereich auf meiner page zur Verfügung stellen zu können.

Eine Frage hab ich: Kann ich verschiedene Benutzergruppen mit unterschiedlicher Zugangsberechtigung für einen anderen Link auf derselben Seite anlegen? Das habe ich nämlich nicht geschafft...
Oder benötigt man für eine neue Benutzergruppe eine neue Seite? Oder geht das gar nicht?
Wäre natürlich super, wenn ich ein feedback kriegen würde.

Grüssle Michael</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
ohne Dein Plugin wäre ich fast verzweifelt.<br />
Ich benötigte genau DAS, um Hochzeitspaaren einen passwortgeschützten Bereich auf meiner page zur Verfügung stellen zu können.</p>
<p>Eine Frage hab ich: Kann ich verschiedene Benutzergruppen mit unterschiedlicher Zugangsberechtigung für einen anderen Link auf derselben Seite anlegen? Das habe ich nämlich nicht geschafft&#8230;<br />
Oder benötigt man für eine neue Benutzergruppe eine neue Seite? Oder geht das gar nicht?<br />
Wäre natürlich super, wenn ich ein feedback kriegen würde.</p>
<p>Grüssle Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

