Topic: Hidden
I'd like a hidden feature in the next version; so I can be hidden when I'm online
See you at the bitter end!
You are not logged in. Please login or register.
PunBB Forums → Feature requests → Hidden
I'd like a hidden feature in the next version; so I can be hidden when I'm online
That's a pretty common feature in other forums, but I've never really understood what good it does. With something like instant message software, I can see this as being desirable, but why in forums?
I'd like a hidden feature in the next version; so I can be hidden when I'm online
hey
it could be useful, if you want to browse the forums without people knowing your online. i think Rickard said this is a lightweight forum, so i dont think its at all nessicary.
Bah!
Oh-well, thanks anyway
Hi gary
just modify your index.php
at line 179 youll find this
if ($cur_user_online['user_id'] > 0)
just make is say
if ($cur_user_online['user_id'] > 0&&$cur_user_online['user_id'] != your_idnumber)
and make sure to replace your_idnumber with your id number, you will then be identified as guest instad ... and not visible in the list
I don't have administration controls, though I will ask if needed.
Thanks
but in what circumstances would you want to not be seen?
Well, I leave my computer on over night, It looks a bit wierd when I'm on the list not moderating when people make threads directly aimed at me.
but you don't appear online then you only appear online if you have been on in the last 5 minutes
yes, if a page isnt loaded in 5 min, it counts you as offline.
that is why there isnt 2000 people all online in our forums
Ah, I wasn't aware of that. Thanks, that's perfect !
well, i made a low power mod for this. i dont really know how to make the install, or how to tell people what files to edit and stuff, but it can be seen at http://gary13579.shacknet.nu/punbb12/
The link isn't working for me gary..
We shall try this over MSN, get online and not on your phone!
I shall edit my post if I get anything.
um.. you were online, i was online, you went offline..
god your dumb..
Nope. I'm not an admin anyway..
And this topic has gone way off topic, lol..
no, only 2 people have access to the code (well, one for right now). ive asked him to install a few, but the owner of the forum doesnt give a ****.
just modify your index.php
at line 179 youll find this
if ($cur_user_online['user_id'] > 0)just make is say
if ($cur_user_online['user_id'] > 0&&$cur_user_online['user_id'] != your_idnumber)and make sure to replace your_idnumber with your id number, you will then be identified as guest instad ... and not visible in the list
Who do I find out my id number?
Click on your profile. The number at the end is your ID.
a.k.a. http://punbb.org/forums/profile.php?id=5165 - your ID on punbb.org is 5165.
Thanks kompis!
Edit: But it doesn't seam to work anyway. But it doesn't really matter. Thanks again!
I made it work now! I just had to write "pun_user_online" instead of "cur_user_online"!
PunBB Forums → Feature requests → Hidden
Powered by PunBB, supported by Informer Technologies, Inc.