Rama Member Jan 4, 2011 245 14 May 6, 2013 #1 So when new users register and enter my r63b hotel, how do I set it so that they get sent to a specific room? For example, a welcome lobby.
So when new users register and enter my r63b hotel, how do I set it so that they get sent to a specific room? For example, a welcome lobby.
RoidyMelan Member Apr 25, 2013 40 11 May 6, 2013 #2 Run this in your database with the room id you want. UPDATE users SET home_room = 'Room ID Here' Upvote 0 Downvote
Rama Member Jan 4, 2011 245 14 May 6, 2013 Thread starter #3 RoidyMelan said: Run this in your database with the room id you want. UPDATE users SET home_room = 'Room ID Here' Click to expand... How do I do that? I'm on navicat btw. Upvote 0 Downvote
RoidyMelan said: Run this in your database with the room id you want. UPDATE users SET home_room = 'Room ID Here' Click to expand... How do I do that? I'm on navicat btw.
Weasel 👄 I'd intercept me Nov 25, 2011 4,135 2,461 May 7, 2013 #4 Rama said: How do I do that? I'm on navicat btw. Click to expand... Click "Query" in the navigator on the left, then in the tab bar click "New Query", fill in the query and click on run. Thread closed. Upvote 0 Downvote
Rama said: How do I do that? I'm on navicat btw. Click to expand... Click "Query" in the navigator on the left, then in the tab bar click "New Query", fill in the query and click on run. Thread closed.