davwat
14.11.2006, 23:12 (edited by bttr, 15.11.2006, 12:28) |
Show e-mail link as default setting (my little forum) |
By default when a new member registers the setting is NOT to "Show e-mail link"
Can someone suggest a way of of changing the deafult setting so that the when a new member registers the default setting is to "Show e-mail link" |
bttr

Berlin, Deutschland, 15.11.2006, 10:17 (edited by bttr, 15.11.2006, 12:28)
@ davwat
|
Show e-mail link as default setting |
» Can someone suggest a way of of changing the deafult setting so that the
» when a new member registers the default setting is to "Show e-mail link"
I think, there are several ways! 
a. Change file 'install.php' to read "hide_email tinyint(4) default '1'". This would be the preferred way for new (empty) forum installations.
b. Open phpMyAdmin and change the default for 'hide_email' to '1' in table 'forum_entries'. This will not affect existing members, of course.
c. Open phpMyAdmin and adjust 'hide_email' to '1' for each member. This will only affect existing members, of course.
... --- BTTR Software
http://www.bttr-software.de/ |