I have the active users mod and wanted to turn on the feature to allow anonymous users so I went to check around the db and noticed that 666 users have the field M_AUHIDE set to blank and the rest (4,500 or so) set to 1. I was wondering if having it blank sets a member anonymous or should it be set to 0 for it to be blank? Either way I would like to have all members be displayable before allowing anonymous users and know there is a way to do it through the alternative mod set up page to do this and was wondering if anyone could post the code I would have to write in for this to be executed besides editing each table manually. table = FORUM_MEMBERS and field is M_AUHIDE Thanks
firstly, I would imagine if AUHIDE=1 then they are anonymous, any other value means they are visible, so based on that assumption, to make them all visible, you need to set the 1's to 0's