<?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"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/feedback/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/feedback/feed/</link>
		<description></description>
		<pubDate>Mon, 20 May 2013 01:29:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.3.3-alpha</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164288</guid>
					<title><![CDATA[Reply To: Would you like a Profile search form builder?]]></title>
					<link>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164288</link>
					<pubDate>Sat, 18 May 2013 18:34:02 +0000</pubDate>
					<dc:creator>ignatiusjeroe</dc:creator>

					<description>
						<![CDATA[
						<p>the plugin should be done within 6 months.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164277</guid>
					<title><![CDATA[Reply To: Would you like a Profile search form builder?]]></title>
					<link>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164277</link>
					<pubDate>Sat, 18 May 2013 11:45:26 +0000</pubDate>
					<dc:creator>mewrd</dc:creator>

					<description>
						<![CDATA[
						<p>i read in several posts that you are developing a buddysearch plugin excellent!!. when it will be    released ,in a month? few months ?year?<br />
thank you very much!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164023</guid>
					<title><![CDATA[Would you like a Profile search form builder?]]></title>
					<link>http://buddypress.org/support/topic/would-you-like-a-profile-search-form-builder/#post-164023</link>
					<pubDate>Wed, 15 May 2013 12:58:01 +0000</pubDate>
					<dc:creator>ignatiusjeroe</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217; developing a killer plugin called buddysearch. It&#8217;s a souped up version of plugin &#8216;BP profile search&#8217;.<br />
Of all the buddypress users out there, I ask you this question:<br />
How important will it be for you if you had a profile search form builder that you could customize every element of?<br />
Would that bring value to your site?</p>
<p>I but before to know if there is any real interest.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/tweaking-the-layout-what-is-my-structure/#post-163765</guid>
					<title><![CDATA[Reply To: Tweaking the layout – what is my structure?]]></title>
					<link>http://buddypress.org/support/topic/tweaking-the-layout-what-is-my-structure/#post-163765</link>
					<pubDate>Sat, 11 May 2013 13:03:55 +0000</pubDate>
					<dc:creator>Hugo</dc:creator>

					<description>
						<![CDATA[
						<p>You don&#8217;t mention what theme your using and information like that is important.</p>
<p>But in the meantime why are you trying to use BP in the older bp-default manner, i.e with template pack and folders copied over, is there a particular reason or did you try simply running  your theme and letting BP use it&#8217;s new theme compatibility mechanism to find it didn&#8217;t work with this theme? If no to the last question try removing those folders copied over, deactivate template pack and see how theme compatibility handles things with your theme.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/tweaking-the-layout-what-is-my-structure/#post-163762</guid>
					<title><![CDATA[Tweaking the layout &#8211; what is my structure?]]></title>
					<link>http://buddypress.org/support/topic/tweaking-the-layout-what-is-my-structure/#post-163762</link>
					<pubDate>Sat, 11 May 2013 11:36:08 +0000</pubDate>
					<dc:creator></dc:creator>

					<description>
						<![CDATA[
						<p>Hello everybody, </p>
<p>So I am currently trying to make my wordpress theme compatible with Buddypress, and the &#8220;tweaking the layout&#8221; section is causing some troubles. I can&#8217;t seem to figure out how to fix the alignment. It says in the tutorials, that I should change the HTML structure selected BuddyPress template files to match the structure of your WP theme’s page.php or index.php file. </p>
<p>I am having trouble with finding the structure &#8211; it does not look quite right on my site. Can somebody help my figure out my HTML structure in the following, and how I should insert these in my buddypress files? </p>
<p><code><br />
&lt;?php<br />
/*<br />
Template Name: Page with sidebar<br />
*/<br />
?&gt;</p>
<p>&lt;?php get_header(); ?&gt;</p>
<p>&lt;div class = "outerpagewrap"&gt;<br />
	&lt;div class="pagewrap"&gt;<br />
		&lt;div class="pagecontent"&gt;<br />
			&lt;div class="pagecontentContent"&gt;<br />
				&lt;h1&gt;&lt;?php the_title();?&gt;&lt;/h1&gt;<br />
				&lt;p&gt;&lt;?php the_breadcrumb(); ?&gt;&lt;/p&gt;<br />
			&lt;/div&gt;<br />
			&lt;div class="homeIcon"&gt;<a>"&gt;</a>&lt;/div&gt;<br />
		&lt;/div&gt;</p>
<p>	&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id="mainwrap"&gt;</p>
<p>	&lt;div id="main" class="clearfix"&gt;</p>
<p>	&lt;div class="pad"&gt;&lt;/div&gt;</p>
<p>					&lt;div class="content pagesidebar"&gt;<br />
							&lt;div class="postcontent"&gt;<br />
								&lt;div class="posttext"&gt;<br />
									&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;</p>
<p>									&lt;div class="usercontent"&gt;&lt;?php the_content('&lt;p class="serif"&gt;Read the rest of this page &raquo;&lt;/p&gt;'); ?&gt;&lt;/div&gt;</p>
<p>									&lt;?php wp_link_pages(array('before' =&gt; '&lt;p&gt;<strong>Pages:</strong> ', 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number')); ?&gt;</p>
<p>									&lt;?php endwhile; endif; ?&gt;<br />
								&lt;/div&gt;<br />
								&lt;div&gt;<br />
									&lt;h3 class="titleborderh"&gt;&lt;?php echo stripText($data['translation_share_page']) ?&gt;&lt;/h3&gt;<br />
									&lt;div class="titleborder"&gt;&lt;/div&gt;<br />
								&lt;/div&gt;<br />
								&lt;div class="socialsingle"&gt;&lt;?php socialLinkCat(get_permalink(),get_the_title(),false) ?&gt;&lt;/div&gt;<br />
							&lt;/div&gt;<br />
					&lt;/div&gt;<br />
							&lt;?php get_sidebar(); ?&gt;<br />
	&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p>
<p></code></p>
<p>I am using the bp-compatible plugin.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/help-request-for-a-newbie/#post-163166</guid>
					<title><![CDATA[Reply To: Help request for a Newbie]]></title>
					<link>http://buddypress.org/support/topic/help-request-for-a-newbie/#post-163166</link>
					<pubDate>Wed, 01 May 2013 05:12:05 +0000</pubDate>
					<dc:creator>@mercime</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/rdurham/" rel="nofollow">@rdurham</a> starting off with <a href="http://codex.buddypress.org/user/before-installing/" rel="nofollow">http://codex.buddypress.org/user/before-installing/</a><br />
then check out links in the right sidebar on that same page</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/help-request-for-a-newbie/#post-163124</guid>
					<title><![CDATA[Help request for a Newbie]]></title>
					<link>http://buddypress.org/support/topic/help-request-for-a-newbie/#post-163124</link>
					<pubDate>Tue, 30 Apr 2013 19:20:08 +0000</pubDate>
					<dc:creator>rdurham</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Everyone,</p>
<p>I am brand new to BuddyPress and completely without skills. I recently had a new website built like the fiverr type. Where persons can list their servise and fill requests made from buyers.</p>
<p>I thought this might be a way for creating a social network around my <a href="http://thefiverr.org" title="The Fiverr" rel="nofollow">new website</a>. I&#8217;m not all all sure how to start, or even if this forum is the right vehicle for what I needed, which was exposure. I don&#8217;t even know how to install BuddyPress to begin.</p>
<p>Any advice would be greatly appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/one-simple-change-to-bp-that-would-make-it-significantly-more-usable/#post-163041</guid>
					<title><![CDATA[Reply To: One simple change to BP that would make it significantly more usable.]]></title>
					<link>http://buddypress.org/support/topic/one-simple-change-to-bp-that-would-make-it-significantly-more-usable/#post-163041</link>
					<pubDate>Tue, 30 Apr 2013 01:38:17 +0000</pubDate>
					<dc:creator>kugelblitz</dc:creator>

					<description>
						<![CDATA[
						<p>+1<br />
Have to replace &#8220;Groups&#8221; with &#8220;Circles&#8221;<br />
and &#8220;Friends&#8221; with &#8220;Contacts&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/spam-on-activity-page/#post-162939</guid>
					<title><![CDATA[Reply To: SPAM ON ACTIVITY PAGE!]]></title>
					<link>http://buddypress.org/support/topic/spam-on-activity-page/#post-162939</link>
					<pubDate>Sun, 28 Apr 2013 18:22:04 +0000</pubDate>
					<dc:creator>placementmantra</dc:creator>

					<description>
						<![CDATA[
						<p>I am daily getting very much spams on <a href="http://placementmantra.net/" rel="nofollow">http://placementmantra.net/</a><br />
no idea how.even tried plugin no use</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/fighting-spam-user-registrations/#post-162937</guid>
					<title><![CDATA[Reply To: Fighting Spam User Registrations]]></title>
					<link>http://buddypress.org/support/topic/fighting-spam-user-registrations/#post-162937</link>
					<pubDate>Sun, 28 Apr 2013 18:14:36 +0000</pubDate>
					<dc:creator>placementmantra</dc:creator>

					<description>
						<![CDATA[
						<p>I am daily getting very much spams on <a href="http://placementmantra.net/" title="Placementmantra" rel="nofollow">http://placementmantra.net/</a><br />
no idea how.even tried plugin no use</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

