Blog post not listed
-
Hi I've added blog feed and I have one post marked with CodeProject category but unfortunately no blog entry was discovered after blog feed pull. Can you give me some reasons why this is happening? I use BlogEngine.NET 2.0.0.36. EDIT: Things just got more weird... I received an email saying that my feed was consumed and one article was found. But when I checked it on CodeProject site I got this info: "No articles found for this Technical Blog."
-
Hi I've added blog feed and I have one post marked with CodeProject category but unfortunately no blog entry was discovered after blog feed pull. Can you give me some reasons why this is happening? I use BlogEngine.NET 2.0.0.36. EDIT: Things just got more weird... I received an email saying that my feed was consumed and one article was found. But when I checked it on CodeProject site I got this info: "No articles found for this Technical Blog."
It was probably still a Pending article. Is this what you're looking for: Ref modifier for reference types and a bit of SOS[^]
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
It was probably still a Pending article. Is this what you're looking for: Ref modifier for reference types and a bit of SOS[^]
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
morzel wrote:
I'm impressed how well formatting is preserved!
I'm impressed with how clean you kept the HTML in your blog post ;) (Makes our life easy!)
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
morzel wrote:
I'm impressed how well formatting is preserved!
I'm impressed with how clean you kept the HTML in your blog post ;) (Makes our life easy!)
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
In BlogEngine it is quite easy to have clean markup provided that you remember to never copy text from formatted sources, such as browser or Word, directly to post editor. If you copy formatted text, some crazy, wild and messy things will be lurking in your HTML ;) Back to main topic though - check out this page: http://www.codeproject.com/script/Articles/BlogArticleList.aspx?afid=3970[^] the message "No articles found for this Technical Blog" is still visible :~
-
In BlogEngine it is quite easy to have clean markup provided that you remember to never copy text from formatted sources, such as browser or Word, directly to post editor. If you copy formatted text, some crazy, wild and messy things will be lurking in your HTML ;) Back to main topic though - check out this page: http://www.codeproject.com/script/Articles/BlogArticleList.aspx?afid=3970[^] the message "No articles found for this Technical Blog" is still visible :~
-
The link you posted works, but I'm talking about other location... I open "Member Pages" > "Blog feeds". Then I click on the name of my feed, that click takes me here: http://www.codeproject.com/script/Articles/BlogArticleList.aspx?afid=3970[^] On this page I get the info "No articles found for this Technical Blog." - which is misleading, cause as you discovered yourself there are some posts pulled from my feed.
-
The link you posted works, but I'm talking about other location... I open "Member Pages" > "Blog feeds". Then I click on the name of my feed, that click takes me here: http://www.codeproject.com/script/Articles/BlogArticleList.aspx?afid=3970[^] On this page I get the info "No articles found for this Technical Blog." - which is misleading, cause as you discovered yourself there are some posts pulled from my feed.
I see. You can get to it by going here[^], clicking on the 'Technical Blogs' tab, and selecting the blog. Not sure why it doesn't show up in the other place. EDIT: I actually did a search after clearing my search filter (Which, for some odd reason, keeps getting filled after it is cleared. Probably a session issue)
public class SysAdmin : Employee
{public override void DoWork(IWorkItem workItem) { if (workItem.User.Type == UserType.NoLearn){ throw new NoIWillNotFixYourComputerException(new Luser(workItem.User)); }else{ base.DoWork(workItem); } }
}
-
In BlogEngine it is quite easy to have clean markup provided that you remember to never copy text from formatted sources, such as browser or Word, directly to post editor. If you copy formatted text, some crazy, wild and messy things will be lurking in your HTML ;) Back to main topic though - check out this page: http://www.codeproject.com/script/Articles/BlogArticleList.aspx?afid=3970[^] the message "No articles found for this Technical Blog" is still visible :~
Can you please try now?
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Can you please try now?
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP