Author Topic: vBulletin: Chat availability assignable on a user group basis?  (Read 1431 times)

kevinr

  • Newbie
  • *
  • Posts: 1
    • View Profile

Hello. I am looking for a chat app to integrate with vbulletin. It's accessibility must be limited to a user group basis. Can this chat app be configured to only specific user groups?

Thnx.

Mikael

  • Administrator
  • Newbie
  • *****
  • Posts: 7
    • View Profile
Re: vBulletin: Chat availability assignable on a user group basis?
« Reply #1 on: June 22, 2009, 09:15:03 »
Currently no.
But if you know some basic PHP programming it is not that hard to just allow one group to log in. It would require to figure out what group id the group has and changing the login SQL query to just allow users from that group.