The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem with new User Field at AdminCP User Manager
Hello,
i add a new field at my user table Code:
field name : takecardate field type : int field length : 10 field attributes : unsigned field null : false field default : 0 Code:
$this->validfields['takecardate'] = array(TYPE_UINT, REQ_NO); Code:
print_table_break('', $INNERTABLEWIDTH); print_table_header($vbphrase['takecardate']); print_time_row($vbphrase['user_takecardate'], 'user[takecardate]', $user['takecardate'], 0); any help on that ? --------------- Added [DATE]1272303876[/DATE] at [TIME]1272303876[/TIME] --------------- please i want your help to go on with a new addon for my site... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|