<?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>Premium BuddyPress Themes and Support - BuddyDress &#187; buddypress scholar</title>
	<atom:link href="http://buddydress.com/tag/buddypress-scholar/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddydress.com</link>
	<description>Premium BuddyPress Themes</description>
	<lastBuildDate>Fri, 25 Feb 2011 15:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>From the forums: customiziation is fun</title>
		<link>http://buddydress.com/2010/08/from-the-forums-customiziation-is-fun/</link>
		<comments>http://buddydress.com/2010/08/from-the-forums-customiziation-is-fun/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 14:00:47 +0000</pubDate>
		<dc:creator>tammie</dc:creator>
				<category><![CDATA[help]]></category>
		<category><![CDATA[buddydress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[buddypress daily]]></category>
		<category><![CDATA[buddypress scholar]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://buddydress.com/?p=1087</guid>
		<description><![CDATA[This week the forums have been all about customization.  Lets look at the top topics this week. Adding sitewide search to BuddyPress Daily Want to add Brajesh&#8217;s &#8216;Sitewide Global search&#8217; and remove the sidebar search with BuddyPress Daily?  No problem: 1. Edit sidebar.php and any other sidebars you want to remove the search from &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This week the forums have been all about customization.  Lets look at the top topics this week.</p>
<h4>Adding sitewide search to BuddyPress Daily</h4>
<p>Want to add Brajesh&#8217;s <a href="http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/">&#8216;Sitewide Global search&#8217;</a> and remove the sidebar search with BuddyPress Daily?  No problem:</p>
<p>1. Edit sidebar.php and any other sidebars you want to remove the search from &#8211; you will find sidebars for buddypress have bp- before them under library/sidebars/.</p>
<p>Remove the following code:</p>
<pre class="php">
<span class="htmlOtherTag">&lt;div class=<span class="htmlAttributeValue">&quot;light-container&quot;</span>&gt;</span>
	<span class="htmlFormTag">&lt;form action=<span class="htmlAttributeValue">&quot;<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span> <span class="phpFunction">echo</span><span class="htmlText"> bp_search_form_action</span><span class="phpOperator">(</span><span class="phpOperator">)</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span></span>&quot;</span>
method=<span class="htmlAttributeValue">&quot;post&quot;</span> id=<span class="htmlAttributeValue">&quot;search-form&quot;</span>&gt;
	<span class="htmlFormTag">&lt;input type=<span class="htmlAttributeValue">&quot;text&quot;</span> id=<span class="htmlAttributeValue">&quot;search-terms&quot;</span>
name=<span class="htmlAttributeValue">&quot;search-terms&quot;</span> value=<span class="htmlAttributeValue">&quot;&quot;</span> size=<span class="htmlAttributeValue">&quot;18&quot;</span>/&gt;</span>
	<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span> <span class="phpFunction">echo</span><span class="htmlText"> bp_search_form_type_select</span><span class="phpOperator">(</span><span class="phpOperator">)</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
	<span class="htmlFormTag">&lt;input type=<span class="htmlAttributeValue">&quot;submit&quot;</span> name=<span class="htmlAttributeValue">&quot;search-submit&quot;</span>
id=<span class="htmlAttributeValue">&quot;search-submit&quot;</span> value=<span class="htmlAttributeValue">&quot;<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span><span class="htmlText"> _e</span><span class="phpOperator">(</span> <span class="phpString">'Search'</span>, <span class="phpString">'buddypress'</span> <span class="phpOperator">)</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span></span>&quot;</span>/&gt;
	<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span><span class="htmlText"> wp_nonce_field</span><span class="phpOperator">(</span> <span class="phpString">'bp_search_form'</span> <span class="phpOperator">)</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
	<span class="htmlFormTag">&lt;/form&gt;</span>
<span class="htmlOtherTag">&lt;/div&gt;</span>
</pre>
<p>2.  The search bar location you want to add the unified search to is located in library/components/searchform.php</p>
<h4>Add linkedin to the social links in BuddyPress Scholar</h4>
<p>A great tip to add more social links comes in the form of this one from James.</p>
<p>If you&#8217;d like to hardcode the link into your theme, this could be done by opening bp-scholar>sidebars>sidebar-home.php<br />
Place the following on lines 64-66:</p>
<pre class="php">
<span class="phpOperator">&lt;</span>div id<span class="phpOperator">=</span><span class="phpString">"url-linkedin"</span><span class="phpOperator">&gt;</span>
	<span class="phpOperator">&lt;</span>a href=<span class="phpString">"http<span class="phpOperator">:</span><span class="phpComment"><span class="phpComment">//YOURLINK<span class="phpOperator">.</span>com"</span> title=<span class="phpString">"Linked In"</span></span><span class="phpOperator">&gt;</span>Follow us on Linked In<span class="phpOperator">&lt;</span>/a<span class="phpOperator">&gt;</span>
</span><span class="phpOperator">&lt;</span>/div<span class="phpOperator">&gt;</span>
</pre>
<p>Replace YOURLINK.com with the url for your profile with linked in.</p>
<p>Finally, open up your style.css and add the following lines to the bottom:</p>
<pre class="css">
<span class="cssSelector">#url-linkedin {</span>
	<span class="cssProperty">padding</span><span class="cssRest">:</span><span class="cssValue"> 5px 0 5px 30px</span><span class="cssRest">;</span>
	<span class="cssProperty">background</span><span class="cssRest">:</span><span class="cssValue"> url(<span class="cssString">"_inc/images/NEWIMAGE.png"</span>) no-repeat scroll 0 9px transparent</span><span class="cssRest">;</span>
<span class="cssSelector">}</span>
</pre>
<p>The other social media images are 16&#215;16 and located in the _inc>images folder. You should be able to find a similar image for Linked in and place it in the same directory and then replace NEWIMAGE with the actual image name.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddydress.com/2010/08/from-the-forums-customiziation-is-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two new BuddyPress Themes &#8211; Business and Scholar</title>
		<link>http://buddydress.com/2010/02/two-new-buddypress-themes-business-and-scholar/</link>
		<comments>http://buddydress.com/2010/02/two-new-buddypress-themes-business-and-scholar/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 04:50:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[buddypress themes]]></category>
		<category><![CDATA[buddypress business]]></category>
		<category><![CDATA[buddypress scholar]]></category>

		<guid isPermaLink="false">http://buddydress.com/?p=516</guid>
		<description><![CDATA[But, before we get set to go I couldn&#8217;t not tell you about these two new gorgeous themes available over at WPMU DEV now: BuddyPress Scholar This new theme will rock your world&#8230; and you don&#8217;t need to be in education to enjoy it. It&#8217;s a massively powerful, multi-skinnable, CMS focused BuddyPress theme. It&#8217;s got [...]]]></description>
			<content:encoded><![CDATA[<p>But, before we get set to go I couldn&#8217;t not tell you about these two new gorgeous themes available over at <a href="http://wpmudev.org">WPMU DEV</a> now:</p>
<p><a href="http://premium.wpmudev.org/project/buddypress-scholar-theme">BuddyPress Scholar</a></p>
<p>This new theme will rock your world&#8230; and you don&#8217;t need to be in education to enjoy it. It&#8217;s a massively powerful, multi-skinnable, CMS focused BuddyPress theme.</p>
<p><a href="http://premium.wpmudev.org/project/buddypress-scholar-theme"><img class="aligncenter size-full wp-image-518" title="BuddyPress Scholar" src="http://buddydress.com/wp-content/uploads/2010/02/buddypress_scholar.jpg" alt="" width="500" height="400" /></a></p>
<p>It&#8217;s got customization options galore, with 4 different templates, a whole stack of color schemes, parent and child themes and a lots more besides.</p>
<p>And, naturally, it&#8217;s entirely BuddyPress 1.2.1 compatible!</p>
<p>You can get BuddyPress Scholar <a href="http://premium.wpmudev.org/project/buddypress-scholar-theme">here</a>.</p>
<p><a href="http://premium.wpmudev.org/project/buddypress-business-theme">BuddyPress Business<br />
</a><br />
BuddyPress Business is the ultimate in sleek, professional BuddyPress styling.</p>
<p>Like all WPMU DEV themes it&#8217;s packed full of extra features, great customization options and color palettes and is fully supported through our forums and live support.</p>
<p><a href="http://premium.wpmudev.org/project/buddypress-business-theme"><img class="aligncenter size-full wp-image-517" title="BuddyPress Business Theme" src="http://buddydress.com/wp-content/uploads/2010/02/buddypress_business.jpg" alt="" width="400" height="320" /></a></p>
<p>So, now there&#8217;s no need to compromise on community and brand &#8211; you can have both.</p>
<p>You can download BuddyPress Business <a href="http://premium.wpmudev.org/project/buddypress-business-theme">here</a>.</p>
<p>Which is also, of course, BuddyPress 1.2.1 compatible :)</p>
]]></content:encoded>
			<wfw:commentRss>http://buddydress.com/2010/02/two-new-buddypress-themes-business-and-scholar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

