<?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 Tag: guest</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: guest</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 06:09:08 +0000</pubDate>

<item>
<title>stefan2057 on "Looking for plugin collects name and then email at set time"</title>
<link>http://wordpress.org/support/topic/318114#post-1236408</link>
<pubDate>Tue, 06 Oct 2009 00:04:54 +0000</pubDate>
<dc:creator>stefan2057</dc:creator>
<guid isPermaLink="false">1236408@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm very new to WordPress and web design in general so please forgive me if I post this in the wrong place.&#60;/p&#62;
&#60;p&#62;I am looking for a widget/plugin that would collect a full name plus a # of guests and store in a database in alphabetical order. At a desired time the entire list would be emailed and then reset.&#60;/p&#62;
&#60;p&#62;As anyone seen anything like this?
&#60;/p&#62;</description>
</item>
<item>
<title>digitaltoast on "Any working Guestmap ideas now Frappr is gone?"</title>
<link>http://wordpress.org/support/topic/314828#post-1224747</link>
<pubDate>Fri, 25 Sep 2009 17:29:59 +0000</pubDate>
<dc:creator>digitaltoast</dc:creator>
<guid isPermaLink="false">1224747@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sadly, frappr appears to have gone, along with our guestmap.&#60;br /&#62;
The only WP guestmap plugin I can find here is no longer supported and doesn't work.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>Gouri on "conditionalizing the_author function"</title>
<link>http://wordpress.org/support/topic/311585#post-1214757</link>
<pubDate>Thu, 17 Sep 2009 07:26:01 +0000</pubDate>
<dc:creator>Gouri</dc:creator>
<guid isPermaLink="false">1214757@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That's really great!! MichaelH, thank you so much. I have implemented it &#38;amp; am now ready to take my flight.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "conditionalizing the_author function"</title>
<link>http://wordpress.org/support/topic/311585#post-1213816</link>
<pubDate>Wed, 16 Sep 2009 13:56:26 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1213816@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For use in &#60;a href=&#34;http://codex.wordpress.org/The_Loop&#34;&#62;The Loop&#60;/a&#62;:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
//if guest_author custom field is present don&#38;#39;t display the author.
$guest_author = get_post_meta($post-&#38;gt;ID, &#38;#39;guest_author&#38;#39;, true);
if (!$guest_author){
the_author();
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Gouri on "conditionalizing the_author function"</title>
<link>http://wordpress.org/support/topic/311585#post-1213593</link>
<pubDate>Wed, 16 Sep 2009 09:03:25 +0000</pubDate>
<dc:creator>Gouri</dc:creator>
<guid isPermaLink="false">1213593@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Mine is a single author blog &#60;a href=&#34;http://www.ezaroorat.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ezaroorat.com&#60;/a&#62; I want to introduce guest posts on it. But I do not want the guest author to be registered in the admin panel. On the guest posts, I want to hide my (default author) name. Is it possible to conditionalize the_author function so that the author name is hidden on guest posts only but displayed on all other posts? (By imposing some kind of conditions based on tag or custom field).
&#60;/p&#62;</description>
</item>
<item>
<title>wayfoward on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1175977</link>
<pubDate>Sat, 15 Aug 2009 13:22:54 +0000</pubDate>
<dc:creator>wayfoward</dc:creator>
<guid isPermaLink="false">1175977@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I have the same problem. Could you please specify what plugins you used &#38;amp; how please! Also any other pages you may have edited to get around the problem.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>ZGani on "I want only registered users to see my pages"</title>
<link>http://wordpress.org/support/topic/300424#post-1173979</link>
<pubDate>Thu, 13 Aug 2009 18:08:34 +0000</pubDate>
<dc:creator>ZGani</dc:creator>
<guid isPermaLink="false">1173979@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You can have the pages password protected - that leaves the question of how to you get the password to the registered users.&#60;/p&#62;
&#60;p&#62;Seen an optin selection on some registration forms but have not been able to find the plugin or whatever other method they use.
&#60;/p&#62;</description>
</item>
<item>
<title>Boro Koshto on "I want only registered users to see my pages"</title>
<link>http://wordpress.org/support/topic/300424#post-1173938</link>
<pubDate>Thu, 13 Aug 2009 17:33:46 +0000</pubDate>
<dc:creator>Boro Koshto</dc:creator>
<guid isPermaLink="false">1173938@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i mean guest can see everything except my pages&#60;br /&#62;
but registered users can see my pages&#60;/p&#62;
&#60;p&#62;thank u in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>vagabond_uk on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1161321</link>
<pubDate>Mon, 03 Aug 2009 16:26:13 +0000</pubDate>
<dc:creator>vagabond_uk</dc:creator>
<guid isPermaLink="false">1161321@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the help.&#60;/p&#62;
&#60;p&#62;I managed to work around it with some plugins to add a login box that obfuscated the register link and some mod-rewrite rules to change the default urls so the page couldn't be browsed to directly.&#60;/p&#62;
&#60;p&#62;Not an ideal solution, but the best i've managed to come up with.&#60;/p&#62;
&#60;p&#62;Thanks again. :)
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160587</link>
<pubDate>Sun, 02 Aug 2009 21:59:51 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1160587@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ah - yes. That would make a big difference. The Meta widget is rather a &#34;take it or leave it&#34; menu block. You get all of the links or you remove it and get none of them. The only option is to edit the sidebar file and add the links you do want via template tags. The &#34;manually added&#34; links would also have to be either at the top or bottom of your current menu bar. They couldn't be between your remaining widgets.
&#60;/p&#62;</description>
</item>
<item>
<title>vagabond_uk on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160557</link>
<pubDate>Sun, 02 Aug 2009 21:37:48 +0000</pubDate>
<dc:creator>vagabond_uk</dc:creator>
<guid isPermaLink="false">1160557@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks.  I've managed to fix the nofollow issue, which was surprisingly staring me in the face... lol.&#60;/p&#62;
&#60;p&#62;However, there is no &#38;lt;?php wp_register;?&#38;gt; in sidebar.php.&#60;/p&#62;
&#60;p&#62;The register link is added as part of the meta widget in the backend if that makes any difference.
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160540</link>
<pubDate>Sun, 02 Aug 2009 21:29:06 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1160540@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try editing sidebar.php and removing &#60;code&#62;&#38;lt;?php wp_register;?&#38;gt;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;As for the 'no-follow' issue, I've just checked one of your pages that contained quite a few links and couldn't find a single link with the &#34;no-follow&#34; attribute.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://netpressarticles.com/services/&#34; rel=&#34;nofollow&#34;&#62;http://netpressarticles.com/services/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>vagabond_uk on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160510</link>
<pubDate>Sun, 02 Aug 2009 21:11:28 +0000</pubDate>
<dc:creator>vagabond_uk</dc:creator>
<guid isPermaLink="false">1160510@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Unfortunately not.  I disabled registrations while I worked on something else. :)&#60;/p&#62;
&#60;p&#62;I'm still having the same issue, along with my nofollow issue (&#60;a href=&#34;http://wordpress.org/support/topic/296184?replies=11&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/296184?replies=11&#60;/a&#62; ) which collectively are driving me insane!
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160457</link>
<pubDate>Sun, 02 Aug 2009 20:29:15 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1160457@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There isn't a Register link on your sidebar right now, so I'm assuming you managed to work out how to remove it.
&#60;/p&#62;</description>
</item>
<item>
<title>vagabond_uk on "Hide register link on sidebar/login.php?"</title>
<link>http://wordpress.org/support/topic/296441#post-1160210</link>
<pubDate>Sun, 02 Aug 2009 16:28:36 +0000</pubDate>
<dc:creator>vagabond_uk</dc:creator>
<guid isPermaLink="false">1160210@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is there a way to prevent the registration link from displaying on both page and the login.php? Or disabling it altogether?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://netpressarticles.com/&#34; rel=&#34;nofollow&#34;&#62;http://netpressarticles.com/&#60;/a&#62; - the register link appears in the sidebar.php under the Functions heading.  It also appears on the login.php page.&#60;/p&#62;
&#60;p&#62;I'd also like to disable the ability for guests and random visitors to register accounts but retain the ability for trusted people (who I invite) to register onto my site as an author and contribute content, but without the need of them being added manually via the admin panel.&#60;/p&#62;
&#60;p&#62;Disabling the 'anyone can register' tab in General Settings kills the whole registration process entirely which isn't what I want.&#60;/p&#62;
&#60;p&#62;Is it possible to do this? Either by plugin or altering code?  So far my searches have turned up fruitless.&#60;/p&#62;
&#60;p&#62;Thanks gor any help.
&#60;/p&#62;</description>
</item>
<item>
<title>kaneesha on "Buttons for Logged-In and Logged Out Users"</title>
<link>http://wordpress.org/support/topic/243898#post-986711</link>
<pubDate>Sun, 15 Feb 2009 07:50:16 +0000</pubDate>
<dc:creator>kaneesha</dc:creator>
<guid isPermaLink="false">986711@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Looks promising! &#60;/p&#62;
&#60;p&#62;Thank you CJ
&#60;/p&#62;</description>
</item>
<item>
<title>ClaytonJames on "Buttons for Logged-In and Logged Out Users"</title>
<link>http://wordpress.org/support/topic/243898#post-986532</link>
<pubDate>Sun, 15 Feb 2009 00:39:40 +0000</pubDate>
<dc:creator>ClaytonJames</dc:creator>
<guid isPermaLink="false">986532@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;so something like: if a guest then &#38;lt;blabla guest&#38;gt;log in&#38;lt;/blabla guest&#38;gt; if not then &#38;lt;blabla member&#38;gt;log in&#38;lt;/blabla member&#38;gt;.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Thinking along those lines... this seems to inspire hope:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/is_user_logged_in&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/is_user_logged_in&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is your theme an original? Or could you tell us what it is, or give us a link? Maybe someone will take a look.
&#60;/p&#62;</description>
</item>
<item>
<title>kaneesha on "Buttons for Logged-In and Logged Out Users"</title>
<link>http://wordpress.org/support/topic/243898#post-986337</link>
<pubDate>Sat, 14 Feb 2009 19:55:22 +0000</pubDate>
<dc:creator>kaneesha</dc:creator>
<guid isPermaLink="false">986337@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've got 3 Buttons in my Header: Register , Login and Profile.&#60;/p&#62;
&#60;p&#62;Is there a special super secret Wordpress Php Tag to show the Register and Login - Button only to/for Guests and the Profile button only to/for Logged in Users.&#60;/p&#62;
&#60;p&#62;so something like: &#60;code&#62;if a guest then &#38;lt;blabla guest&#38;gt;log in&#38;lt;/blabla guest&#38;gt; if not then &#38;lt;blabla member&#38;gt;log in&#38;lt;/blabla member&#38;gt;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;I'm not a very good coder but somebody told me something with &#34;if else&#34; ... well It's all Greek to me :(
&#60;/p&#62;</description>
</item>
<item>
<title>SRNF00 on "Leaving a comment - I need a help"</title>
<link>http://wordpress.org/support/topic/243669#post-985573</link>
<pubDate>Fri, 13 Feb 2009 22:01:40 +0000</pubDate>
<dc:creator>SRNF00</dc:creator>
<guid isPermaLink="false">985573@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Okay. Never mind. I found it. Sorry about that. I thought I had taken care of it, but I guess not. That is strange.
&#60;/p&#62;</description>
</item>
<item>
<title>SRNF00 on "Leaving a comment - I need a help"</title>
<link>http://wordpress.org/support/topic/243669#post-985571</link>
<pubDate>Fri, 13 Feb 2009 21:59:41 +0000</pubDate>
<dc:creator>SRNF00</dc:creator>
<guid isPermaLink="false">985571@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi. Before I began to mess with wordpress. I noticed that it gave the browser a option to just input the name and email address to leave a comment. I do not know what I did or where did the option go, but now when I browse as a guest. That option is no longer available. How can I get it back so that a user/browser can just leave a comment without having to join the site?
&#60;/p&#62;</description>
</item>
<item>
<title>dirtyfraudsandliars on "Help:  Allow Unregistered Guests To Post Comments"</title>
<link>http://wordpress.org/support/topic/225799#post-926210</link>
<pubDate>Mon, 15 Dec 2008 20:37:08 +0000</pubDate>
<dc:creator>dirtyfraudsandliars</dc:creator>
<guid isPermaLink="false">926210@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Minutes after posting this, I found out how to allow unregistered guests to post.&#60;/p&#62;
&#60;p&#62;In the Settings &#124; General page there is a category &#34;Membership&#34; which has a checkbox that says &#34;Users must be registered and logged in to comment&#34;.  Just uncheck that.&#60;/p&#62;
&#60;p&#62;I assumed that all comment related permissions would be on the &#34;discussion&#34; page.
&#60;/p&#62;</description>
</item>
<item>
<title>dirtyfraudsandliars on "Help:  Allow Unregistered Guests To Post Comments"</title>
<link>http://wordpress.org/support/topic/225799#post-926196</link>
<pubDate>Mon, 15 Dec 2008 20:31:38 +0000</pubDate>
<dc:creator>dirtyfraudsandliars</dc:creator>
<guid isPermaLink="false">926196@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have been using Wordpress for 1-1/2 years.  I used to allow unregistered guests to leave comments, but had to shut off comments due to large amounts of spam.  &#60;/p&#62;
&#60;p&#62;Since that time, I have upgraded to WP 2.6.5, which I am currently using.  I enabled the Askimet plugin today and turned comments on again.  &#60;/p&#62;
&#60;p&#62;However, Wordpress will NOT allow anyone to leave comments unless they first register.  &#60;strong&#62;How can I shut off this registration requirement&#60;/strong&#62; so unregistered guests can post comments on articles like they used to be able to do in previous versions of Wordpress???&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Can anyone help?&#60;/strong&#62;  I've searched for over half-an-hour now and have found no useful instructions.  The reason is because if I search for anything I just get unrelated blogs because the Wordpress text used is the same on all blogs!
&#60;/p&#62;</description>
</item>
<item>
<title>indojepang on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-895552</link>
<pubDate>Mon, 10 Nov 2008 22:10:47 +0000</pubDate>
<dc:creator>indojepang</dc:creator>
<guid isPermaLink="false">895552@http://wordpress.org/support/</guid>
<description>&#60;p&#62;it's a big problem if it does! :O
&#60;/p&#62;</description>
</item>
<item>
<title>Monika on "2.7 beta 2 no guest can send a comment"</title>
<link>http://wordpress.org/support/topic/216091#post-894105</link>
<pubDate>Sat, 08 Nov 2008 21:49:47 +0000</pubDate>
<dc:creator>Monika</dc:creator>
<guid isPermaLink="false">894105@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;WP 2.7 Beta 2&#60;br /&#62;
installed in a subdirectory&#60;/p&#62;
&#60;p&#62;threaded comments activ&#60;/p&#62;
&#60;p&#62;if a guest would like to send a comment he is redirected to&#60;br /&#62;
wp-comments-post.php&#60;/p&#62;
&#60;p&#62;with a white page &#60;/p&#62;
&#60;p&#62;WP 2.7 Beta 1 guests are able to comment
&#60;/p&#62;</description>
</item>
<item>
<title>edde on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-871053</link>
<pubDate>Tue, 07 Oct 2008 12:13:21 +0000</pubDate>
<dc:creator>edde</dc:creator>
<guid isPermaLink="false">871053@http://wordpress.org/support/</guid>
<description>&#60;p&#62;One problem remains: now all contributors are allowed to delete images uploaded by others too.
&#60;/p&#62;</description>
</item>
<item>
<title>popsantiago on "Guest Admin Posts"</title>
<link>http://wordpress.org/support/topic/208333#post-869062</link>
<pubDate>Sat, 04 Oct 2008 10:48:10 +0000</pubDate>
<dc:creator>popsantiago</dc:creator>
<guid isPermaLink="false">869062@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I find the plugin TDO MINI FORMS to permit to guest's post. So it's ok.&#60;br /&#62;
But i want to know if now a plugin can give permission of guest to approve a random post from status unpublished?&#60;/p&#62;
&#60;p&#62;And if this plugin doesn't exist, how can i do something and if that's possible?&#60;br /&#62;
Thx for you help&#60;/p&#62;
&#60;p&#62;PS : I'am french excuse my english ^^
&#60;/p&#62;</description>
</item>
<item>
<title>patrickbryant on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-860625</link>
<pubDate>Tue, 23 Sep 2008 20:04:12 +0000</pubDate>
<dc:creator>patrickbryant</dc:creator>
<guid isPermaLink="false">860625@http://wordpress.org/support/</guid>
<description>&#60;p&#62;By the way that plug-in rocks! Thanks to its author.
&#60;/p&#62;</description>
</item>
<item>
<title>patrickbryant on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-860621</link>
<pubDate>Tue, 23 Sep 2008 20:01:50 +0000</pubDate>
<dc:creator>patrickbryant</dc:creator>
<guid isPermaLink="false">860621@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks Otto42. Here is the link to that plugin:&#60;br /&#62;
&#60;a href=&#34;http://www.im-web-gefunden.de/wordpress-plugins/role-manager/&#34;&#62;http://www.im-web-gefunden.de/wordpress-plugins/role-manager/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Otto42 on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-860568</link>
<pubDate>Tue, 23 Sep 2008 19:14:05 +0000</pubDate>
<dc:creator>Otto42</dc:creator>
<guid isPermaLink="false">860568@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Use the Role Manager plugin and give them the &#34;upload_files&#34; capability.
&#60;/p&#62;</description>
</item>
<item>
<title>patrickbryant on "Guest Author (Contributor) uploading images"</title>
<link>http://wordpress.org/support/topic/187966#post-860564</link>
<pubDate>Tue, 23 Sep 2008 19:11:26 +0000</pubDate>
<dc:creator>patrickbryant</dc:creator>
<guid isPermaLink="false">860564@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I want to know about this one too. I have 10 folks that need to be able to post new entries with photos and /or video, etc.&#60;/p&#62;
&#60;p&#62;But, I don't want them to be able to publish the posts without review first.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
