Megabyte:
Thanks Adam. I did edit the Banner file however as I am sure you know, there is more than one banner file used in Cute Chat. This is why I was getting errors when clicking on Admin and Chat Admin links, but this is now fixed.
Messenger however is still pointing to the existing folder structure CuteSoft_Client/CuteChat If I rename this directory, it stops working.
Within my banner file, my Messenger link reads as follows:
temp += "<a href='###' onClick='Chat_OpenMessenger()' >Messenger</a> | ";
Do I need to change this or change any other file so Messenger operates from within the /chat directory I have created?
Thanks
Mike
Mike, please open the banner.ascx file in your project root.
and replace
<%="<"%><%="script"%><%=" src='"%><%=ResolveUrl("~/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx")%><%="'"%><%=">"%><%="<"%><%="/script"%><%=">"%>
to
<%="<"%><%="script"%><%=" src='"%><%=ResolveUrl("~/somefolder/IntegrationUtility.js.aspx")%><%="'"%><%=">"%><%="<"%><%="/script"%><%=">"%>
replace
temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
to
temp += "<a Class=\"Big\" href='somefolder/Admin'>Chat Admin</a>";
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx