<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RB WordPress Plugins &#187; RB Agency</title>
	<atom:link href="http://rbplugin.com/category/wordpress/rbagency/feed/" rel="self" type="application/rss+xml" />
	<link>http://rbplugin.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 01:01:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>RB Agency Interactive registration snippet</title>
		<link>http://rbplugin.com/wordpress/rbagency/interactive-registration-snippet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interactive-registration-snippet</link>
		<comments>http://rbplugin.com/wordpress/rbagency/interactive-registration-snippet/#comments</comments>
		<pubDate>Tue, 15 May 2012 01:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RB Agency]]></category>

		<guid isPermaLink="false">http://rbplugin.com/?p=375</guid>
		<description><![CDATA[This snippet will add a login, registration, profile link.  Great for your website header.  Thanks to Kerry for the idea.]]></description>
			<content:encoded><![CDATA[<p>This snippet will add a login, registration, profile link.  Great for your website header.  Thanks to Kerry for the idea.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
global $wpdb;
global $current_user;
get_currentuserinfo();
if (is_user_logged_in()) {
	/* Check if the user is regsitered *****************************************/
	$sql = &quot;SELECT ProfileGallery FROM &quot;. table_agency_profile .&quot; WHERE ProfileUserLinked =  &quot;. $current_user-&gt;ID .&quot;&quot;;
	$results = mysql_query($sql);
	$count = mysql_num_rows($results);
	if ($count &gt; 0) {
	  while ($data = mysql_fetch_array($results)) {
		echo &quot;&lt;a href=\&quot;&quot;. rb_agency_PROFILEDIR . $data[&quot;ProfileGallery&quot;] .&quot;/\&quot; title=\&quot;View Your Profile\&quot; target=\&quot;_blank\&quot;&gt;View Profile&lt;/a&gt;\n&quot;;
	  } // is there record?
	} else {
		echo &quot;You are not registered.  &lt;a href=\&quot;/profile-member/\&quot;&gt;Setup your profile&lt;/a&gt;\n&quot;;
	}
} else {
	echo &quot;You are not logged in.  &lt;a href=\&quot;/profile-login/\&quot;&gt;Log In&lt;/a&gt;\n&quot;;
}
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://rbplugin.com/wordpress/rbagency/interactive-registration-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Profile Visibility Types</title>
		<link>http://rbplugin.com/wordpress/rbagency/new-profile-visibility-types/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-profile-visibility-types</link>
		<comments>http://rbplugin.com/wordpress/rbagency/new-profile-visibility-types/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 08:24:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RB Agency]]></category>

		<guid isPermaLink="false">http://rbplugin.com/?p=371</guid>
		<description><![CDATA[There have been several requests for the ability to have &#8220;Active&#8221; clients that are not featured on the front of the website. So they are available in all administrative searches and able to be sent to clients (casting agents etc.) &#8230; <a href="http://rbplugin.com/wordpress/rbagency/new-profile-visibility-types/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There have been several requests for the ability to have &#8220;Active&#8221; clients that are not featured on the front of the website. So they are available in all administrative searches and able to be sent to clients (casting agents etc.) but can not be browsed directly.</p>
<p>You will now see additional visibility options from the profile management screen:</p>
<p><img class="size-full wp-image-372 alignnone" title="ProfileViewTypes" src="http://rbplugin.com/wp-content/uploads/2012/04/ProfileViewTypes.png" alt="" width="276" height="119" /></p>
<p>Many of the visibility options are self explanatory:</p>
<ul>
<li><strong>Active:</strong>  This is visible in the profile, category and search screens and visible in the administrative screens.</li>
<li><strong>Active &#8211; Not Visible:</strong>  This is not visible in the standard front-end screens but available to email and in administrative screens.</li>
<li><strong>Inactive:</strong>  This is not visible in the front-end but is visible in the admin area (indicated by a pink background color)</li>
<li><strong>Archived:  </strong>This is not visible in the front-end or back-end but can be searched for on the administrative back-end to edit and re-activate.</li>
<li><strong>Pending Approval:  </strong>This is only applicable with the RB Agency Interactive plugin for profile self registration.</li>
</ul>
<p>You will also now see the visibility options in a drop down menu on the profile list page:</p>
<p><img class="alignnone size-full wp-image-373" title="Status" src="http://rbplugin.com/wp-content/uploads/2012/04/Status.png" alt="" width="689" height="65" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://rbplugin.com/wordpress/rbagency/new-profile-visibility-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://rbplugin.com/wp-content/uploads/2012/04/ProfileViewTypes-150x119.png" length="2015" type="image/jpg" />	</item>
		<item>
		<title>nxtModel adds featured models widget to homepage</title>
		<link>http://rbplugin.com/wordpress/rbagency/nxtmodel-adds-featured-models-widget-to-homepage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nxtmodel-adds-featured-models-widget-to-homepage</link>
		<comments>http://rbplugin.com/wordpress/rbagency/nxtmodel-adds-featured-models-widget-to-homepage/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 00:45:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RB Agency]]></category>

		<guid isPermaLink="false">http://rbplugin.com/?p=357</guid>
		<description><![CDATA[This is a great example of the flexibility of the RB Agency Modeling agency software. In this instance nxtModel.com adds the featured models widget to the homepage displaying random models on the homepage of the site. Learn more about the &#8230; <a href="http://rbplugin.com/wordpress/rbagency/nxtmodel-adds-featured-models-widget-to-homepage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a great example of the flexibility of the RB Agency Modeling agency software. In this instance nxtModel.com adds the featured models widget to the homepage displaying random models on the homepage of the site.</p>
<p>Learn more about the <a title="New Configurable Widgets in RB Agency!" href="http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/">new features in the latest release</a>!</p>
<p><img class="alignleft size-full wp-image-358" title="nxtModel-randomfeature" src="http://rbplugin.com/wp-content/uploads/2012/03/nxtModel-randomfeature.png" alt="" width="988" height="408" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rbplugin.com/wordpress/rbagency/nxtmodel-adds-featured-models-widget-to-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://rbplugin.com/wp-content/uploads/2012/03/nxtModel-randomfeature-150x150.png" length="30620" type="image/jpg" />	</item>
		<item>
		<title>RB Agency Version 1.8.5 Released</title>
		<link>http://rbplugin.com/wordpress/rbagency/rb-agency-version-1-8-5-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rb-agency-version-1-8-5-released</link>
		<comments>http://rbplugin.com/wordpress/rbagency/rb-agency-version-1-8-5-released/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 10:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RB Agency]]></category>

		<guid isPermaLink="false">http://rbplugin.com/?p=285</guid>
		<description><![CDATA[The new version 1.8.5 comprises of a series of major software upgrades.  Most of which warranted their own post, here is a digest of the updates: New Profile Layout Types The profile page was designed in a way that made &#8230; <a href="http://rbplugin.com/wordpress/rbagency/rb-agency-version-1-8-5-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The new version 1.8.5 comprises of a series of major software upgrades.  Most of which warranted their own post, here is a digest of the updates:</p>
<p><a href="http://rbplugin.com/wordpress/rbagency/new-rb-agency-profile-layout-options/">New Profile Layout Types</a></p>
<p>The profile page was designed in a way that made it very flexible and allowed absolute stylesheet control due to the well constructed and named containers.  However to make it even a step easier, there are now 5 layout types supported by the new version with new capabilities for developers to add their own layouts in seamlessly.</p>
<p><a href="http://rbplugin.com/uncategorized/custom-fields-in-rb-agency/">New Custom Fields</a></p>
<p>There are a number of options when adding custom fields.   The new upgrade allows not only the ability to add custom fields, but now also to create private and theme based fields.  These three options allow any combination of customization.</p>
<p><a href="http://rbplugin.com/wordpress/rbagency/custom-queries-using-wp-shortcodes/">New Shortcodes</a></p>
<p>Shortcodes are the placeholders you add to your pages which tell WordPress to pull functionality into the page.  This new feature allows you to create custom short codes to query the profile database and get exactly what you are looking for.</p>
<p><a href="http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/">New Widgets</a></p>
<p>A “widget” is a name to describe the ability to easily drag and drop additional functionality into preset regions of your site.  There are two new widgets supported allowing ease of display of featured profiles and profile search forms.</p>
<p><a href="http://rbplugin.com/wordpress/rbagency/client-relation-management-crm-models-talent/">New Profile Management</a></p>
<p>The new way of laying out the data makes it very easy to decipher what is administrative data, what is public and now integrates with RB Agency Interact to allow models to manage their own information.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbplugin.com/wordpress/rbagency/rb-agency-version-1-8-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Configurable Widgets in RB Agency!</title>
		<link>http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-configurable-widgets-in-rb-agency</link>
		<comments>http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 21:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RB Agency]]></category>

		<guid isPermaLink="false">http://rbplugin.com/?p=294</guid>
		<description><![CDATA[Have some lonely sidebars? Why not fill them with the new RB Agency widgets! A &#8220;widget&#8221; is just a way of saying a thing-a-ma-jig or a way to describe the ability to easily drag and drop additional functionality into preset &#8230; <a href="http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have some lonely sidebars? Why not fill them with the new RB Agency widgets! A &#8220;widget&#8221; is just a way of saying a thing-a-ma-jig or a way to describe the ability to easily drag and drop additional functionality into preset regions of your site.</p>
<h2>Widget: RB Agency</h2>
<p>The following are the current widgets found in the RB Agency WordPress plugin</p>
<h3>Featured Profile</h3>
<p>This allows you to showcase featured models!  In the new build Version 1.8.5, you will see the ability to set profiles as featured.  Once featured, you can add the widget which randomly shows a different featured profile each time the page is refreshed.</p>
<p><img class="alignleft size-full wp-image-296" title="NewWidgets" src="http://rbplugin.com/wp-content/uploads/2012/02/NewWidgets.png" alt="" width="690" height="409" /></p>
<h3>Profile Search</h3>
<p>The next new widget is the profile search widget.  This adds a search form to your sidebar. This can be displayed as either the advanced search with all fields or in the condensed form.</p>
<p><img class="alignleft size-full wp-image-297" title="NewWidgetSearch" src="http://rbplugin.com/wp-content/uploads/2012/02/NewWidgetSearch.png" alt="" width="690" height="143" /></p>
<h3>Advanced Widget Configuration</h3>
<p>GEEKS / ASPIRING GEEKS ONLY!  You will notice that the widget added to the sidebar appears on every page.  If for an example you would like to have 2 featured models on all pages but one where you want 5 featured models (maybe you have tons of content in this particular page) this can be achieved through &#8220;Widget Logic&#8221;.  Widget Logic is a free WordPress plugin you can install which gives you control over if it displays or not on the given page.</p>
<p>The way you control it is with <a title="Conditional Tags" href="http://codex.wordpress.org/Conditional_Tags " target="_blank">Conditional Tags</a> (learn more on the WordPress website <a href="http://codex.wordpress.org/Conditional_Tags" target="_blank">http://codex.wordpress.org/Conditional_Tags</a>).  So if you want the widget to appear ONLY on a given page in the Widget Logic form field of the widget add:</p>
<pre class="brush: plain; title: ; notranslate">is_page('2')</pre>
<p>Where the Page ID is 2 (to find the page ID, edit the page and look in the page URL, it will say <strong>?post=2</strong> as an example.  If you want to display on all pages EXCEPT a certain page, use the ! exclamation mark before the code as follows:</p>
<pre class="brush: plain; title: ; notranslate">!is_page('2')</pre>
<p>If you want it on several pages, add the page ID&#8217;s in an array like so:</p>
<pre class="brush: plain; title: ; notranslate">is_page( array( 2, 4, 6 ) )</pre>
<p>This will show the widget on three pages.  Pretty straight forward.  To get more complicated check out the <a href="http://wordpress.org/extend/plugins/widget-logic/other_notes/" target="_blank">Widget Logic</a> plugin page for more examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbplugin.com/wordpress/rbagency/new-configurable-widgets-in-rb-agency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://rbplugin.com/wp-content/uploads/2012/02/NewWidgets-150x150.png" length="18540" type="image/jpg" />	</item>
	</channel>
</rss>

