Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Allan Hawkey 232 posts 303 karma points
    Jan 18, 2013 @ 20:01
    Allan Hawkey
    0

    Default Author not populating

    I'm using uBlogsy 2.1.1.1 on Umbraco 4.11.1 and have spotted 3 issues:

    1. The default author in the Post Info tab is not being set when creating a new blog post

    2. When the blog is located lower in the content tree (ie below level 2), creating a blog post does not open the content tree down to the new post

    3. When saving and publishing a post with a change of date, the content tree closes - you have to save again to get the content tree to re-open

    Has anyone encountered these issues and / or got any suggested fixed?

    Thanks
    Allan

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 12, 2013 @ 12:26
    Anthony Dang
    0

    1. The default author should be set after the first save, not on creation.

    2 and 3 are umbraco tree issues.

     

  • Allan Hawkey 232 posts 303 karma points
    Mar 12, 2013 @ 12:35
    Allan Hawkey
    0

    Thanks Anthony

    1 - isn't being set on first save either

    2 and 3 - any suggestions for workarounds / fixes?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 12, 2013 @ 12:56
    Anthony Dang
    0

    1 - isn't being set on first save either

    Sorry, my mistake... that was a previous version. Now the default should be rendered by the macroScript automatically if there is no author set.

    No idea about the tree. If it's an issue for you, perhaps log a bug? issues.umbraco.org

     


  • Allan Hawkey 232 posts 303 karma points
    Mar 12, 2013 @ 13:05
    Allan Hawkey
    0

    OK - any idea why the author isn't being populated for us then?  We're using uBlogsy 2.1.1.1, now on Umbraco 4.11.4

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 12, 2013 @ 13:13
    Anthony Dang
    0

    Chekc the landing node for the default author settings. Ensure it is saved and published. Might have to delete umbraco.config and republish.

     

     

  • Allan Hawkey 232 posts 303 karma points
    Mar 12, 2013 @ 13:54
    Allan Hawkey
    0

    The landing node has a default author specified and is saved and published.  When you say "the default should be rendered by the macroScript automatically if there is no author set" do you mean just on the front end of the website?  So the Author field doesn't get populated in the post node?  That's not happening here either, but it would change where we need to look for a solution...

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 12, 2013 @ 14:11
    Anthony Dang
    0

    When you say "the default should be rendered by the macroScript automatically if there is no author set" do you mean just on the front end of the website?   

    Yes.

    uBlogsyListAuthors.cshtml has a method called GetAuthorOrDefault


    So the Author field doesn't get populated in the post node?  

    Correct.


  • Allan Hawkey 232 posts 303 karma points
    Mar 12, 2013 @ 14:25
    Allan Hawkey
    0

    OK - so because my script files have been customised, and recent upgrades have only required the dll's it looks like my script files are still old versions - I've merged the changes now and they work ok, except that the default author doesn't seem to get included in the list of authors on the right of the page.  Is that as intended?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 12, 2013 @ 14:30
    Anthony Dang
    0

    default author doesn't seem to get included in the list of authors on the right of the page.  Is that as intended?

    Yes. You can manually add the default author there if you wish.




  • Gary Bond 13 posts 36 karma points
    Jan 22, 2014 @ 18:03
    Gary Bond
    0

    I am working with version 3 on Umbraco 6.1.5 and the default author is showin on posts that do not have an author set, as described, but the search does not return any posts when you click on the author, unless you have manually set an author in the Post Info tab.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 05, 2014 @ 18:22
    Anthony Dang
    0

    Ah. You're the first person to flag that as an issue. I never considered that scenario.

    It could be easily fixed with an event hook on the publish event. Just set the default author

     

     

Please Sign in or register to post replies

Write your reply to:

Draft