Kod: Tümünü seç
#################################################################
## MOD Title: Unhide MOD
## MOD Author: Wicher < N/A > (N/A) http://www.detecties.com/phpbb2018
## MOD Description: This mod rules out the possibility for users to hide them selves for other users.
## Also when they visit there profile and they press the ok button they will be set visible.
##
## MOD Version: 2.0.0
##
## Installation Level: easy
## Installation Time: 1 minute
##
## Files To Edit: - templates/SubSilver/profile_add_body.tpl
##
## Included Files: N/A
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This mod has been tested on phpbb 2.0.21
##
##############################################################
## MOD History:
##
## 2006-12-09 - Version 2.0.0
## - Changes MOD Author line.
## - Updated for phpBB 2.0.21
##
## 2004-06-14 - Version 1.1.3
## - Added some Author Notes.
##
## 2004-06-14 - Version 1.1.2
## - Fixed tipo
##
## 2004-06-14 - Version 1.1.1
## - first release [beta]
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/SubSilver/profile_add_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
<span class="gen">{L_YES}</span>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!--input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
<span class="gen">{L_YES}</span> -->
#
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM