Quote:
Is it possible to have Radio Button-boxes instead of those textboxes for custom User Profile Fields???
|
Use the same logic:
PHP Code:
if ($profilefield[title]=='XXXXX') {eval("\$customfields_required .= \"".gettemplate("register_customfields_kg")."\";");}
elseif ($profilefield[title]=='YYYY') {eval("\$customfields_required .= \"".gettemplate("register_radiobuttons")."\";");}
else {eval("\$customfields_required .= \"".gettemplate
("register_customfields")."\";");}
Create and design "register_radiobuttons" template accordingly..
As for your question in PM: Yes basically you need to reinstall your hacks if you upgrade your board to a new version. However if you use tools like Beyond Compare or Araxis Merge, things can get easier. Search these words in vb.org and you'll learn how..