Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Blog post not listed

Blog post not listed

Scheduled Pinned Locked Moved Site Bugs / Suggestions
csharpquestion
10 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    morzel
    wrote on last edited by
    #1

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

    C 1 Reply Last reply
    0
    • M morzel

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

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #2

      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

      M 1 Reply Last reply
      0
      • C Chris Maunder

        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

        M Offline
        M Offline
        morzel
        wrote on last edited by
        #3

        This is it! :) I'm impressed how well formatting is preserved!

        C 1 Reply Last reply
        0
        • M morzel

          This is it! :) I'm impressed how well formatting is preserved!

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          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

          M 1 Reply Last reply
          0
          • C Chris Maunder

            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

            M Offline
            M Offline
            morzel
            wrote on last edited by
            #5

            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 :~

            B C 2 Replies Last reply
            0
            • M morzel

              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 :~

              B Offline
              B Offline
              Brisingr Aerowing
              wrote on last edited by
              #6

              I can see it[^]. Do you have a search filter set?

              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);
                    }
               }
              

              }

              M 1 Reply Last reply
              0
              • B Brisingr Aerowing

                I can see it[^]. Do you have a search filter set?

                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);
                      }
                 }
                

                }

                M Offline
                M Offline
                morzel
                wrote on last edited by
                #7

                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.

                B 1 Reply Last reply
                0
                • M morzel

                  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.

                  B Offline
                  B Offline
                  Brisingr Aerowing
                  wrote on last edited by
                  #8

                  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);
                        }
                   }
                  

                  }

                  1 Reply Last reply
                  0
                  • M morzel

                    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 :~

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #9

                    Can you please try now?

                    cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                    M 1 Reply Last reply
                    0
                    • C Chris Maunder

                      Can you please try now?

                      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                      M Offline
                      M Offline
                      morzel
                      wrote on last edited by
                      #10

                      Fixed, thanks!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups