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
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.
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/
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
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
i am using UffChat plugin .i installed it.And i run through my system The name 'uffChat' does not exist in the current context
uffChat.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="../../Models/MyTestChatHub.cs" %>
<%if(Context.User.Identity.IsAuthenticated){%>
<%= @message.Nick %> <%= @message.Message %>
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
Thanks jan for suggestion
is working on a reply...