Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [SOLVED]Hidden Status 
 
Hi,

I want to remove the option for set hidden the user status. It's possible ?

Thnak you.
 



 
Last edited by law on Sun 16 Dec, 2007 10:40; edited 1 time in total 
lawSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Hidden Status 
 
Just a litlle bit of template editing nedded...
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hidden Status 
 
[--OPEN--]

./templates/templatexxx/profile_add_body.tpl

FIND
Code: [Download] [Hide] [Select]
<tr>
    <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
    <td class="row2">
        <label><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /><span class="gen">&nbsp;{L_YES}</span></label>&nbsp;&nbsp;
        <label><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /><span class="gen">&nbsp;{L_NO}</span></label>
    </td>
</tr>

REPLACE WITH
Code: [Download] [Hide] [Select]
<!--
<tr>
    <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
    <td class="row2">
        <label><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /><span class="gen">&nbsp;{L_YES}</span></label>&nbsp;&nbsp;
        <label><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /><span class="gen">&nbsp;{L_NO}</span></label>
    </td>
</tr>
-->


Run this query in your Database Managment (In ACP, in Mysql or Other)

UPDATE phpbb_users SET user_allow_viewonline=1;
 




____________
In Memory of mrTrade

La maturit? della gente si evince da quel dice, non da quello che racconta.
 
Last edited by Gomesh on Sat 15 Dec, 2007 23:12; edited 1 time in total 
GomeshSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron