<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BlogEngine.NET</title><link>http://blogengine.codeplex.com/Project/ProjectRss.aspx</link><description>BlogEngine.NET is a full featured blog engine targeted at .NET developers. It is light weight and very simple to modify and extend.</description><item><title>New Post: Author page?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61289</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm getting the 404 too when there is a space in the editor's name.&amp;nbsp; The link is First+Last and should instead be First-Last.&lt;br&gt;&lt;br&gt;This is obviously a problem that needs to be fixed.&amp;nbsp; If there's no space in the name, then it works.&amp;nbsp; We just need to fix the case where there is a space, and use hyphens instead of pluses for spaces in the name in the URL.&lt;br&gt;&lt;br&gt;Glad you brought this up!&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 03 Jul 2009 21:21:48 GMT</pubDate><guid isPermaLink="false">New Post: Author page? 20090703092148P</guid></item><item><title>New Post: Author page?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61289</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;But if I have done 2 posts, why does it do a 404 error when I click my name instead of showing my 2 posts?&lt;/p&gt;&lt;/div&gt;</description><author>davedotnet</author><pubDate>Fri, 03 Jul 2009 15:56:49 GMT</pubDate><guid isPermaLink="false">New Post: Author page? 20090703035649P</guid></item><item><title>New Post: blogroll does not show links</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61147</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;FYI- I've solved the &amp;quot;running down the page&amp;quot; problem by using an invisible category for Featured posts and limiting it to 3 posts at a time.&lt;/p&gt;
&lt;p&gt;I'd still love to solve the blogroll problem I posted at the top!&amp;nbsp; Note that this problem is independent of the theme- it doesn't work with the most recent Standard theme either.&amp;nbsp; Also- this may have something to do with my shared hosting?&amp;nbsp; 1and1?&lt;/p&gt;
&lt;p&gt;Thanks to anyone out there who can solve this!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>erleellis</author><pubDate>Fri, 03 Jul 2009 14:27:24 GMT</pubDate><guid isPermaLink="false">New Post: blogroll does not show links 20090703022724P</guid></item><item><title>New Post: How to change Title format?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61340</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I found this in default.aspx.cs. But I have chosen &amp;quot;Use blog name in page titles&amp;quot;in the admin. I had changed  &amp;quot; | &amp;quot; to &amp;quot; - &amp;quot; already. It was not working in my case.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; if (!BlogSettings.Instance.UseBlogNameInPageTitles)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Page.Title = BlogSettings.Instance.Name + &amp;quot; | &amp;quot;;&lt;/p&gt;&lt;/div&gt;</description><author>huey</author><pubDate>Fri, 03 Jul 2009 13:33:16 GMT</pubDate><guid isPermaLink="false">New Post: How to change Title format? 20090703013316P</guid></item><item><title>New Post: Post is Not Visible Instantly</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61332</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Posts should show up immediately.&lt;/p&gt;
&lt;p&gt;Are you in a webfarm, mosso or load balancing environment?&amp;nbsp; In these environments, it's a known issue that you won't see new data (posts, comments etc) on all the servers participating in the farm, except for the actual server the new data was received on.&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 03 Jul 2009 11:06:01 GMT</pubDate><guid isPermaLink="false">New Post: Post is Not Visible Instantly 20090703110601A</guid></item><item><title>New Post: Author page?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61289</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Clicking on the author name that shows in a post is designed to go to a page that shows all the posts by that author.&lt;/p&gt;
&lt;p&gt;If you're the only author, this isn't too meaningful.&amp;nbsp; But if you have multiple editors in your blog, then this allows you to see all posts by a single editor.&lt;/p&gt;
&lt;p&gt;You can create a &amp;quot;Page&amp;quot; in the control panel that describes you (i.e. an About Me page).&amp;nbsp; And then add a link to that page in the sidebar (within a widget, for example).&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 03 Jul 2009 11:03:26 GMT</pubDate><guid isPermaLink="false">New Post: Author page? 20090703110326A</guid></item><item><title>Commented Issue: Emails are not sent out</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10238</link><description>I guess my error is well documented here &amp;#40;see http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;blogengine&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;33460 &amp;#41;. My email tests successfully but both comments and contact page does not work. In v. 1.5.0.7 I dont get email of the comments made and my contact page&amp;#39;s form says email is sent but I dont receive it. Email address used of the same domain is received but others are missed out&lt;br /&gt;Comments: ** Comment from web user: BenAmada ** &lt;p&gt;Hi .. yeah -- the builds on the Source Code tab don&amp;#39;t include the compiled BE core project.  You could download the free Visual Web Developer 2008 express edition to compile the project yourself &amp;#40;link below&amp;#41;, or for these particular changes, there were just 2 files updated.  You could replace just those 2 files.  Because the files are files outside of the BE core, and they weren&amp;#39;t updated between 1.5.0.7 and 1.5.1.6, it should be safe to just use the newer versions of these files.  You probably already downloaded them, but they are also at&amp;#58;&lt;/p&gt;&lt;p&gt;SendCommentMail.cs file for the App_Code&amp;#92;Extensions directory&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blogengine.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;27556&amp;#35;70810&lt;/p&gt;&lt;p&gt;Contact.aspx.cs file for the root directory&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blogengine.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;27556&amp;#35;52329&lt;/p&gt;&lt;p&gt;Visual Web Developer 2008 Express Edition &amp;#40;if you&amp;#39;re interested in compiling yourself&amp;#41;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;express&amp;#47;vwd&amp;#47; &lt;/p&gt;</description><author>BenAmada</author><pubDate>Fri, 03 Jul 2009 10:55:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Emails are not sent out 20090703105549A</guid></item><item><title>Created Issue: 404 Error Page Returns with Code 200</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10255</link><description>BlogEngine.NET&amp;#39;s 404 error page loads with code 200 &amp;#40;success&amp;#41;. This prevents google&amp;#39;s file-based page verification from working since querying for _any_ URL will cause the server to respond with http 200. It may also cause some web crawlers to mess up &amp;#40;any invalid URL in your blog will look like actual pages to the web crawler and it  might think your site consists of lots of duplicate pages&amp;#41;&lt;br /&gt;&lt;br /&gt;I fixed it by adding a&lt;br /&gt;&lt;br /&gt;    Response.Status &amp;#61; &amp;#34;404 Not Found&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;in the 404 page&amp;#39;s Page_Load&amp;#40;&amp;#41; method.&lt;br /&gt;</description><author>Cygon</author><pubDate>Fri, 03 Jul 2009 10:16:52 GMT</pubDate><guid isPermaLink="false">Created Issue: 404 Error Page Returns with Code 200 20090703101652A</guid></item><item><title>Created Issue: Server Error when Browser Specifies Invalid Region</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10254</link><description>When I view a post with Links &amp;#40;at text-mode browser&amp;#41;, a server error occurs. I think this is because Links specifies an invalid region code &amp;#40;127&amp;#41;. The error may be in Links, but it would help if BlogEngine.NET could at least fall back to some default so the post can still be viewed.&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the exception I&amp;#39;m getting&amp;#58;&lt;br /&gt;&lt;br /&gt;Region ID 127 &amp;#40;0x007F&amp;#41; is not a supported region. Parameter name&amp;#58; culture&lt;br /&gt;&lt;br /&gt;  Description&amp;#58; HTTP 500. Error processing request.&lt;br /&gt;  &lt;br /&gt;  Stack Trace&amp;#58;&lt;br /&gt;  &lt;br /&gt;  System.ArgumentException&amp;#58; Region ID 127 &amp;#40;0x007F&amp;#41; is not a supported region.&lt;br /&gt;  Parameter name&amp;#58; culture&lt;br /&gt;    at System.Globalization.RegionInfo..ctor &amp;#40;Int32 culture&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at User_controls_CommentView.ResolveRegion&amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at User_controls_CommentView.BindCountries&amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at User_controls_CommentView.PageLoad &amp;#40;System.Object sender, System.EventArgs e&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.OnLod &amp;#40;System.EventArgs e&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.LoadRecursive &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.LoadRecursive &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.LoadRecursive &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.LoadRecursive &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Control.LoadRecursive &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Page.ProcessLoad &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Page.ProcessPostData &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Page.InternalProcessRequest &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;    at System.Web.UI.Page.ProcessRequest &amp;#40;System.Web.HttpContext context&amp;#41; &amp;#91;0x00000&amp;#93;&lt;br /&gt;&lt;br /&gt;Version information&amp;#58; Mono Version&amp;#58; 2.0.50727.1433&amp;#59; ASP.NET Version&amp;#58; 2.0.50727.1433&lt;br /&gt;</description><author>Cygon</author><pubDate>Fri, 03 Jul 2009 10:12:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Server Error when Browser Specifies Invalid Region 20090703101218A</guid></item><item><title>New Post: Unable to Add New Entries</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61384</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;My apologies. I overlooked a simple issue which I've now fixed.&lt;/p&gt;
&lt;p&gt;After replacing the deleted directories the permissions had been reset and I simply added the modify rights for the ISUR to the App_Data directory to get it going.&lt;/p&gt;&lt;/div&gt;</description><author>nevets2001uk</author><pubDate>Fri, 03 Jul 2009 08:53:57 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Add New Entries 20090703085357A</guid></item><item><title>New Post: Unable to Add New Entries</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61384</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I made a bit of a mstake early in the week when upgrading some of my website. I accidently started deleting the Blog directory. I stopped the delete as soon as I realised but a lot of files had been scrapped. Luckily I'd backed up everything before hand so I proceeded to overwrite the Blog directory with my backup.&lt;/p&gt;
&lt;p&gt;Everything seemed to go ok and the blog was once again available. However now when I tried to Add a Blog it let's me login and type the post but when I click save I get an error:&lt;/p&gt;
&lt;p&gt;This one's down to me! Please accept my apologies for this - I'll see to it that the developer responsible for this broken link is given 20 lashes (but only after he or she has fixed this problem).&lt;/p&gt;
&lt;p&gt;You can also try to &lt;strong&gt;search for the page you were looking for&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;URL is &lt;a href="http://mydomain.com/Blog/error404.aspx?aspxerrorpath=/Blog/admin/Pages/Add_entry.aspx"&gt;http://mydomain.com/Blog/error404.aspx?aspxerrorpath=/Blog/admin/Pages/Add_entry.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've also tried adding an entry as admin with the same result.&lt;/p&gt;&lt;/div&gt;</description><author>nevets2001uk</author><pubDate>Fri, 03 Jul 2009 07:26:16 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Add New Entries 20090703072616A</guid></item><item><title>New Post: How to change Title format?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61340</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can change that in you default.aspx.cs page. It will be in the page_load event. Find out this line&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;Page.Title = BlogSettings.Instance.Name + &lt;span style="color:#A31515"&gt;&amp;quot; | &amp;quot;&lt;/span&gt;;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;:Ajay&lt;/p&gt;
&lt;p&gt;http://www.ajaymatharu.com&lt;/p&gt;
&lt;p&gt;http://twitter.com/matharuajay&lt;/p&gt;&lt;/div&gt;</description><author>matharuajay</author><pubDate>Fri, 03 Jul 2009 06:54:44 GMT</pubDate><guid isPermaLink="false">New Post: How to change Title format? 20090703065444A</guid></item><item><title>New Post: Delete Error:  The page cannot be found</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=50055</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am on linux and I changed the permissions on the admin directory to 777 or everyone full access and it solved the problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>walterigo</author><pubDate>Fri, 03 Jul 2009 06:41:59 GMT</pubDate><guid isPermaLink="false">New Post: Delete Error:  The page cannot be found 20090703064159A</guid></item><item><title>New Post: Change default.aspx name</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=20397</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I think I have a working example of what Amateur was trying to do.&lt;/p&gt;
&lt;p&gt;here is some code that uses the blogengine controlls and then access some of the non blogengine controls. This example is a downoad page.&lt;/p&gt;
&lt;p&gt;the first part is download.aspx.cs&lt;/p&gt;
&lt;p&gt;________________________________________________&lt;/p&gt;
&lt;p&gt;using System;&lt;br&gt;using System.Collections;&lt;br&gt;using System.Web;&lt;br&gt;using System.Web.UI;&lt;br&gt;using System.Web.UI.WebControls;&lt;br&gt;using System.Web.UI.HtmlControls;&lt;br&gt;using BlogEngine.Core;&lt;br&gt;using BlogEngine.Core.Web.Controls;&lt;br&gt;using System.Net.Mail;&lt;br&gt;using System.Text.RegularExpressions;&lt;br&gt;using System.Collections.Generic;&lt;br&gt;using System.Diagnostics;&lt;br&gt;using System.Threading;&lt;br&gt;using System.IO;&lt;br&gt;&lt;br&gt;&lt;br&gt;public partial class download : BlogBasePage&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;protected void Page_Load(object sender, EventArgs e)&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Button2_Click(object sender, EventArgs e)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Some code here. whatever you are trying to accomplish&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&lt;br&gt;&lt;br&gt;}&lt;/p&gt;
&lt;p&gt;_________________________________&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;download.aspx&lt;/p&gt;
&lt;p&gt;___________________________________&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;download.aspx.cs&amp;quot; Inherits=&amp;quot;download&amp;quot; ValidateRequest=&amp;quot;false&amp;quot; %&amp;gt;&lt;br&gt;&amp;lt;%@ Import Namespace=&amp;quot;BlogEngine.Core&amp;quot; %&amp;gt;&lt;br&gt;&amp;lt;asp:Content ID=&amp;quot;Content1&amp;quot; ContentPlaceHolderID=&amp;quot;cphBody&amp;quot; Runat=&amp;quot;Server&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp; &lt;br&gt;&amp;nbsp; &amp;lt;asp:Button ID=&amp;quot;Button2&amp;quot; runat=&amp;quot;server&amp;quot; onclick=&amp;quot;Button2_Click&amp;quot; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text=&amp;quot;Start Download&amp;quot; Width=&amp;quot;158px&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp; &lt;br&gt;&amp;lt;/asp:Content&amp;gt;&lt;/p&gt;
&lt;p&gt;_________________________&lt;/p&gt;
&lt;p&gt;I got to this point by hacking contact.aspx and contact.aspx.cs&amp;nbsp; and then of course put the &amp;lt;a id=&amp;quot;A2&amp;quot; href=&amp;quot;~/download.aspx&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;Download&amp;lt;/a&amp;gt; By the other links in site.master&lt;/p&gt;
&lt;p&gt;I spent about 6-8 hours on this. I sould of gave up on google after 20 minutes and worked it out myself.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>walterigo</author><pubDate>Fri, 03 Jul 2009 05:28:02 GMT</pubDate><guid isPermaLink="false">New Post: Change default.aspx name 20090703052802A</guid></item><item><title>New Post: dotnetblogengine.net needs to be updated</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61374</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was patiently waiting for the final version of BE1.5 and was tracking &lt;a href="http://www.dotnetblogengine.net/"&gt;http://www.dotnetblogengine.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This website STILL is talking about a release candidate, while the final version apparently was released on CodePlex 2.5 months ago. Thanks a lot, webmaster!&lt;/p&gt;
&lt;p&gt;-Tom.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>tvanstiphout</author><pubDate>Fri, 03 Jul 2009 04:53:21 GMT</pubDate><guid isPermaLink="false">New Post: dotnetblogengine.net needs to be updated 20090703045321A</guid></item><item><title>Commented Issue: Emails are not sent out</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10238</link><description>I guess my error is well documented here &amp;#40;see http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;blogengine&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;33460 &amp;#41;. My email tests successfully but both comments and contact page does not work. In v. 1.5.0.7 I dont get email of the comments made and my contact page&amp;#39;s form says email is sent but I dont receive it. Email address used of the same domain is received but others are missed out&lt;br /&gt;Comments: ** Comment from web user: yasir ** &lt;p&gt;Hi,&lt;br /&gt;I downloaded BE 1.5.1.6 from your source code tab above and realised after much effort that it does not have the bin folder &amp;#40;its empty&amp;#41;. Without those new files for the bin folder I am unable to move any futher cos its generating error. Any help in locating the new BlogEngine.Core.dll and BlogEngine.Core.xml&amp;#63;&lt;/p&gt;</description><author>yasir</author><pubDate>Fri, 03 Jul 2009 03:35:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Emails are not sent out 20090703033508A</guid></item><item><title>Reviewed: BlogEngine.NET 1.5 final (Jul 02, 2009)</title><link>http://blogengine.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26080</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Very nice&amp;#33; </description><author>Deppe</author><pubDate>Thu, 02 Jul 2009 22:32:45 GMT</pubDate><guid isPermaLink="false">Reviewed: BlogEngine.NET 1.5 final (Jul 02, 2009) 20090702103245P</guid></item><item><title>Commented Issue: Emails are not sent out</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10238</link><description>I guess my error is well documented here &amp;#40;see http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;blogengine&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;33460 &amp;#41;. My email tests successfully but both comments and contact page does not work. In v. 1.5.0.7 I dont get email of the comments made and my contact page&amp;#39;s form says email is sent but I dont receive it. Email address used of the same domain is received but others are missed out&lt;br /&gt;Comments: ** Comment from web user: BenAmada ** &lt;p&gt;There were improvements made to the emails for new comment notifications and the contact page.  These improvements were made in BE 1.5.1.6.  The latest build of BE can be downloaded on the Source Code tab above.  These improvements were made in response to the following 2 items in the tracker&amp;#58;&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;blogengine.codeplex.com&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;9283&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blogengine.codeplex.com&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;9422&lt;/p&gt;&lt;p&gt;If possible, please try using the latest build of BE to see if these issues are resolved for you, thanks.&lt;/p&gt;</description><author>BenAmada</author><pubDate>Thu, 02 Jul 2009 22:03:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: Emails are not sent out 20090702100342P</guid></item><item><title>New Post: How to change Title format?</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61340</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I want to change &amp;quot;|&amp;quot; to &amp;quot;-&amp;quot; in the title (e.g. &amp;nbsp;&amp;quot;Blog | xxxxxx - browser&amp;quot; to  Blog - xxxxxx - browser&amp;quot;). &amp;nbsp;I choose to &amp;quot;Use blog name in page titles&amp;quot; I was  unable to change &amp;quot;|&amp;quot; to &amp;quot;-&amp;quot;. Where can I get it done for this?&lt;br&gt;Thank you in  advance.&lt;/p&gt;&lt;/div&gt;</description><author>huey</author><pubDate>Thu, 02 Jul 2009 19:11:09 GMT</pubDate><guid isPermaLink="false">New Post: How to change Title format? 20090702071109P</guid></item><item><title>New Post: Post is Not Visible Instantly</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=61332</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Ben,&lt;/p&gt;
&lt;p&gt;After Submitting a post it is not visible instantly. I know that all the post are stored in cache. But after what time cache get refresh automatically and is there any way to refresh it manully.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;Ronak&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>unique_902</author><pubDate>Thu, 02 Jul 2009 18:05:56 GMT</pubDate><guid isPermaLink="false">New Post: Post is Not Visible Instantly 20090702060556P</guid></item></channel></rss>