Re: Who is in Chat

  •  10-29-2007, 1:49 AM

    Re: Who is in Chat

    Ok, how about this.  If I insert this code into the "Who's Online" box for each chat room, maybe it will work...but I need help figuring out how to finish it.
     
    <a title="SomeTitle" href="~/RedirectForumToChat.Aspx?ForumId=22" Target="_blank"><img src="<%=ResolveUrl("~/CuteSoft_Client/CuteChat/images/private.gif")%>" align=absmiddle border="0"> (<%# GetRoomInfo(Container.DataItem).OnlineCount %>) (<%# GetRoomInfo(Container.DataItem).Tooltip %>)</a>
     
    How do I manually code the section in Red, to point it to a specific Chat room...so it'll get that data?
View Complete Thread