Copied to clipboard

Flag this post as spam?

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


  • subhakar 18 posts 38 karma points
    Jun 17, 2015 @ 12:59
    subhakar
    0

    Chat Plugin Installation

    I am New to umbraco . I don't know to install plugin and i need a documentation to how to do this plugin .and how should i know the plugin install perfectly

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 17, 2015 @ 13:07
    Jan Skovgaard
    0

    Hi subhakar and welcome to our :)

    What chat plugin are you using?

    In regards to Umbraco there is nothing specific you need to do - It's should basically be the same setup as you would do on a static site or in another CMS.

    So usually you get a javascript that you need to place before the </body> closing tag in order to run the script and have it working.

    I guess that you will therefore need to go to your master template and copy/paste the chat plugin snippet there.

    I hope this helps!

    /Jan

  • subhakar 18 posts 38 karma points
    Jun 17, 2015 @ 13:17
    subhakar
    0

    i am using UffChat plugin .i installed it.And i run through my system The name 'uffChat' does not exist in the current context

  • subhakar 18 posts 38 karma points
    Jun 17, 2015 @ 13:19
    subhakar
    0

    uffChat.ascx

    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="../../Models/MyTestChatHub.cs" %>

    <%if(Context.User.Identity.IsAuthenticated){%>

    <% foreach (var @message in uffChat.Models.MyTestChatHub.GetMsgsFromGivenTime(5)) { %>

    <%= @message.Nick %> <%= @message.Message %>

    <%= @message.Time.ToShortTimeString() %>
    <% } %>
    Chat
    <%}%>

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 17, 2015 @ 13:50
    Jan Skovgaard
    0

    Hi Subhakar

    Aaah, I thought it might be a javascript based solution you we're playing with.

    Unfortunately I have no clue about how to get the above working - I have never heard about this uffChat thing before but by googling it came up and I take that is this you have been downloading? https://uffchat.codeplex.com/

    If you're using Umbraco 7 then MVC is used out of the box though and it seems that this package is making use of webforms.

    You can switch to using Webforms by changing a setting in the /config/umbracoSettings.config file - I think it's called "renderTemplate"....can't quite remember and I'm not at a machine where I can easily check. But You can just search fr "Webforms".

    However please be aware that if you have already done the rest of your site in MVC then you can't just switch to Webforms. If you're just starting out then it should not matter too much unless you're relying heavily on MVC of course.

    I hope this helps a bit - Otherwise I'm positive some of the other bright minds in here will chime in if they know how to enable this chat thingy :) - If it does not have to be exactly this chat then you can perhaps have a look at Zopim? https://www.zopim.com/

    /Jan

  • subhakar 18 posts 38 karma points
    Jun 18, 2015 @ 05:14
    subhakar
    0

    Thanks jan for suggestion

Please Sign in or register to post replies

Write your reply to:

Draft