• [MOD] Select country and gender with gif when register 5 0 5 1
Currently:  

Author Topic: [MOD] Select country and gender with gif when register  (Read 143604 times)

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Select country when register Update
« Reply #15 on: May 05, 2005, 08:50:35 PM »
Quote
$additional_user_fields['user_country'] = array($lang['user_country'], "dropdown", 0, $var, 0, 0, 0, 1);

I think that this [MOD] Dropdown options for custom database fields its requiered

TheOracle

  • Guest
Re: [MOD] Select country when register Update
« Reply #16 on: May 05, 2005, 09:04:02 PM »
Quote

$additional_user_fields['user_country'] = array($lang['user_country], "dropdown", 0, array("n" => "---", $lang['user_country'] => $lang['user_country']), 1, 0, 0, 0);


;)

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Select country when register Update
« Reply #17 on: May 05, 2005, 09:30:06 PM »
I don't understang
Code: [Select]
$additional_user_fields['user_country'] = array($lang['user_country'], "dropdown", 0, $var, 0, 0, 0, 1);This piece of code calls $var which is the list of countries so why did u put that?

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: [MOD] Select country when register Update
« Reply #18 on: May 05, 2005, 09:43:49 PM »
I have make the Updates and now it works....Thanks a lot...
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Select country when register Update
« Reply #19 on: May 05, 2005, 09:55:49 PM »
your welcome :)

Offline artpics

  • Full Member
  • ***
  • Posts: 173
    • View Profile
    • my site
Re: [MOD] Select country when register Updated
« Reply #20 on: May 06, 2005, 02:32:05 AM »
hell tried this but i get this

Code: [Select]
SQL-query:

ALTER TABLE `4images_users` ADD `user_country ` VARCHAR( 255 )
MySQL said: 

#1166 - Incorrect column name 'user_country '

when i try to set the db up any help please

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Select country when register Updated
« Reply #21 on: May 06, 2005, 02:43:44 AM »
u have a space after the field name.
this is the correct query:
Code: [Select]
ALTER TABLE `4images_users` ADD `user_country` VARCHAR( 255 )
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Stryker

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • http://www.3dm-mc.com
Re: [MOD] Select country and gender with gif when register
« Reply #22 on: July 17, 2005, 06:19:44 PM »
I can't see my country and can't change it on my CP.

Offline Kyo

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Select country and gender with gif when register
« Reply #23 on: July 17, 2005, 08:37:02 PM »
http://www.clubas.net/1/mistake.GIF
Hellow, what I do wrong that where is no Country and sex field? How to fix this problem?
Thank`s Tom.

Offline Stryker

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • http://www.3dm-mc.com
Re: [MOD] Select country and gender with gif when register
« Reply #24 on: July 18, 2005, 08:03:02 PM »
http://www.clubas.net/1/mistake.GIF
Hellow, what I do wrong that where is no Country and sex field? How to fix this problem?
Thank`s Tom.
I have the same problem

Offline Kyo

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Select country and gender with gif when register
« Reply #25 on: July 18, 2005, 09:25:58 PM »
I think we will have remove this mod, because noboby can help us :roll:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Select country and gender with gif when register
« Reply #26 on: July 19, 2005, 01:01:32 AM »
I think we will have remove this mod, because noboby can help us :roll:
because two people cant make it right, we should remove the entire topic? :roll:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline eshpro

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • gallery.eshpro.com
Re: [MOD] Select country and gender with gif when register
« Reply #27 on: September 18, 2005, 01:37:54 AM »
well not sure.. but its working for me.

Offline Loda

  • Sr. Member
  • ****
  • Posts: 353
    • View Profile
    • Fotosucht Schweiz
Re: [MOD] Select country and gender with gif when register
« Reply #28 on: September 18, 2005, 08:11:38 PM »
I think we will have remove this mod, because noboby can help us :roll:

read this at the beginning:
Quote
To instal this MOD the dropdown for custom fields mod is required   http://www.4homepages.de/forum/index.php?topic=7112.0

Offline Loda

  • Sr. Member
  • ****
  • Posts: 353
    • View Profile
    • Fotosucht Schweiz
Re: [MOD] Select country and gender with gif when register
« Reply #29 on: November 07, 2005, 09:43:14 PM »
it's working for me.. fine..
but one question..
If a new user registers himself and makes an entry in country field, the registration is implemented immediately...
is there a solution for me?