jauburn Well-known member May 11, 2014 #1 I had my board imported from SMF, thanks to Jake Bunce. Anyway, I have this user who shows up as "Guest," but he's marked as valid on the back end. Not banned, not anything. Any idea of how to resolve this?
I had my board imported from SMF, thanks to Jake Bunce. Anyway, I have this user who shows up as "Guest," but he's marked as valid on the back end. Not banned, not anything. Any idea of how to resolve this?
Chris D XenForo developer Staff member May 11, 2014 #2 At this site? http://poetrycircle.com/forum/ Can you link to where he shows up as Guest? What is their username / user ID as it is viewed in the back end? In what way do they "show up as guest"? Upvote 0 Downvote
At this site? http://poetrycircle.com/forum/ Can you link to where he shows up as Guest? What is their username / user ID as it is viewed in the back end? In what way do they "show up as guest"?
jauburn Well-known member May 11, 2014 #3 Chris D said: Can you link to where he shows up as Guest? Click to expand... http://poetrycircle.com/forum/threads/dating-another-poet.29426/ Upvote 0 Downvote
Chris D said: Can you link to where he shows up as Guest? Click to expand... http://poetrycircle.com/forum/threads/dating-another-poet.29426/
Chris D XenForo developer Staff member May 11, 2014 #4 Are you comfortable running database queries, e.g. in PHP My Admin? This should in theory return user_id as 25 but as he's showing as a guest, I'm guessing it won't. Code: SELECT user_id FROM xf_post WHERE post_id = 235737 Upvote 0 Downvote
Are you comfortable running database queries, e.g. in PHP My Admin? This should in theory return user_id as 25 but as he's showing as a guest, I'm guessing it won't. Code: SELECT user_id FROM xf_post WHERE post_id = 235737