<?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 daily</title>
	<atom:link href="http://buddydress.com/tag/buddypress-daily/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>Daily theme tutorial video</title>
		<link>http://buddydress.com/2010/06/daily-theme-tutorial-video/</link>
		<comments>http://buddydress.com/2010/06/daily-theme-tutorial-video/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:33:28 +0000</pubDate>
		<dc:creator>tammie</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[buddypress daily]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://buddydress.com/?p=881</guid>
		<description><![CDATA[With a lot of our themes we provide tutorial videos and Daily is no exception.  This theme has been out a while but with all the updates coming to our themes for WordPress 3.0 we thought it was a good chance to remind you of some of the great features of our themes by showing [...]]]></description>
			<content:encoded><![CDATA[<p>With a lot of our themes we provide tutorial videos and Daily is no exception.  This theme has been out a while but with all the updates coming to our themes for WordPress 3.0 we thought it was a good chance to remind you of some of the great features of our themes by showing you the tutorial video that comes with Daily.  Even if you use our themes these videos may be something you&#8217;ve yet to discover.</p>
<p><!-- VZAAR START --></p>
<div class="vzaar_media_player">
      <object id="video" width="600" height="375" type="application/x-shockwave-flash" data="http://view.vzaar.com/572026.flashplayer"><param name="movie" value="http://view.vzaar.com/572026.flashplayer"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="wmode" value="transparent"><param name="flashvars" value="border=none"><embed src="http://view.vzaar.com/572026.flashplayer" type="application/x-shockwave-flash" wmode="transparent" width="600" height="375" allowScriptAccess="always" allowFullScreen="true" flashvars="border=none"></embed><video width="1280" height="802" src="http://view.vzaar.com/572026.mobile" poster="http://view.vzaar.com/572026.image" controls onclick="this.play();"></video></object>
</div>
<p><!-- VZAAR END --><br />
We hope you enjoyed this video and as usual you can check out all our themes <a href="http://buddydress.com/themes/">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddydress.com/2010/06/daily-theme-tutorial-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

