Was it replaced with something else in IM?
The problem I am having is that I need one of the fields in phpbb_users to default to 1.
The DB is set as default of 1 and I put the below code into profilcp/def/def_userfields_phpbb.php
      'user_allowweblog' => array(            'type'         => 'TINYINT',            'length'      => 1,            'not_null'   => true,            'default'     => 1,      ),
But it is still set to 0 when someone registers on the site.
 Author:
Author: 



