Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

User Country User Field

Asked Modified Viewed 9,098 times
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]126[/mp]
0 replies

8 posts

S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Is this equal to the one Fangree made once ?

Maybe a screenshot will be good too.
0 replies
B
behrooz
B
  • Member, joined since
  • Contributed 122 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

hi,
why no add file sql ?
this is need file sql

not work and show error in edit profile.

Table 'pciranian.fusion3d090_browser' doesn't existTable 'pciranian.fusion3d090_browser' doesn't existTable 'pciranian.fusion3d090_browser' doesn't exist
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

@Smokeman- Fangree Productions has not developed a User country flag User Field. The one we use on the site is this one by Phil (I think anyway, I will check after).

@Behrooz- _browser that is from the Browser User field by Fangree Productions.
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
Table 'pciranian.fusion3d090_browser' doesn't existTable 'pciranian.fusion3d090_browser' doesn't existTable 'pciranian.fusion3d090_browser' doesn't exist[/syntaxhighlighter]

That is about the Browser User Field NOT the User Country User Field!

Understand me Behrooz?

If this is the same User Country User Field that I use then the sql table is something like fusion_nations.

BEHROOZ Just have another read at the README included in this download and you will soon have this field working.

Good Luck!
0 replies
— 8 months later —
J
Jebajseti
J
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

i have a question about this addon. I would like to display title of locale country but i just cant figure out how to make it

well how to print $flag inside so it would display be outputed with php like
title ='".$locale['uf_country_vi']."' which is in locale
$locale['uf_country_vi'] = "Virgin Islands (USA)";

i tried on few examples but just cant get it...
title='".$locale['uf_country_']."$flag' etc...
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

You mean you need this:
/*some code*/ title='".$locale['uf_country_'.$flag]."' /*some code*/ 

where the locale is
$locale['uf_country_jp'] = 'Japan';//etc

?
0 replies
J
Jebajseti
J
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

yes that works thanks. Just didnt know how to put $flag in but i see i was missing a . infront
can you tell me or direct me to what is point where the . are. Sometimes i make it work sometimes i need to play with those dots...
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

http://php.net/manual/en/language.typ....array.php read the manual, for more examples.

PS
$locale['uf_country_']."$flag"
will be
array => $locale['uf_country_']
and text => "$flag"

but $locale['uf_country_'.$flag]
will be
array => $locale['uf_country_'.$flag]

just place all variables inside.
0 replies
— 2 years later —
H
hervan
H
hervan 10
sorry my english is very bad
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 37 threads in the forums
answered
Member

hi. . .
a request to work on the side panel how does it work?
to show the amount already members of the Field User Country select.
thx ;)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet