Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Re: Integration with member database issue
Re: Integration with member database issue
11-07-2008, 8:02 AM
berr08
Joined on 06-30-2006
Posts 11
Re: Integration with member database issue
Reply
Quote
Changed it to this, still having the error:
Public Overrides Function GetUserInfo(ByVal loginName As String, ByRef nickName As String, ByRef isAdmin As Boolean) As Boolean if loginName <> "" then return true isAdmin = True else return false end if 'return false , if the loginName is invalid. 'otherwise set the nickName and isAdmin , and return ture End Function
Basically if logged in at all I am setting as admin, but to no avail.
View Complete Thread