PDA

View Full Version : Add-On Releases - Country Flag and simcard model and ..


yaghoub
11-18-2009, 10:00 PM
excuse I am Persian and my English is not good
this mod only work in vbulletin4 and not work on other version and other version have in this site
whit this mod you can show your Country Flag and simcard and your car model and your phone model and …. In user profile
1.you must creat the new fild whit this properties
go to Admin Control Panel / User Profile Fields / Add New User Profile Field.
In window to right click drop down message bar and change to Single Selection Menu
In the User Profile Field, sectiom in Title area call it Country Flag
(a)Discription: Add a country flag to your profile.
(b)Profile Field Category check Uncategorized
(c)Options:Add the Country text file attached, just copy and paste the text file to this field.
(d)Set Default:None
(e)Display Order: should be set by default to next available one write this down will be needed later.
(f)Field Required: Set this to Yes, at registration and profile updating.
(g)Field Editable by user: Yes
(h)Private Field: Check No
(i)Field Searchable on Members List: Check No
(j)Show on Members list: Yes
Option Input:
Allow user to input their own value for this option: No
Max length of allowed user input: 100
Field Length: 25
Regular Expression: Blank
Display Page:
Which page displays this option?: Options:Thread Viewing

2. Upload the Flags File to server be sure to place in /buttons/flags on each skin that you wish to use this on.
3.in the Postbit Legacy of your Template
Locate: {vb:raw post.rank}{vb:raw post.usertitle}
And add below this cod:
<!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) -->
field5 will need to be change to what ever field number was created befor in 1 stage foer example field6 or field7 so the number of field change and You must replice the number of new fild number
((now you can go to ((seetins)) in your site and chose ((edit optins)) and chose your Country Flag
for simcard and phone and …. You must repeat this stage and replice the image white your attachments
the passwor of rar file is: yahoomobil.ir



the vbulletin is the best and the best . we and you must help to is beter

excuseme my internet speed very slow .its dialup so i can not upload my file i tray secend but canot upload my file i upload tex of flag and screensht


mr Lynne can you help me and uoload pictuer of flag and sim here
106406

mondiuk
11-19-2009, 04:09 PM
where is the list of flags?

Dr.osamA
11-19-2009, 11:37 PM
thxxxxx yaghoub
i try it

Charlie98902
11-20-2009, 12:49 AM
Where is all the flags?

Welshy2008
11-20-2009, 09:52 PM
Where is the list of flags?

Would it be possible that you could make my two flag (attached) into the same type as your moving ones please?

Or are you using Corbo's flags?

Flags in (zip) attachments below Guys.

sematopdemir
11-22-2009, 06:38 AM
Thanks

steve1966
11-22-2009, 04:35 PM
thanks

MikeHolohan
11-23-2009, 11:41 AM
not working for me... followed the steps line by line

Welshy2008
11-24-2009, 02:38 PM
not working for me... followed the steps line by line



Not sure if this will work on vB4 but... https://vborg.vbsupport.ru/showthread.php?t=180741&page=6&highlight=Country+Flags

Welshy2008
11-24-2009, 02:39 PM
Bare with me - I am doing it all step by step for you - Please bare in mind that the version that I am doing the steps for are 3.8.X

Charlie98902
11-24-2009, 02:43 PM
I doubt the code will but the graphics will.

Welshy2008
11-24-2009, 03:55 PM
OK Guys - you can try the following:

Firstly “Upload” ALL the Flag GIF pics to your forum root /images/buttons folder.

Then in your Admin Control Panel (ACP), please do the following:
ACP -> User Profile Fields -> Add New User Profile Field ->Profile Field Type -> Single-Selection Menu (select ‘Single-Selection Menu’ from the Drop-Down Menu) -> Please enter the following into the following fields (REMEMBER to make a note of the FieldID, because you will need to replace ALL the X’s in [fieldX] with it!!!

Add New User Profile Field Single-Selection Menu:
Title = Country Flag
Description = Add your country flag to your profile:
Profile Field Category = (Uncategorized)
Options = Copy & Paste the Whole contents of the file attached below (OPTIONS)
Set Default = None
Display Order = You Select this (dependant on how many you already have)
Field Required = yes, at registration and profile updating
Field Editable by User = Yes
Private Field = No
Field Searchable on Members List = No
Show on Members List = Yes

Optional Input:
Allow user to input their own value for this option = No
Max length of allowed user input = 100
Field Length = 25
Regular Expression = Leave this Blank

Display Page:
Which page displays this option? = Edit Your Details

** SAVE **

ACP -> Styles & Templates -> Style Manager -> <<>> -> Postbit Templates -> select the template that you use (ie Postbit or Posbit_legacy) – I use Postbit…

Find:

$vbphrase[posts]: $post[posts]

Add Below:

<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/$post[fieldX].GIF"/></if>
<!--// Flags End -->





FOR vB4 Beta - This code will add Alt Text to your Flag on mouseover.

Find:

</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}


ADD Below:

<!-- Country Flags Start -->
<vb:if condition="$post['fieldX']">
Country: <img src="http://www.yourforumaddress.com/images/buttons/$post[field1X].GIF" alt="Users Flag on yourforumnamehere!" border="" />
</vb:if>
<!--// Country Flags End -->



** SAVE TEMPLATE **


** Replace the ‘X’ with your FieldID number **


That should work for you?!

Charlie98902
11-24-2009, 04:20 PM
Thanks Welshy I have this thread tagged.

Welshy2008
11-25-2009, 07:21 AM
Your Welcome Charlie, Let me know it it works for you in vB4.

Simmigrant
11-25-2009, 01:39 PM
Haha, unbelievable.. I've been searching for this all morning in the search bar.. Download VB 4, check out the mods randomly.. and look what I find :/

Thanks! Installed and Rated ++ ;)

Welshy2008
11-25-2009, 01:49 PM
Haha, unbelievable.. I've been searching for this all morning in the search bar.. Download VB 4, check out the mods randomly.. and look what I find :/

Thanks! Installed and Rated ++ ;)

Lol

Charlie98902
11-25-2009, 10:58 PM
Can I put all the flags in one folder then upload it and then set it as I set the feildX ID?

Charlie98902
11-25-2009, 11:22 PM
OPTIONS.xml where does that go? If I try to import as a product it says invalid file.

bart6767
11-25-2009, 11:42 PM
Tryed this and it does not work .

Charlie98902
11-25-2009, 11:45 PM
The original isn't anything either the notepad is just a list of all the flags nothing else.

bart6767
11-25-2009, 11:52 PM
cant seem to find this

.in the Postbit Legacy of your Template
Locate: {vb:raw post.rank}{vb:raw post.usertitle}

Charlie98902
11-26-2009, 12:07 AM
cant seem to find this

.in the Postbit Legacy of your Template
Locate: {vb:raw post.rank}{vb:raw post.usertitle}

How did you get the OPTIONS.xml loaded?

yaghoub
11-26-2009, 05:08 AM
find this code {vb:raw post.usertitle}

and add after it

bart6767
11-26-2009, 08:44 AM
How did you get the OPTIONS.xml loaded?

(c)Options:Add the Country text file attached, just copy and paste the text file to this field.

Charlie98902
11-26-2009, 12:42 PM
Can I put all the flags in one folder then upload it and then set it as I set the feildX ID?

(c)Options:Add the Country text file attached, just copy and paste the text file to this field.

See my quote. I don't want to have a bunch of scattered gif images. Is this possible? I got the profile set up now but need to know about putting all the flags in one folder to keep organized.

cabledr
11-26-2009, 12:59 PM
you can put all flags in a folder ie. i have put all flags in images/buttons/flags and they all work you just need the code :-

This puts the flags central under the avatar :)

In the Postbit Legacy template, find this:



<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>

Add this after the above:



<center><br><!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field#}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) --></br></center>

change # to your field number
I have uploaded flags to here as they was to big for one here :-

http://gadsx.co.uk/flags.rar

bart6767
11-26-2009, 01:31 PM
I cant get the flags to show up ?

Charlie98902
11-26-2009, 01:41 PM
Using posbit as I like that one and getting this.

The following error occurred when attempting to evaluate this template:

The conditional on line 135 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.


This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

This is the trailing </if> that is causing this.

Code used:

<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/Flags/$post[field11].GIF"/></if>
<!--// Flags End -->
]
It just says users flag under the username when I remove the trailing </if>

If I use this

<br><!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field11}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) --></br>
same thing.

Welshy2008
11-26-2009, 02:17 PM
Hi Charlie,


You need to add a folder called "buttons" in your images folder. images/buttons


You are supposed to add ALL the contents of the 3 folders (zips) that in my attachment Here (https://vborg.vbsupport.ru/showpost.php?p=1918023&postcount=5) into the one folder named "buttons".

Welshy2008
11-26-2009, 02:17 PM
Using posbit as I like that one and getting this.

The following error occurred when attempting to evaluate this template:

The conditional on line 135 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.


This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

This is the trailing </if> that is causing this.

Code used:

<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/Flags/$post[field11].GIF"/></if>
<!--// Flags End -->
]
It just says users flag under the username when I remove the trailing </if>

If I use this

<br><!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field11}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) --></br>
same thing.



Have you got a screenshot of what you have doen so far?

Charlie98902
11-26-2009, 02:23 PM
Yes I get this:

Welshy2008
11-26-2009, 02:24 PM
The contents of the OPTIONS.XML file are to be Copied and Pasted into the "Options" section of your Add new user profile field, as I described in my post #12 (https://vborg.vbsupport.ru/showpost.php?p=1920217&postcount=12). The list was too long for me to add to the thread. These are the options that your member will see (Drop down Menu) when he or she registers or Edits their Profile.


THE OPTIONS.xml IS NOT to be uploaded as a file. Just copy and paste its content into the Options as described above.

Charlie98902
11-26-2009, 02:27 PM
Thanks I will try that now. I tried to upload it :D

Welshy2008
11-26-2009, 02:30 PM
I can see that there is a stray ] in the code I gave - I am no coder, but could that give an error too?

that trailing </if> has to be inserted somewhere to close it, Yes?

Charlie98902
11-26-2009, 02:31 PM
Nope I have done that after all. It just says User Flags! still though. As you see I added the flag path in the first code but can't use it as I get the </if> condition error. If I remove it all is well but no flags show in the posts.

Charlie98902
11-26-2009, 02:32 PM
I can see that there is a stray ] in the code I gave - I am no coder, but could that give an error too?

that trailing </if> has to be inserted somewhere to close it, Yes?

I would think so as well as it begins with if condition.

Charlie98902
11-26-2009, 02:35 PM
Okay took out the </if> and instead of users flag! it now says Country:

So we are close somewhere to make this work in postbit.

Welshy2008
11-26-2009, 02:37 PM
Can you PM me Your forum Address please?

Welshy2008
11-26-2009, 02:46 PM
There is No square with a red X in it - is there?

Charlie98902
11-26-2009, 02:46 PM
This is on a test site. I can post the resulting code.

This is in the postbit and I posted a bit of code before and after this is the default code besides the flag code.

<span class="username guest">{vb:raw post.username}</span>
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
<!-- Flags Start -->
<if condition="$post['field7']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/Flags/$post[field7].GIF"/>
<!--// Flags End -->
</span>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>

Here is the image path to my flags:

I found a mistake I made corrected in in the image path code but still no go.

/ public_html / testvb / images / buttons / Flags / Flags /

The second flags is the folder with all the gifs. Should I move them to the first flags folder?

Charlie98902
11-26-2009, 02:47 PM
There is No square with a red X in it - is there?

No there isn't.

Welshy2008
11-26-2009, 02:49 PM
Move all the Flag GIFs to the "buttons" folder and forget about the two flas folders Charlie.

;)

MikeHolohan
11-26-2009, 02:53 PM
finally got this to work... thanks...

thanks to you too Welshy2008, you were a big help...

Welshy2008
11-26-2009, 02:55 PM
You're Welcome Mike,

I'm happy to put back into the vB.org community - I have taken enough out of it. :|

bart6767
11-26-2009, 02:58 PM
Good to see you got it to work and can you post up everything you did to get it right ?

Charlie98902
11-26-2009, 02:59 PM
Okay saw a bit I forgot to edit. The field # did that and in firefox there's nothing but in IE there is a red x. I don't want the flag gifs to be scattered. Can I not use the folder flags?

Now the code was edited to: / public_html / testvb / images / buttons / Flags /

Still as mentioned in this post.

Welshy2008
11-26-2009, 02:59 PM
Charlie, Have you changed the Green code bit below, on your forum


<span class="username guest">{vb:raw post.username}</span>
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
<!-- Flags Start -->
<if condition="$post['field7']">
Country: <img src="http://www.Your ForumAddress.com/testvb/images/buttons/Flags/$post[field7].GIF"/>
<!--// Flags End -->
</span>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>

Welshy2008
11-26-2009, 03:04 PM
Charlie it is the address that is wrong.

The only reason that I put them in three folder is that as ONE folder - it was too bid to Upload, I could only do it in three.

Like I mentioned above take ALL of the flags out of EACH of the three folders and store them ALL in the "buttons" folder. DO not put the three seperate folders in the Buttons folder! ONLY the contents of each.

If you do that and then add the following - it should work on you test forum...

<!-- Flags Start -->
<if condition="$post['field7']">
Country: <img src="http://www.Your ForumAddress.com/testvb/images/buttons/$post[field7].GIF"/>
<!--// Flags End -->

Charlie98902
11-26-2009, 03:05 PM
Yes getting red x in IE8 and nothing but Country: in firefox.

Code now as it is in my template.

<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.dvdnextcopysupportforum.com/testvb/images/buttons/Flags/$post[field11].GIF"/>
<!--// Flags End -->

I can only assume that you must absolutly must put the gifs in the buttons folder with no folder for the flags?

Welshy2008
11-26-2009, 03:05 PM
On the red x, Charlie, if you right click it, it will show the route that you have the flag.GIFs stored.

It has to the same as my code in the post above.

Welshy2008
11-26-2009, 03:09 PM
I can only assume that you must absolutly must put the gifs in the buttons folder with no folder for the flags?


That is EXACTLY right and what I have been saying in my posts. Can You do That and get back to me, Charlie?

Charlie98902
11-26-2009, 03:11 PM
Says this:

http://www.dvdnextcopysupportforum.com/testvb/testvb/images/buttons/Flags/$post[field11].GIF

Charlie98902
11-26-2009, 03:11 PM
That is EXACTLY right and what I have been saying in my posts. Can You do That and get back to me, Charlie?

Yes I can but wanted to avoid this option.

Welshy2008
11-26-2009, 03:19 PM
Says this:

http://www.dvdnextcopysupportforum.com/testvb/testvb/images/buttons/Flags/$post[field11].GIF



Do you realise that you have TWO testvb in there?

I do not understand why you do not want them all in the same "Buttons" folder, Sorry?

Charlie98902
11-26-2009, 03:20 PM
Okay the same thing and now all the gifs are in the buttons folder.

<!-- Flags Start -->
<if condition="$post['field11']">
Country: <img src="http://www.dvdnextcopysupportforum.com/testvb/images/buttons$post[field11].GIF"/>
<!--// Flags End -->

I did use F5 and did a hard cache too. Yes and I edited that out too.

Charlie98902
11-26-2009, 03:30 PM
Here is something that may be the issue?

I am on my test forum so the URL is ending in .com/testvb. the image path is /testvb/images/buttons that is why the testvb was in there twice but I took it out with the same results.

Welshy2008
11-26-2009, 03:31 PM
Is your [fieldidX] field 7 or 11 Charlie. You posted 7 earlier and your last few posts say 11.

Charlie98902
11-26-2009, 03:32 PM
Is your [fieldidX] field 7 or 11 Charlie. You posted 7 earlier and your last few posts say 11.

field11 is what it says.

Welshy2008
11-26-2009, 03:32 PM
If you are happy to set up a temporary account for me with Admin permissions - I would be happy to take a look for you.

Welshy2008
11-26-2009, 03:34 PM
You have put all flags in the "buttons" folder? There are no sub folders with the flags shared between them within the buttons folder - no?

Charlie98902
11-26-2009, 03:35 PM
Sent and this is the url - http://www.dvdnextcopysupportforum.com/testvb

Charlie98902
11-26-2009, 03:36 PM
That is correct no folder labeled flags now.

LordDB
11-26-2009, 04:41 PM
ensure you have the correct spelling of the image 'button or buttons folder! Use this:
<img src="{vb:stylevar imgdir_buttons}/flags/{vb:raw post.field5}.GIF" alt="My Country" border="" />

worth adding also about 'GIF or gif' check it if you have the red 'x' showing...then it'll show you the image path!

Charlie98902
11-26-2009, 04:47 PM
This is what is used now as the flag.gif are in the button folder only now.

<!-- Country Flags Start -->
<vb:if condition="$post['field11']">Country: <img src="http://www.dvdnextcopysupportforum.com/testvb/images/buttons/$post[field11].GIF" alt="Users Flag on dvdnextcopysupportforum.com!" border=""/>
</vb:if>
<!--// Country Flags End -->

LordDB
11-26-2009, 05:04 PM
change:

$post[field11].GIF

to:

$post[field11].gif

Charlie98902
11-26-2009, 05:06 PM
But all the gif flags are labeled GIF?

Charlie98902
11-26-2009, 05:25 PM
Thanks everyone but to be honest this is more hassle than it is worth to be honest. Just not going to use it. Might try another one if another mod gets posted.

Welshy2008
11-26-2009, 06:35 PM
FOR vB4 Beta - This code will add Alt Text to your Flag on mouseover.

Find:

</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}


ADD Below:

<!-- Country Flags Start -->
<vb:if condition="$post['fieldX']">
Country: <img src="http://www.yourforumaddress.com/images/buttons/$post[field1X].GIF" alt="Users Flag on yourforumnamehere!" border="" />
</vb:if>
<!--// Country Flags End -->



** SAVE TEMPLATE **


** Replace the ‘X’ with your FieldID number **


That should work for you?!

Welshy2008
11-26-2009, 06:40 PM
Charlie, It's a shame - all it would have took is a look in your root directory and it would have been up and running. I can almost guarantee that you have put them in a wrong root folder somewhere.

It is a common mistake, and one that I have done in the past too.

Not to worry though Mate.

Charlie98902
11-26-2009, 06:43 PM
It is fine thanks for the efforts.

bart6767
11-26-2009, 08:18 PM
FOR vB4 Beta - This code will add Alt Text to your Flag on mouseover.

Find:

</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}


ADD Below:

<!-- Country Flags Start -->
<vb:if condition="$post['fieldX']">
Country:<img src="http://www.yourforumaddress.com/images/buttons/$post[field1X].GIF" alt="Users Flag on yourforumnamehere!" border="" />
</vb:if>
<!--// Country Flags End -->



** SAVE TEMPLATE **


** Replace the ‘X’ with your FieldID number **


That should work for you?!

I tryed this and all i get is a red X

LordDB
11-26-2009, 08:57 PM
But all the gif flags are labeled GIF?

check in your 'flags' folder and see if the flag images end in '.gif
', if they do, then change GIF to gif

not this:

flags/{vb:raw post.field5}.GIF

but:

flags/{vb:raw post.field5}.gif

make sure your root image path is correct, too!

Charlie98902
11-26-2009, 09:14 PM
I will at a later time as I have this thread bookmarked. Doing some other things currently.

bart6767
11-26-2009, 09:42 PM
Ok i got this code to work .

<!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field7}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) -->


It works fine but how do i stop the red x showing up for members who have not picked a flag ?

Welshy2008
11-27-2009, 08:40 AM
daPLAYBOY ALL the flags end in .GIF

Welshy2008
11-27-2009, 08:40 AM
daPLAYBOY ALL the flags end in .GIF

Welshy2008
11-27-2009, 08:43 AM
Ok i got this code to work .

<!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field7}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) -->


It works fine but how do i stop the red x showing up for members who have not picked a flag ?

Have you got the 'Set Default' as "None"? OR make it compulsory?!

LordDB
11-27-2009, 09:11 AM
uppercase or lowercase? you decide! :)

@Welshy2008 I'm using my own 3D flags which are smaller and have lowercase .gif...not what's posted!

here's a link to download 3D flags:

http://www.3dflags.com/world/

bart6767
11-27-2009, 09:13 AM
Have you got the 'Set Default' as "None"? OR make it compulsory?!

Its set to none.

bart6767
11-27-2009, 12:27 PM
Have you got the 'Set Default' as "None"? OR make it compulsory?!

How can i fix this so that flags dont show up a red x if a member has not picked a flag ?

This is the code that im useing . and i have done every thing in post 1 .

<!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field7}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) -->

LordDB
11-27-2009, 02:47 PM
How can i fix this so that flags dont show up a red x if a member has not picked a flag ?

This is the code that im useing . and i have done every thing in post 1 .

<!-- yahoomobil(yaghoub) -->
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field7}.GIF" alt="Users Flag!" border="" />
<!-- yahoomobil(yaghoub) -->

Go to ACP --> User Profile Fields --> User Profile Field Manager - then choose the flag profile name you used and EDIT then scroll down User Profile Field, then you set Field Required as: Yes, Always

this means all users will have to choose one!;)

bart6767
11-27-2009, 06:47 PM
Go to ACP --> User Profile Fields --> User Profile Field Manager - then choose the flag profile name you used and EDIT then scroll down User Profile Field, then you set Field Required as: Yes, Always

this means all users will have to choose one!;)

Thanks .

Vaupell
11-28-2009, 11:45 AM
I really wish post 1 would be updated, reading through all of these solutions or ALMOST solutions is just a pain..

should make a java script selection, and just dump it in registration and profile edit templates.
and just save the selection <name> and call it when needed in postbit.
keep it local, instead of calling all those external links to run.


but a nice idead, that used to work on 3.x :D

Ranger375
11-28-2009, 11:49 AM
Yeah, this is confusing. Someone should just make a new mod thread

Mo7mD.ZaYOnA
12-03-2009, 08:18 PM
Thank you Welshy2008 (https://vborg.vbsupport.ru/member.php?u=265951)
The subject does not have to attach anything except example!!

Welshy2008
12-04-2009, 02:31 PM
Cracked it.

I will post it as a mod later. (will be easier to read etc)

Works on vB4 Beta 4.

COL NIL SATIS
01-08-2010, 05:28 PM
is this ready to go now!!!

princeedward
03-03-2010, 06:22 PM
My Code For This

...IMHO the better way...and to show which country belong the flag image....coz i or we dont know them all...do you? :p

change the red one to your correct field number


<!-- Princeedwards Country Flags Show Start -->

<div align="center">
<vb:if condition="$post['field10']">
<img src="{vb:stylevar imgdir_misc}/flags/{vb:raw post.field10}.png" alt="Country" title=" My Home Country: {vb:raw post.field10}" border="0" />
</vb:if>
</div>
<!-- / Princeedwards Country Flags Show End -->



https://vborg.vbsupport.ru/external/2010/03/75.png

napy8gen
04-22-2010, 03:20 AM
@Welshy2008 this mod like you posted in first page is not working because the generated name is full name of the country.GIF

BUT the animated gifs names are different.