Copied to clipboard

Flag this post as spam?

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


  • Matt Taylor 859 posts 2052 karma points
    Nov 07, 2012 @ 17:42
    Matt Taylor
    0

    Latest source code?

    Hi Anthony,

    Is the source on the project page up to date? http://our.umbraco.org/projects/starter-kits/ublogsy

    I wanted to tweak the contact form a little so I downloaded the contact.cs & contact.ascx.

    When I reference the latest 2.1.1.1 uBlogsy.BusinessLogic however it compains about the CommentInfo constructor.

    The source is using:

    CommentInfo(string name, string email, string website, string message, bool isAuthor, string publicDomain)

    whilst the latest referenced business logic seems to have been updated to use a DateTime as its last paramater:

    CommentInfo(string name, string email, string website, string message, bool isAuthor, string publicDomain, DateTime created)

    Cheers,

    Matt

  • Anthony Dang 1404 posts 2558 karma points MVP 2x c-trib
    Nov 07, 2012 @ 22:55
    Anthony Dang
    0

    I've created a bitbucket repo: https://bitbucket.org/anthonydotnet/ublogsy

     

     

  • Matt Taylor 859 posts 2052 karma points
    Nov 08, 2012 @ 12:35
    Matt Taylor
    0

    Good stuff, thanks.

  • Arif 2 posts 22 karma points
    Nov 15, 2012 @ 10:40
    Arif
    0

    hello anthony ...

    i installed umbraco in a subfolder (in a live site) but its migrated from my localhost ...

    the problem i am facing is the ublogsy config file path and the utagsy paths are not found by the code. So i cannot save the contents....its giving error

    Any suggestions on how can i solve this will be much appreciated.

    thanks

    arif

  • Brooke 13 posts 34 karma points
    Dec 11, 2012 @ 13:21
    Brooke
    0

    Arif,

    I have also experienced the same problem with the config file path.

    The only way to get around it is to place a copy of the config file in the folder of the parent website.  Ie, if the parent website is IIS references

    c:\myWebsite\, and umbraco is being used as a vitual directory\subfolder, place a copy of the uBlogsy.config in

    c:\myWebsite\config\uBlogsy.config.  I think you will find you also need to copy some uTagsy files in a similar manner as well.

     

     

     

     

     

     

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies