<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<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>WPMU DEV Community &#187; Tag: The Daily Theme - Recent Posts</title>
		<link>http://premium.wpmudev.org/forums/tags/the-daily-theme</link>
		<description>WPMU DEV Community &#187; Tag: The Daily Theme - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 07:17:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://premium.wpmudev.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://premium.wpmudev.org/forums/rss/tags/the-daily-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Patrick on "HTML Text at the bottom of my articles"</title>
			<link>http://premium.wpmudev.org/forums/topic/html-text-at-the-bottom-of-my-articles#post-429432</link>
			<pubDate>Wed, 22 May 2013 02:04:18 +0000</pubDate>
			<dc:creator>Patrick</dc:creator>
			<guid isPermaLink="false">429432@http://premium.wpmudev.org/forums/</guid>
			<description><p>Marking this thread resolved as the original poster is no longer an active member.</p>
<p>If the member does reactivate their account, please feel free to re-open this thread if the issue persists.
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "Can i display the content of the subblogs on the homepage?"</title>
			<link>http://premium.wpmudev.org/forums/topic/can-i-display-the-content-of-the-subblogs-on-the-homepage#post-427965</link>
			<pubDate>Sun, 19 May 2013 14:28:59 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">427965@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there Kev @strategyforge, </p>
<p>I hope you are well today, sorry for the delay on this, I missed your last reply. </p>
<p>I've been looking into this and you want to display network wide posts on your home page, I'm afraid out of the box this doesn't look possible.<br />
You may be able to use our global post indexer here <a href="http://premium.wpmudev.org/project/post-indexer/" target="_blank">http://premium.wpmudev.org/project/post-indexer/</a> and then pull in the posts to display with the RSS feeds, but then this may in a way sort of create the posts twice, would that be ok? Or do you simply want to display the title and an excerpt and then the link go through to the sub site?</p>
<p>Thank you, Sorry again about the extreme delay.</p>
<p>Kind Regards<br />
Jack.
</p></description>
		</item>
		<item>
			<title>James on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426857</link>
			<pubDate>Fri, 17 May 2013 13:47:02 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">426857@http://premium.wpmudev.org/forums/</guid>
			<description><p>@Patrick</p>
<p>Thank you very much, glad you could find that coding issue.  Perhaps I am missing something but when I use that code displayed above, I end up still getting all 3 navigations.  The built in categories, the built in header menu and the buddypress menu.  Isn't there a way to just say something like:</p>
<p>.bp-navigation{<br />
  display:none;<br />
}
</p></description>
		</item>
		<item>
			<title>Patrick on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426538</link>
			<pubDate>Fri, 17 May 2013 02:52:05 +0000</pubDate>
			<dc:creator>Patrick</dc:creator>
			<guid isPermaLink="false">426538@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hiya @James</p>
<p>Just checked on one of my dev sites and see that both of those menus use the same CSS class for the parent container div. So you can correct the display by getting more specific with the one you want to display.</p>
<p>Change the CSS from this:<br />
<pre><code>.page-navigation{
  display:none;
}</code></pre>
<p>... to this:<br />
<pre><code>page-navigation {
  display:none;
}
.page-navigation ul#menu-main {
  display:block;
}</code></pre>
<p>Thanks for bringing this up. I'll flag the theme developer on this so perhaps in a future version, distinct classes can be added to these 2 divs.
</p></description>
		</item>
		<item>
			<title>James on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426245</link>
			<pubDate>Thu, 16 May 2013 16:17:21 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">426245@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi guys, thanks so much for the great advice!  I went ahead and tried the first option, and it worked great hiding the BP nav bar but it also made the built in Primary navigation bar disappear leaving only the categories.  How might I add this back?  :)
</p></description>
		</item>
		<item>
			<title>Patrick on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426224</link>
			<pubDate>Thu, 16 May 2013 15:45:05 +0000</pubDate>
			<dc:creator>Patrick</dc:creator>
			<guid isPermaLink="false">426224@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hiya @James</p>
<p>Well now, you've got some excellent suggestions on customizing things from 2 stellar members here!</p>
<p>The only thing I have to add is if you choose to add custom CSS styling to your theme, it's highly recommended to use a child-theme so your edits do not get overwritten when you update the theme.</p>
<p>For more on child-themes, see<br />
<a href="http://premium.wpmudev.org/manuals/the-buddypress-manual-2/what-are-parent-and-child-themes/" target="_blank">http://premium.wpmudev.org/manuals/the-buddypress-manual-2/what-are-parent-and-child-themes/</a><br />
...and<br />
<a href="http://codex.wordpress.org/Child_Themes" target="_blank">http://codex.wordpress.org/Child_Themes</a>
</p></description>
		</item>
		<item>
			<title>Derek on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426218</link>
			<pubDate>Thu, 16 May 2013 15:38:45 +0000</pubDate>
			<dc:creator>Derek</dc:creator>
			<guid isPermaLink="false">426218@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hello James!</p>
<p>I´m a WPMUDEV user like you, but let me ask you a thing. Does your admin bar is like the Wordpress's admin bar or is different?</p>
<p>If it is different you can change it to the normal wp admin bar and use some plugins to edit it like this two from WPMUDEV:</p>
<p><a href="http://premium.wpmudev.org/project/ultimate-branding/" target="_blank">http://premium.wpmudev.org/project/ultimate-branding/</a><br />
<a href="http://premium.wpmudev.org/project/custom-admin-bar/" target="_blank">http://premium.wpmudev.org/project/custom-admin-bar/</a></p>
<p>Or this from Wordpress Plugin repository:</p>
<p>For Hide admin bar from the front-end only:<br />
<a href="http://wordpress.org/extend/plugins/hide-admin-bar-2013/" target="_blank">http://wordpress.org/extend/plugins/hide-admin-bar-2013/</a></p>
<p>For change the admin bar color to blue (If you have some CSS skills, you can change colors and etc):<br />
<a href="http://wordpress.org/extend/plugins/blue-admin-bar/" target="_blank">http://wordpress.org/extend/plugins/blue-admin-bar/</a></p>
<p>For change the entire administration and adminbar interface:<br />
<a href="http://wordpress.org/extend/plugins/mp6/" target="_blank">http://wordpress.org/extend/plugins/mp6/</a></p>
<p>If you want to know how you can change the admin bar from Buddybar to WP admin bar you can just insert this code on your wp-config.php file:</p>
<p>define('BP_USE_WP_ADMIN_BAR', true);</p>
<p>So the buddybar will change to wp admin bar and you can edit it with the plugins.</p>
<p>Again: I´m not a WPMUDEV specialist, but I did this things a lot of times.</p>
<p>Hope it helps.</p>
<p>Good Luck</p>
<p>Derek
</p></description>
		</item>
		<item>
			<title>Jorgen Juel on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426217</link>
			<pubDate>Thu, 16 May 2013 15:38:08 +0000</pubDate>
			<dc:creator>Jorgen Juel</dc:creator>
			<guid isPermaLink="false">426217@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi @James<br />
I can't seem to find any settings in the theme to fix this, so you have to do it yourself.</p>
<p>What you need to do is change the style.css file. You can do so by going to themes &#62; edit, and select "style.css" - found at the bottom-right area of the page (make sure the correct theme is selected at the top right select-box).</p>
<p>In this file you want to go to the very bottom and paste the following code:<br />
<pre><code>/* -----------------------------
 * Custom Styles
 * ----------------------------- */
.page-navigation{
  display:none;
}</code></pre>
<p>Or, if you wish to remove the top section, you change .page-navigation with .category-navigation.<br />
Also note, the fist part between /* and */ is simply commenting, making it easier for you to relocate this later on.</p>
<p>I hope this helps.</p>
<p>--<br />
Jørgen Juel
</p></description>
		</item>
		<item>
			<title>James on "How to Manipulate / Hide BuddyPress Nav Bar"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-manipulate-hide-buddypress-nav-bar#post-426205</link>
			<pubDate>Thu, 16 May 2013 15:14:23 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">426205@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there,</p>
<p>Is there a way to configure-change-delete the BP nav bar in the BP Daily Theme? I have found mixed responses so I'm not clear on how to do this.</p>
<p>Thanks.
</p></description>
		</item>
		<item>
			<title>James on "How to fix header space with overlapping logo"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-fix-header-space-with-overlapping-logo#post-426203</link>
			<pubDate>Thu, 16 May 2013 15:11:01 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">426203@http://premium.wpmudev.org/forums/</guid>
			<description><p>Thanks, I was able to fix this.
</p></description>
		</item>
		<item>
			<title>strategyforge on "Can i display the content of the subblogs on the homepage?"</title>
			<link>http://premium.wpmudev.org/forums/topic/can-i-display-the-content-of-the-subblogs-on-the-homepage#post-424682</link>
			<pubDate>Tue, 14 May 2013 10:26:59 +0000</pubDate>
			<dc:creator>strategyforge</dc:creator>
			<guid isPermaLink="false">424682@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi @Jack</p>
<p>Oh this is about the theme "The Daily theme" i thought i posted it there. </p>
<p>I have the Daily theme with many subpages and want to display network wide posts on the homepage.  but the options only provide to display categories of the homepage itself (my homepage has no posts). am i able to do this?</p>
<p>Thanks, Kev
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "Can i display the content of the subblogs on the homepage?"</title>
			<link>http://premium.wpmudev.org/forums/topic/can-i-display-the-content-of-the-subblogs-on-the-homepage#post-424267</link>
			<pubDate>Mon, 13 May 2013 16:57:09 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">424267@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there @strategyforge</p>
<p>I hope you are well today, which plugin does this relate to? Or is this just in general?</p>
<p>Please advise.</p>
<p>Thank you for being a WPMU DEV member!</p>
<p>Kind Regards<br />
Jack.
</p></description>
		</item>
		<item>
			<title>strategyforge on "Can i display the content of the subblogs on the homepage?"</title>
			<link>http://premium.wpmudev.org/forums/topic/can-i-display-the-content-of-the-subblogs-on-the-homepage#post-424202</link>
			<pubDate>Mon, 13 May 2013 15:23:41 +0000</pubDate>
			<dc:creator>strategyforge</dc:creator>
			<guid isPermaLink="false">424202@http://premium.wpmudev.org/forums/</guid>
			<description><p>i have no content on the homepage. it should just list all posts of all subblogs
</p></description>
		</item>
		<item>
			<title>aecnu on "How to fix header space with overlapping logo"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-fix-header-space-with-overlapping-logo#post-420464</link>
			<pubDate>Mon, 06 May 2013 19:42:50 +0000</pubDate>
			<dc:creator>aecnu</dc:creator>
			<guid isPermaLink="false">420464@http://premium.wpmudev.org/forums/</guid>
			<description><p>Greetings James :-)</p>
<p>You need to make the entire image itself smaller, form your screenshot it looks like about 10 to 15 pixels too large height wise.</p>
<p>Please advise how it goes changing the dimension - ten to fifteen pixels less height then re-upload it</p>
<p>Look forward to hearing from you in any event.</p>
<p>Cheers, Joe
</p></description>
		</item>
		<item>
			<title>James on "How to fix header space with overlapping logo"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-fix-header-space-with-overlapping-logo#post-420433</link>
			<pubDate>Mon, 06 May 2013 18:23:32 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">420433@http://premium.wpmudev.org/forums/</guid>
			<description><p>Here is a screenshot</p>
<p> &lt;a alt=&#039;thumbnail-25881&#039; class=&#039;bb_attachments_link lightbox&#039; href=&#039;http://premium.wpmudev.org/forums/?bb_attachments=420433&amp;bbat=25881&#039;&gt;&lt;img src=&#039;http://premium.wpmudev.org/forums/?bb_attachments=420433&amp;bbat=25881&amp;inline&#039; /&gt;&lt;/a&gt;
</p></description>
		</item>
		<item>
			<title>James on "How to fix header space with overlapping logo"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-to-fix-header-space-with-overlapping-logo#post-420431</link>
			<pubDate>Mon, 06 May 2013 18:21:30 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">420431@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hello,</p>
<p>I am having a problem with my header image.  It overlaps the menu in my theme but can't find how to fix it.  I have a screen shot I can provide if needed.
</p></description>
		</item>
		<item>
			<title>Vaughan on "I am trying to get my custom header working. I have"</title>
			<link>http://premium.wpmudev.org/forums/topic/i-am-trying-to-get-my-custom-header-working-i-have#post-414985</link>
			<pubDate>Fri, 26 Apr 2013 23:54:07 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">414985@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>could you possibly post a link to your site, or allow access to it so i can take a look? i am unable to view it at moment with it being closed.</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>James on "I am trying to get my custom header working. I have"</title>
			<link>http://premium.wpmudev.org/forums/topic/i-am-trying-to-get-my-custom-header-working-i-have#post-414961</link>
			<pubDate>Fri, 26 Apr 2013 22:52:31 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">414961@http://premium.wpmudev.org/forums/</guid>
			<description><p>I am trying to get my custom header working.  I have a problem where the very bottom of the header area starts to "repeat" the image uploaded.  Is there a setting for "padding" for example that I can change to fix that?  I have it exactly at 970x140 (I changed the height to that in the proper php file)
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "Change/remove top line nav in BP Daily Theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/changeremove-top-line-nav-in-bp-daily-theme#post-411881</link>
			<pubDate>Mon, 22 Apr 2013 18:21:49 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">411881@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there Jen,</p>
<p>No problem, happy to help :)</p>
<p>If you need anything else be sure to let us know.</p>
<p>Thank you for being a WPMU DEV member!</p>
<p>Kind Regards<br />
Jack.
</p></description>
		</item>
		<item>
			<title>Jennifer on "Change/remove top line nav in BP Daily Theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/changeremove-top-line-nav-in-bp-daily-theme#post-411846</link>
			<pubDate>Mon, 22 Apr 2013 17:27:22 +0000</pubDate>
			<dc:creator>Jennifer</dc:creator>
			<guid isPermaLink="false">411846@http://premium.wpmudev.org/forums/</guid>
			<description><p>PERFECT!</p>
<p>thanks so much!<br />
jen
</p></description>
		</item>
		<item>
			<title>Jack Kitterhing on "Change/remove top line nav in BP Daily Theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/changeremove-top-line-nav-in-bp-daily-theme#post-411822</link>
			<pubDate>Mon, 22 Apr 2013 17:04:33 +0000</pubDate>
			<dc:creator>Jack Kitterhing</dc:creator>
			<guid isPermaLink="false">411822@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there Jen,</p>
<p>I hope you are well today and thank you for your question, which menu was it you wanted to get rid of? (Screenshot attached).</p>
<p>If it was the category menu, add this to your style.css (warning will be over written in updates).</p>
<pre><code>#category-navigation {
	visibility: hidden
}</code></pre>
<p>You could also create a child theme, then the changes won&#039;t be overwritten on update. <a href="http://codex.wordpress.org/Child_Themes" target="_blank">http://codex.wordpress.org/Child_Themes</a></p>
<p>I hope this helps!</p>
<p>Thanks for being a WPMU DEV member!</p>
<p>Kind Regards<br />
Jack.</p>
<p> &lt;a alt=&#039;thumbnail-25274&#039; class=&#039;bb_attachments_link lightbox&#039; href=&#039;http://premium.wpmudev.org/forums/?bb_attachments=411822&amp;bbat=25274&#039;&gt;&lt;img src=&#039;http://premium.wpmudev.org/forums/?bb_attachments=411822&amp;bbat=25274&amp;inline&#039; /&gt;&lt;/a&gt;
</p></description>
		</item>
		<item>
			<title>Jennifer on "Change/remove top line nav in BP Daily Theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/changeremove-top-line-nav-in-bp-daily-theme#post-411789</link>
			<pubDate>Mon, 22 Apr 2013 15:57:42 +0000</pubDate>
			<dc:creator>Jennifer</dc:creator>
			<guid isPermaLink="false">411789@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there,<br />
Is there a way to configure-change-delete the top line nav bar in the BP Daily Theme?  I created a custom menu, but instead of replacing it, it added another level. I'd be fine with removing it and just using my custom menu.  </p>
<p>Thanks so much!<br />
jen
</p></description>
		</item>
		<item>
			<title>tadpubco on "Problem Loading Log In Page After Updating to 1.7"</title>
			<link>http://premium.wpmudev.org/forums/topic/problem-loading-log-in-page-after-updating-to-17#post-405237</link>
			<pubDate>Thu, 11 Apr 2013 17:33:46 +0000</pubDate>
			<dc:creator>tadpubco</dc:creator>
			<guid isPermaLink="false">405237@http://premium.wpmudev.org/forums/</guid>
			<description><p>It's resolved!
</p></description>
		</item>
		<item>
			<title>tadpubco on "Problem Loading Log In Page After Updating to 1.7"</title>
			<link>http://premium.wpmudev.org/forums/topic/problem-loading-log-in-page-after-updating-to-17#post-404270</link>
			<pubDate>Wed, 10 Apr 2013 13:29:14 +0000</pubDate>
			<dc:creator>tadpubco</dc:creator>
			<guid isPermaLink="false">404270@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi,</p>
<p>I reset the permalinks and disabled WP Super Cache, but the problem persists.
</p></description>
		</item>
		<item>
			<title>Vaughan on "Problem Loading Log In Page After Updating to 1.7"</title>
			<link>http://premium.wpmudev.org/forums/topic/problem-loading-log-in-page-after-updating-to-17#post-404262</link>
			<pubDate>Wed, 10 Apr 2013 13:16:06 +0000</pubDate>
			<dc:creator>Vaughan</dc:creator>
			<guid isPermaLink="false">404262@http://premium.wpmudev.org/forums/</guid>
			<description><p>hiya</p>
<p>thanks for posting.</p>
<p>seems the login form doesn't send any data when submitting.</p>
<blockquote><p>No data received<br />
Unable to load the web page because the server sent no data.<br />
Here are some suggestions:<br />
Reload this web page later.<br />
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.</p></blockquote>
<p>can you try resetting the permalinks, see if that helps.</p>
<p>and if you have any cache enabled? try disabling it.</p>
<p>hope this helps.</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>tadpubco on "Problem Loading Log In Page After Updating to 1.7"</title>
			<link>http://premium.wpmudev.org/forums/topic/problem-loading-log-in-page-after-updating-to-17#post-404257</link>
			<pubDate>Wed, 10 Apr 2013 13:09:17 +0000</pubDate>
			<dc:creator>tadpubco</dc:creator>
			<guid isPermaLink="false">404257@http://premium.wpmudev.org/forums/</guid>
			<description><p>Updated to 1.7 Monday night and am now having problems with logging in.</p>
<p>When users try to log in from any page on my site, they receive an error message at wp-login.php:</p>
<p>“The connection to the server was reset while the page was loading.</p>
<p>The site could be temporarily unavailable or too busy. Try again in a few<br />
moments.<br />
If you are unable to load any pages, check your computer’s network<br />
connection.<br />
If your computer or network is protected by a firewall or proxy, make sure<br />
that Firefox is permitted to access the Web.”</p>
<p>Error happens with both Firefox and IE. Refreshing the page doesn’t work. You have to hit enter from the URL in the browser for the page to load correctly. Once the page loads correctly, the users can log in.</p>
<p>I disabled my plug-ins and still have the problem. I've also disabled my plug-ins, switched to the BP Default theme and still have the problem.</p>
<p>I've posted this on the BuddyPress Support forum but haven't received any help so thought I'd reach out here, too.</p>
<p>Thanks much!
</p></description>
		</item>
		<item>
			<title>PC on "Typo in code?"</title>
			<link>http://premium.wpmudev.org/forums/topic/typo-in-code#post-396404</link>
			<pubDate>Sat, 30 Mar 2013 08:28:54 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">396404@http://premium.wpmudev.org/forums/</guid>
			<description><p>Thanks for taking care of this on Jeffri. Much appreciated.</p>
<p>Cheers, PC
</p></description>
		</item>
		<item>
			<title>Jeffri on "Typo in code?"</title>
			<link>http://premium.wpmudev.org/forums/topic/typo-in-code#post-392985</link>
			<pubDate>Mon, 25 Mar 2013 19:57:58 +0000</pubDate>
			<dc:creator>Jeffri</dc:creator>
			<guid isPermaLink="false">392985@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hi there,</p>
<p>The latest release should addressed this issue. Thank you for reporting it!</p>
<p>Thank you.</p>
<p>Jeffri
</p></description>
		</item>
		<item>
			<title>aecnu on "Users Having limited access to my the bacend of my site"</title>
			<link>http://premium.wpmudev.org/forums/topic/users-having-limited-access-to-my-the-bacend-of-my-site#post-392470</link>
			<pubDate>Mon, 25 Mar 2013 03:23:14 +0000</pubDate>
			<dc:creator>aecnu</dc:creator>
			<guid isPermaLink="false">392470@http://premium.wpmudev.org/forums/</guid>
			<description><p>Greetings cmckinn,</p>
<p>We have not heard back from you as to the status of this issue.</p>
<p>If you are still having an issue please let us know so that we may try to get you fixed up as soon as possible by choosing to check mark this ticket as unresolved below and posting any new errors or symptoms you are noticing.</p>
<p>This action will also bring your ticket up front back in plain view again within the ticket system.</p>
<p>Thank you for being a WPMU DEV Community Member!</p>
<p>Cheers, Joe
</p></description>
		</item>
		<item>
			<title>PC on "Typo in code?"</title>
			<link>http://premium.wpmudev.org/forums/topic/typo-in-code#post-392220</link>
			<pubDate>Sun, 24 Mar 2013 16:19:58 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">392220@http://premium.wpmudev.org/forums/</guid>
			<description><p>Hiya,</p>
<p>Just posting to let you know that we have not forgotten you on this issue.</p>
<p>Apologies for the extreme long wait. I am going to followup on this and will keep you posted.</p>
<p>Cheers<br />
PC
</p></description>
		</item>

	</channel>
</rss>
