News:

Wondering if this will always be free?  See why free is better.

Main Menu

Age,Gender,Location on Registation

Started by hhy89, March 15, 2009, 06:12:17 PM

Previous topic - Next topic

hhy89

Link to Mod


Age,Gender,Location on Registation

Age,Gender,Location_on_Registation_1.1.x.zip
for smf 1.1.x
Age,Gender,Location_on_Registation.zip
for smf 2.0 rc1

made by www.smfmod.com
Version: 1.0 Date 2009-03-12
Compatibility: SMF 2.0 RC1


Version: 1.1 Date 2009-03-19
Compatibility: SMF 2.0 RC1
*a small bug fix
*Required fields made unavoidable


Version: 1.2 Date 2009-03-24
Compatibility: SMF 2.0 RC1 & 1.1.x

*Add for smf 1.1.x



turkish
//  by smfmod.com
$txt['hhyregist1'] = 'Doğum Günü:';
$txt['hhyregist2'] = 'Gün - Ay - Yıl';
$txt['hhyregist3'] = 'Nereden:';
$txt['hhyregist4'] = 'Cinsiyet';
$txt['hhyregist5'] = 'Erkek';
$txt['hhyregist6'] = 'Kadın';


Quote from: Nas on March 18, 2009, 09:31:23 AM
Nice :)

Swedish translation:

//  by smfmod.com
$txt['hhyregist1'] = 'Födelsedatum:';
$txt['hhyregist2'] = 'Datum - Månad - Årtal';
$txt['hhyregist3'] = 'Stad/Land:';
$txt['hhyregist4'] = 'Kön:';
$txt['hhyregist5'] = 'Man';
$txt['hhyregist6'] = 'Kvinna';


Quote from: LexArma on March 18, 2009, 01:12:16 PM
Finnish:


// by smfmod.com
$txt['hhyregist1'] = 'Syntymäaika:';
$txt['hhyregist2'] = 'Päivä - Kuukausi - Vuosi';
$txt['hhyregist3'] = 'Sijainti:';
$txt['hhyregist4'] = 'Sukupuoli:';
$txt['hhyregist5'] = 'Mies';
$txt['hhyregist6'] = 'Nainen';


:)
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

mrtrc266

Cool MOD, anyway to force that info on registration?

Thanks in advance

Marcus Forsberg

Nice :)

Swedish translation:

//  by smfmod.com
$txt['hhyregist1'] = 'Födelsedatum:';
$txt['hhyregist2'] = 'Datum - Månad - Årtal';
$txt['hhyregist3'] = 'Stad/Land:';
$txt['hhyregist4'] = 'Kön:';
$txt['hhyregist5'] = 'Man';
$txt['hhyregist6'] = 'Kvinna';


hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

Aleksi "Lex" Kilpinen

Finnish:


// by smfmod.com
$txt['hhyregist1'] = 'Syntymäaika:';
$txt['hhyregist2'] = 'Päivä - Kuukausi - Vuosi';
$txt['hhyregist3'] = 'Sijainti:';
$txt['hhyregist4'] = 'Sukupuoli:';
$txt['hhyregist5'] = 'Mies';
$txt['hhyregist6'] = 'Nainen';


:)
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

drhamad

I guess I'm confused... can't you just show Location and Gender on registration by default in SMF2?
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

hhy89

// With openID disabled we put the password here.
if (empty($modSettings['enableOpenID']))
echo '
<tr>
<td width="40%">
<b>', $txt['choose_pass'], ':</b>
</td>
<td>
<input type="password" name="passwrd1" id="smf_autov_pwmain" size="30" tabindex="', $context['tabindex']++, '" />
<span id="smf_autov_pwmain_div" style="display: none;">
<img id="smf_autov_pwmain_img" src="', $settings['images_url'], '/icons/field_invalid.gif" alt="*" />
</span>
</td>
</tr><tr>
<td width="40%">
<b>', $txt['verify_pass'], ':</b>
</td>
<td>
<input type="password" name="passwrd2" id="smf_autov_pwverify" size="30" tabindex="', $context['tabindex']++, '" />
<span id="smf_autov_pwverify_div" style="display: none;">
<img id="smf_autov_pwverify_img" src="', $settings['images_url'], '/icons/field_valid.gif" alt="*" />
</span>
</td>
</tr>';
// age,gender ve location on registation by smfmod.com

   echo '
                     <tr>

                        <td width="40%"><b>' . $txt['hhyregist3'] . '</b></td>
                        <td><input type="text" name="location" size="30"  tabindex="', $context['tabindex']++, '"value="', $context['member']['location'], '" /></td>
                     </tr>
                     <tr>
                        <td width="40%"><b>' . $txt['hhyregist4'] . '</b></td>
                        <td>
                           <select name="gender" size="1" tabindex="', $context['tabindex']++, '">
                              <option value="0"></option>
                              <option value="1"', ($context['member']['gender']['name'] == 'm' ? ' selected="selected"' : ''), '>' . $txt['hhyregist5'] . '</option>
                              <option value="2"', ($context['member']['gender']['name'] == 'f' ? ' selected="selected"' : ''), '>' . $txt['hhyregist6'] . '</option>
                           </select>
                        </td>
                     </tr><tr>
                        <td colspan="2"><hr width="100%" size="1" class="hrcolor" /></td>
                     </tr>';
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

mrtrc266

Quote from: drhamad on March 18, 2009, 01:36:17 PM
I guess I'm confused... can't you just show Location and Gender on registration by default in SMF2?

LOL yeah, I remembered that right after I installed the Mod.

mirahalo

Quote from: mrtrc266 on March 18, 2009, 06:26:04 PM
Quote from: drhamad on March 18, 2009, 01:36:17 PM
I guess I'm confused... can't you just show Location and Gender on registration by default in SMF2?

LOL yeah, I remembered that right after I installed the Mod.

so... what exactly does this mod do ???

drhamad

Quote from: 130860 on March 18, 2009, 08:11:06 PM
Quote from: mrtrc266 on March 18, 2009, 06:26:04 PM
Quote from: drhamad on March 18, 2009, 01:36:17 PM
I guess I'm confused... can't you just show Location and Gender on registration by default in SMF2?

LOL yeah, I remembered that right after I installed the Mod.

so... what exactly does this mod do ???

At first I assumed it forced those fields, but it doesn't seem to do that, so yeah, I'm wondering as well?
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

hhy89

Version: 1.1 Date 2009-03-19
Compatibility: SMF 2.0 RC1
*a small bug fix
*Required fields made unavoidable
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

drhamad

Quote from: hhy89 on March 19, 2009, 05:43:35 AM
on register

Yeah... that's there by default (see attachment... Age could be added as well).

Anyway I'm not trying to be a pain, just pointing it out.

If you've made the fields unavoidable, then that's something the default installation doesn't do (for no apparent reason... you can do it with custom fields but not the default fields).
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

hhy89

age have already  :D

<td width="40%">
                           <b>' . $txt['hhyregist1'] . '</b>
                           <div class="smalltext">' . $txt['hhyregist2'] . '</div>
                        </td>
                        <td class="smalltext">
                           <input type="text" name="bday2" size="2" maxlength="2"  tabindex="', @$context['tabindex']++, '"value="', $context['member']['birth_date']['day'], '" /> -
                           <input type="text" name="bday1" size="2" maxlength="2"  tabindex="', @$context['tabindex']++, '"value="', $context['member']['birth_date']['month'], '" /> -
                           <input type="text" name="bday3" size="4" maxlength="4" tabindex="', @$context['tabindex']++, '" value="', $context['member']['birth_date']['year'], '" />
                        </td>


Version: 1.1 Date 2009-03-19
Compatibility: SMF 2.0 RC1
*a small bug fix
*Required fields made unavoidable
;)
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

Neverhurry

hello hhy: Is there a version for 1.1.8? I tried on my 1.1.8 but was not successful. thank you.
I am using SMF 2.0.1, curve themes.

hhy89

Version: 1.2 Date 2009-03-24
Compatibility: SMF 2.0 RC1 & 1.1.x

*Add for smf 1.1.x

Age,Gender,Location_on_Registation_1.1.x.zip
for smf 1.1.x
Age,Gender,Location_on_Registation.zip
for smf 2.0 rc1
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

edi67

CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Joe N

Great Mod. Installed fine. No errors
Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


edi67

Is possible make them not obbligatory ?  i means if some data is not added registration continue, now must be add everything for continue with registration
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Advertisement: