Copied to clipboard

Flag this post as spam?

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


  • Barry Fogarty 493 posts 1129 karma points
    Feb 22, 2012 @ 13:22
    Barry Fogarty
    0

    Umbraco member version

    Hi Lee, I would like to repurpose this project to use with logged in members on and Umbraco site.  Does it sound feasible to you?  Anything I need to look out for, particularly?

    Happy to contribute my solution back to the community..

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Feb 22, 2012 @ 13:37
    Lee Kelleher
    0

    Hi Barry,

    Cool, sounds good.  The source-code is up on my bitbucket, feel free to fork/hack, etc. https://bitbucket.org/vertino/ubackchat/src

    Things to look out for...

    * The CSS/JS are injected from an HttpModule, (RegisterClientResources), this specifically looks for the "/umbraco/umbraco.aspx" file path. So you'd need to handle which URLs/filepaths are allowed to have the client-side resources injected.

    * The rest of the server-side code is handled via /Base methods, made from the JavaScript/AJAX (JSON).  You'd need to swap the look-ups for the back-office users with the members.

     

    Keep in mind that I developed this for the CG11 package competition, and haven't looked at the code since then. So any contributions/modifications are welcome!

    I would like to keep the "uBackChat" package as back-office only.  Thinking a front-end members version would be better as a separate/standalone project/package.

    Cheers, Lee.

  • Ivan 139 posts 302 karma points
    Mar 26, 2012 @ 12:23
    Ivan
    0

    Hi Barry.

    Any updates about a uBackChat "Member version"? I am really interested on adding this feature to a Scientific Research website i am currently working on, allowing investigators to share ideas and discuss projects on the fly. Actually i am using nForum but an additional messaging functionality would be great.

    If you are still working on it, i would really appreciate access to source code or a compiled package.

    Cheers, Ivan.

  • Barry Fogarty 493 posts 1129 karma points
    Mar 26, 2012 @ 13:11
    Barry Fogarty
    0

    Hi Ivan,

    Unfortunaley I havent gotten to this yet as the project I was researching has not started.  Lee Kelleher provided some pointers in his message above and his original source code is at

    https://bitbucket.org/vertino/ubackchat/src

     

  • Ivan 139 posts 302 karma points
    Mar 26, 2012 @ 13:15
    Ivan
    0

    Thanks Barry, i will give it a try!

    I will post any update here.

Please Sign in or register to post replies

Write your reply to:

Draft