[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-11-08T02:52:27-07:00 http://www.integramod.com/forum/feed.php?f=17&t=2325 2006-11-08T02:52:27-07:00 2006-11-08T02:52:27-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17436#p17436 <![CDATA[Re: Where is profilcp_register.php]]>
Now I just need to decipher it.

Statistics: Posted Author: Teelk — Wed Nov 08, 2006 2:52 am


]]>
2006-11-02T15:14:22-07:00 2006-11-02T15:14:22-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17223#p17223 <![CDATA[Re: Where is profilcp_register.php]]>
I wonder if I can put a hidden field in the registration which will set this to the correct entry...

Statistics: Posted Author: Dragonsys — Thu Nov 02, 2006 3:14 pm


]]>
2006-11-02T15:05:04-07:00 2006-11-02T15:05:04-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17221#p17221 <![CDATA[Re: Where is profilcp_register.php]]>
eg.

user_website
user_website_over

The "over" field is a switch which decides whether something should be overriden( ACP>General Admin>Configuration+).

I'm gonna look into this again, cause it drove me nuts. There's gotta be something in PCP where some user fields can be given exceptions to the over thing.

Statistics: Posted Author: Teelk — Thu Nov 02, 2006 3:05 pm


]]>
2006-11-02T07:27:22-07:00 2006-11-02T07:27:22-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17214#p17214 <![CDATA[Re: Where is profilcp_register.php]]>
I don't get it.

Statistics: Posted Author: Dragonsys — Thu Nov 02, 2006 7:27 am


]]>
2006-11-01T18:21:48-07:00 2006-11-01T18:21:48-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17203#p17203 <![CDATA[Re: Where is profilcp_register.php]]>
Somewhere around here...
        // insert user + start transaction         $sql = "INSERT INTO " . USERS_TABLE . "($sql_key) VALUES ($sql_val)";         if ( !($result = $db->sql_query($sql, BEGIN_TRANSACTION)) ){             message_die(GENERAL_ERROR, 'Could not insert data into users table', '', __LINE__, __FILE__, $sql);         }  

Statistics: Posted Author: Teelk — Wed Nov 01, 2006 6:21 pm


]]>
2006-10-31T08:42:47-07:00 2006-10-31T08:42:47-07:00 http://www.integramod.com/forum/viewtopic.php?t=2325&p=17164#p17164 <![CDATA[Where is profilcp_register.php]]>
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.

Statistics: Posted Author: Dragonsys — Tue Oct 31, 2006 8:42 am


]]>