Quote:
Originally Posted by kolorom
I so stupid 8( but what file i have to edit register.php? yes i cannot find 'register_customfields', at that file.
includes/functions_profile.php that file is apsent 8(
and in memberlist.php i cannot find
if ($profilefield['type'] == 'input' OR $profilefield['type'] == 'textarea')
{
$bbuserinfo["$profilefieldname"] = '';
eval('$customfields .= "' . fetch_template('register_customfields') . '";');
}
I use 3.0.1 8( can you help me*?
Thanks for all.
|
Sorry, when I did the upgrade, vBulletin.org was down, and I only update over vbulletin.nl
http://www.vbulletin.nl/community/sh...7480#post27480
anyway, I have upgraded the first post to version 2.0, for both country and state mod.
Check the file out, and tell me if you still have difficulty.
Quote:
looks great i need to investigate properly as i was looking for one that would drop down on location, you'd select your country then it would open another drop down to select state/region/province then it would do another for city and then a final input box for you to type a more specific location, if this does this yay, if not i'll have to hope i inspired you
|
then you will have to have a list of "states/regions/provinces" for many countries ... which is ... not very important to me.
there're many ways to do this, but the easiest way (i think) is to add a javascript, with a redirect function.
check example at
http://webreference.com/dev/menus/intro2.html
I dont even use state hack, dont have any list of states for any country other than US, so I dont think it's that useful