 | [Solved]Hide Your Online Status problem~ |  |
Posted: 08/02/2007 8:04 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 10:45 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Hi , don't know why my Online Status settings have some error. When i set the Hide online statu to No, im try log out and login back..the status was set to Yes back. Can i know how to fix it ? And i want also set to all users on my forum Hide online status to No.What should i need to do? |
|
Last edited by masteranu84 on 08/07/2007 7:12 AM; edited 1 time in total |
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/02/2007 11:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:45 PM
Location: St Pete, FL
|

|
|
|
|
 |
I had no trouble switching my online status both on and off. Did you try reloading the page in your browser when this happened? It is possible that your browser was caching the page and displaying the old settings...
Do you want to change the user settings to alway show online now and then give them the opportunity to change it again, or do you prefer that they don't have that option at all? They can never hide their onliine status from moderators or admins even if they set it to hidden...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/03/2007 1:18 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 10:45 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
I had no trouble switching my online status both on and off. Did you try reloading the page in your browser when this happened? It is possible that your browser was caching the page and displaying the old settings...
Do you want to change the user settings to alway show online now and then give them the opportunity to change it again, or do you prefer that they don't have that option at all? They can never hide their onliine status from moderators or admins even if they set it to hidden...
|
Yes, i want make the users they all no have the online status options. What do i want to do? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/03/2007 2:43 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:45 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, try this:
OPEN
Avalanche/profile_add_body.tpl
FIND & DELETE
| Code:
|
<tr>
<td class="row1" width="38%"><span class="gen">{L_HIDE_USER}:</span></td>
<td class="row2">
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
<span class="gen">{L_YES}</span>
<input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
<span class="gen">{L_NO}</span></td>
</tr>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/03/2007 5:07 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 10:45 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
Ok, they have no hide mode optins on user profiles. So now i want reset the all users included me Hide online status to No.How to reset ? I want make also the Guest also can see whos online last 24 hours.Thanks
What MOD is this? Can give me a download Link?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/03/2007 1:54 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:45 PM
Location: St Pete, FL
|

|
|
|
|
 |
You can use the following query to change all members to view online status:
| Code:
|
|
UPDATE phpbb_users SET user_allow_viewonline='1';
|
There are only 6 of your members who have it set to hidden and three of them are you, rb, and me. The vast majority have it set to show the member's online status. Here are all of the members with the online status set to hidden:
| masteranu84 wrote:
|
|
What MOD is this? Can give me a download Link?
|
That is the Welcome Panel on Index MOD. There are newer versions of that MOD from the one that is installed here. So I will give you what I have, but you may want to check to see if there is a newer version than what is available here. The newer versions place the Welcome message at the top of the Index page rather than the bottom like what is found here:
Welcome Panel On Index
- Version 1.0.4b
- Version 2.0.1
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/03/2007 6:24 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 10:45 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
ok. I has do the step now. It has showing all last 24 hours online users.Thanks.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/04/2007 1:15 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:45 PM
Location: St Pete, FL
|

|
|
|
|
 |
Great!!! Congratulations masteranu84!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/04/2007 2:39 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 10:45 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Great!!! Congratulations masteranu84!!!
|
Ya, master, i has check some error. I has reset the all users hide online status right? Now i just have a problem of my ID. yesterday i login and my online status still is (On) . But today i login..my online status is ( off ) . I don't know why will be like that.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hide Your Online Status problem~ |  |
Posted: 08/04/2007 3:16 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:45 PM
Location: St Pete, FL
|

|
|
|
|
 |
The only thing I can think of that might cause that is if the $allowviewonline variable is being set to False in the usercp_register.php file after you update your Profile. So you could do the following to force the setting always to True:
OPEN
usercp_register.php
FIND
| Code:
|
|
$allowviewonline = ( isset($HTTP_POST_VARS['hideonline']) ) ? ( ($HTTP_POST_VARS['hideonline']) ? 0 : TRUE ) : TRUE;
|
AFTER, ADD
| Code:
|
|
$allowviewonline = TRUE;
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|