Quote:
Originally Posted by bananalive
No need for a query for that, it is already cached in vBulletin userinfo
1. Create 'Custom' question
2. Use following php Code:
PHP Code:
$answer = '<input class="textbox" type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[field8] . '" />';
|
I'm using that code and it works fine, just wondering if the box that it appears in can be larger, can the size of that box be controlled on the form ? Columns and rows.