Here you go man, let me know if it works fine... works on my end.
Just remember to add the variables to the
admincp/profilefield.php
I edited the template name to put it where the modify user options are to keep it neat, you can change it if you plan on using a different template name.
same link on the usercp just add the 1 at the end =extra1
If you are already using the extra page of this mod then you need just to add the extra lines
Code:
find
"$vbphrase[options]: $vbphrase[extra_options]" (add a coma at the end)
like:
"$vbphrase[options]: $vbphrase[extra_options]",
and add underneat
"$vbphrase[options]: $vbphrase[extra1_options]" (no coma)
Then find
6 => "$vbphrase[options]: $vbphrase[extra_options]",
add underneat
7 => "$vbphrase[options]: $vbphrase[extra1_options]",
Wired1, if you dont authorize this post let me know and ill edit it :up: