<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>WordPress Plugins &#187; Tag: frontend - Recent Posts</title>
		<link>http://wordpress.org/extend/plugins/tags/frontend</link>
		<description>WordPress Plugins &#187; Tag: frontend - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 26 May 2012 17:55:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/extend/plugins/rss/tags/frontend" rel="self" type="application/rss+xml" />

		<item>
			<title>paulo4lzn on "CSS Plus"</title>
			<link>http://wordpress.org/extend/plugins/css-plus/#post-36665</link>
			<pubDate>Wed, 11 Apr 2012 16:49:55 +0000</pubDate>
			<dc:creator>paulo4lzn</dc:creator>
			<guid isPermaLink="false">36665@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[CSS Plus é um plugin que adiciona edição de css ao seus posts, pages e custom posts.]]></description>
					</item>
		<item>
			<title>Mark (podz) on "ToolBar Removal completely disable"</title>
			<link>http://wordpress.org/extend/plugins/wp-toolbar-removal/#post-35453</link>
			<pubDate>Fri, 02 Mar 2012 11:03:17 +0000</pubDate>
			<dc:creator>Mark (podz)</dc:creator>
			<guid isPermaLink="false">35453@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Please use only one of the approved urls.
</p>]]></description>
					</item>
		<item>
			<title>sLaNGjI on "ToolBar Removal completely disable"</title>
			<link>http://wordpress.org/extend/plugins/wp-toolbar-removal/#post-35428</link>
			<pubDate>Thu, 01 Mar 2012 16:02:03 +0000</pubDate>
			<dc:creator>sLaNGjI</dc:creator>
			<guid isPermaLink="false">35428@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Completely Disable new WordPress 3.3+ and 3.4+ (only) ToolBar Frontend, Backend, related User Profile Settings, without loosing logout functionality!]]></description>
					</item>
		<item>
			<title>Inigo Gonzalez on "Frontend for TheCartPress eCommerce Shopping Cart"</title>
			<link>http://wordpress.org/extend/plugins/thecartpress-frontend/#post-34741</link>
			<pubDate>Thu, 09 Feb 2012 09:22:01 +0000</pubDate>
			<dc:creator>Inigo Gonzalez</dc:creator>
			<guid isPermaLink="false">34741@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Allows access to customer&#039;s account from the front-end of TheCartPress eCommerce sites]]></description>
					</item>
		<item>
			<title>plugin-master on "WP User Frontend"</title>
			<link>http://wordpress.org/extend/plugins/wp-user-frontend/#post-33867</link>
			<pubDate>Sat, 14 Jan 2012 16:08:18 +0000</pubDate>
			<dc:creator>plugin-master</dc:creator>
			<guid isPermaLink="false">33867@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Create, update, delete posts and edit profile from wordpress frontend.

<!--plugin-data-description-->
<p>Some of us want something like that the subscriber/contributor will not be able to go in the
wordpress backend and everything these user can control will be done from wordpress frontend.</p>

<p>Features:</p>

<p>So here is my plugin that solves your problem. This features of this plugin in it’s version 0.2 are follows:</p>

<pre><code>* User can create a new post and edit from frontend
* They can view their page in the custom dashboard
* Users can edit their profile
* Administrator can restrict any user level to access the wordpress backend (/wp-admin)
* New posts status, submitted by users are configurable via admin panel. i.e. Published, Draft, Pending
* Admin can configure to receive notification mail when the users creates a new post.
* Configurable options if the user can edit or delete their posts.
* Users can upload attachments from the frontend
* Admins can manage their users from frontend
* Pay per post or subscription on posting is possible
</code></pre>

<!--plugin-data-installation-->
<p>This section describes how to install the plugin and get it working.</p>

<ol>
<li>Create a new Page “New Post” and insert shorcode <code>&#x5b;wpuf_addpost]</code></li>
<li>Create a new Page “Edit” for editing posts and insert shorcode <code>&#x5b;wpuf_edit]</code></li>
<li>Create a new Page “Profile” for editing profile and insert shorcode <code>&#x5b;wpuf_editprofile]</code></li>
<li>Create a new Page “Dashboard” and insert shorcode <code>&#x5b;wpuf_dashboard]</code></li>
<li>Correct the permalink structure of your wordpress installation</li>
<li>Insert the “Edit” Page url to the admin options page of the plugin</li>
<li>To show the subscription info, insert the shortcdoe <code>&#x5b;wpuf_sub_info]</code></li>
<li>To show the subscription packs, insert the shortcode <code>&#x5b;wpuf_sub_pack]</code></li>
<li>For subscription payment page, create a new page and insert the page ID in WP User frontend's "Paypal Payment Page" option.</li>
</ol>

<!--plugin-data-faq-->
<h4>Can I create new posts from frontend</h4>

<p>Yes</p>

<h4>Can I Edit my posts from frontend</h4>

<p>Yes</p>

<h4>Can I delete my posts from frontend</h4>

<p>Yes</p>

<h4>Can I upload photo/image/video</h4>

<p>Yes</p>

<!--plugin-data-screenshots-->
<ol class='screenshots'>
	<li>
		<img class='screenshot' src='screenshot-1.png' alt='wp-user-frontend screenshot 1' />
		<p>Admin panel</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-2.png' alt='wp-user-frontend screenshot 2' />
		<p>dashboard</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-3.png' alt='wp-user-frontend screenshot 3' />
		<p>Edit Posts</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-4.png' alt='wp-user-frontend screenshot 4' />
		<p>Edit Profile</p>
	</li>
</ol>

<!--plugin-data-changelog-->
<p>version 0.2</p>

<pre><code>* Admin settings page has been improved
* Header already sent warning messages has been fixed
* Now you can add custom post meta from the settings page
* A new pay per post and subscription based posting options has been introduced (Only paypal is supported now)
* You can upload attachment with post
* WYSIWYG editor has been added
* You can add and manage your users from frontend now (only having the capability to edit_users )
* Some action and filters has been added for developers to add their custom form elements and validation
* Pagination added in post dashboard
* You can use the form to accept "custom post type" posts. e.g: &#x5b;wpuf_addpost post_type="event"]. It also applies for showing post on dashboard like "&#x5b;wpuf_dashboard post_type="event"]"
* Changing the form labels of the add post form is now possible from admin panel.
* The edit post page setting is changed from URL to page select dropdown.
* You can lock certain users from posting from their edit profile page.
</code></pre>]]></description>
					</item>
		<item>
			<title>Jonathan Lau on "CubeAccount Frontend Login"</title>
			<link>http://wordpress.org/extend/plugins/cubeaccount/#post-31889</link>
			<pubDate>Tue, 08 Nov 2011 14:19:00 +0000</pubDate>
			<dc:creator>Jonathan Lau</dc:creator>
			<guid isPermaLink="false">31889@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[CubeAccount Frontend Login lets your users login and register from the frontend of your site. The WordPress dashboard and admin bar can be hidden comp]]></description>
					</item>
		<item>
			<title>areimann on "WP Client File Share"</title>
			<link>http://wordpress.org/extend/plugins/wp-client-file-share/#post-29655</link>
			<pubDate>Sun, 28 Aug 2011 05:59:02 +0000</pubDate>
			<dc:creator>areimann</dc:creator>
			<guid isPermaLink="false">29655@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Stable 1.3.1

Share files between Admins &#38; users.  Users get a &#34;private&#34; page to upload / Admin can post files that user.]]></description>
					</item>
		<item>
			<title>khaledsaikat on "User Meta"</title>
			<link>http://wordpress.org/extend/plugins/user-meta/#post-28254</link>
			<pubDate>Sun, 10 Jul 2011 04:37:01 +0000</pubDate>
			<dc:creator>khaledsaikat</dc:creator>
			<guid isPermaLink="false">28254@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[WordPress user management plugin. Custom user profile,registration with extra fields. Custom Login, Import users from csv and many more.]]></description>
					</item>
		<item>
			<title>Tareq Hasan on "WP User Frontend"</title>
			<link>http://wordpress.org/extend/plugins/wp-user-frontend/#post-23510</link>
			<pubDate>Sat, 08 Jan 2011 18:17:25 +0000</pubDate>
			<dc:creator>Tareq Hasan</dc:creator>
			<guid isPermaLink="false">23510@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Create, update, delete posts and edit profile from wordpress frontend.]]></description>
					</item>
		<item>
			<title>abdul_ibad on "Frontend Edit Profile"</title>
			<link>http://wordpress.org/extend/plugins/frontend-edit-profile/#post-22277</link>
			<pubDate>Sun, 14 Nov 2010 20:28:13 +0000</pubDate>
			<dc:creator>abdul_ibad</dc:creator>
			<guid isPermaLink="false">22277@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[WordPress Plugin to show profile edit backend on posts or pages]]></description>
					</item>
		<item>
			<title>anthony_shortbord on "Shortbord"</title>
			<link>http://wordpress.org/extend/plugins/shortbord/#post-17827</link>
			<pubDate>Fri, 07 May 2010 14:28:40 +0000</pubDate>
			<dc:creator>anthony_shortbord</dc:creator>
			<guid isPermaLink="false">17827@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[The Shortbord plugin allows you to quickly add Shortbord endorsements to your users' comments, authors' post titles, and your
sidebars.]]></description>
					</item>
		<item>
			<title>grosbouff on "One Quick Post"</title>
			<link>http://wordpress.org/extend/plugins/one-quick-post/#post-17041</link>
			<pubDate>Fri, 02 Apr 2010 09:01:21 +0000</pubDate>
			<dc:creator>grosbouff</dc:creator>
			<guid isPermaLink="false">17041@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[One Quick Post is a WordPress plugin that allows you to enable frontend posting on your blog; even for custom post types.]]></description>
					</item>
		<item>
			<title>inapan on "Quick Post Widget"</title>
			<link>http://wordpress.org/extend/plugins/quick-post-widget/#post-16100</link>
			<pubDate>Fri, 19 Feb 2010 22:34:07 +0000</pubDate>
			<dc:creator>inapan</dc:creator>
			<guid isPermaLink="false">16100@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This plugin provides a widget to post directly from the frontpanel of your site without going into the backend.]]></description>
					</item>
		<item>
			<title>Schepp on "CSS-JS-Booster"</title>
			<link>http://wordpress.org/extend/plugins/css-js-booster/#post-15552</link>
			<pubDate>Tue, 26 Jan 2010 15:56:21 +0000</pubDate>
			<dc:creator>Schepp</dc:creator>
			<guid isPermaLink="false">15552@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[CSS-JS-Booster automates performance optimizing steps related to CSS, Media 
and Javascript linking/embedding.]]></description>
					</item>
		<item>
			<title>FolioVision on "Thoughtful Comments"</title>
			<link>http://wordpress.org/extend/plugins/thoughtful-comments/#post-13489</link>
			<pubDate>Fri, 09 Oct 2009 12:31:33 +0000</pubDate>
			<dc:creator>FolioVision</dc:creator>
			<guid isPermaLink="false">13489@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Thoughtful Comments adds advanced front end comment moderation and cool thread and user banning mechanisms to your Wordpress blog.]]></description>
					</item>

	</channel>
</rss>

