View Full Version : Invisible members
Alwaysmefirst
Mon 8th Jan '01, 5:34pm
Is it possible to remove easily the option "Invisible on 'Online users' list" from the user profile?
Olly
Wayne Luke
Mon 8th Jan '01, 5:37pm
Yeah simply remove it from the template and add in:
<input type=hidden name=invisible value=0>
Alwaysmefirst
Mon 8th Jan '01, 5:44pm
Wow, that was fast. Thanks for the answer!
Olly
Alwaysmefirst
Mon 8th Jan '01, 6:02pm
Sorry, another question again :)
Is the template you are talking about "modifyprofile"?
Olly
chrispadfield
Mon 8th Jan '01, 6:11pm
probably have to do it on more than one template, modifyprofile definitely but the register template as well. (unless they are the same which i am not 100% sure about)
Alwaysmefirst
Mon 8th Jan '01, 6:23pm
Hi Chris,
There is also the "registeradult" template. I am still checking all the templates.
Spider
Wed 17th Jan '01, 12:38pm
This sure sounds interesting.
Is there any more info on this matter?
I have imported an UBB database and now I think all members have the "invisable" mode on.
Is it possible to change this for all members with a simple option or modification of some files or do I need
to go by every single member's profile and change it manually?
I don't care if the visible/invisible option switch remains when they login, as long as their login name
appears in the "who's online" section on the board. (so basicly the switch in the register screen gets
ignored even when it's set to yes).
Anybody can help me out?
Greetings,
Spider
Me2Be
Wed 17th Jan '01, 12:42pm
There is a MySQL command that you can do via telnet to change them all quickly, but I don't know it off the top of my head. You should post this question in the MySQL forum so someone there can help :)
Mike Sullivan
Wed 17th Jan '01, 12:54pm
IIRC, that command is UPDATE user SET visible=1
I think it's visible=1, or invisible=0. :)
Wayne Luke
Wed 17th Jan '01, 1:53pm
It is visible=1 :)
Mike Sullivan
Wed 17th Jan '01, 2:38pm
/me is too lazy to look at the schema. :)
Spider
Wed 17th Jan '01, 3:38pm
Grin.. So what do I do now? I'm a complete newbie regarding PHP/MySQL.. :D
Can anybody give me an exact command I could use?
Spider
Fri 19th Jan '01, 3:24pm
Anybody?
Greetings,
Spider
Mike Sullivan
Fri 19th Jan '01, 3:32pm
Run this through MySQL:
UPDATE user SET visible=1
Use either the mysql client or something like phpMyAdmin.
Spider
Fri 19th Jan '01, 9:14pm
Thanks!!!
"UPDATE user SET invisible=0" did the trick for me.. Thanks for taking the time to help me out.. :)
Greetings,
Spider
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.