inherit
178402
0
Apr 21, 2016 20:27:45 GMT -8
aBiSh
207
April 2012
emilayskie
|
Post by aBiSh on Feb 10, 2013 15:03:47 GMT -8
Hi Chris! I installed it and it works great on profiles. Can we show this on mini-profiles? That's really where we need it most.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 10, 2013 15:07:25 GMT -8
Hi Chris! I installed it and it works great on profiles. Can we show this on mini-profiles? That's really where we need it most. Not with the plugin. You need to update the Mini-Profile template. I added support for it though in the code. To add to the Mini-Profile, I'd add the following before the final </div>: {if $[user.location]}<div class="info">Location: $[user.location]</div>{/if} You can add it somewhere else if you want. The key part is that $[user.location] gets rendered there at all.
|
|
inherit
178402
0
Apr 21, 2016 20:27:45 GMT -8
aBiSh
207
April 2012
emilayskie
|
Post by aBiSh on Feb 10, 2013 15:11:29 GMT -8
Wow that worked! Thank you so much!
|
|
inherit
163479
0
Mar 15, 2017 21:39:06 GMT -8
Little Devil
413
February 2011
riverinajack
|
Post by Little Devil on Feb 10, 2013 15:15:41 GMT -8
Ok guys, I think I've got a good working copy. sz-ex.com/public/plugins/country_flags_in_profile.pbpYou can grab it from there. And Little Devil, you are completely able to add your own flags. I just wanted a good set of preloaded flags to save some time for users. Give me your guys feedback, and then I'll probably make this an official release in 1-2 days. Also, this requires the yootil plugin, so please download that first. Just two things Chris any chance of the flag showing in the mini profile also when you go into your profile a select your country flag then you scroll to the bottom and save changes, when you go off the page a warning comes up to ask if you want to leave the page or not. Otherwise it is a good plugin just what I was look for I have only try one flag at the moment I try the others later on today Thanks for all you help
|
|
inherit
178402
0
Apr 21, 2016 20:27:45 GMT -8
aBiSh
207
April 2012
emilayskie
|
Post by aBiSh on Feb 10, 2013 16:39:54 GMT -8
Just two things Chris any chance of the flag showing in the mini profile also when you go into your profile a select your country flag then you scroll to the bottom and save changes, when you go off the page a warning comes up to ask if you want to leave the page or not. True. I'm getting this too. On Chrome it says "You are about to discard all changes. Are you sure you want to leave this page?"
|
|
inherit
163479
0
Mar 15, 2017 21:39:06 GMT -8
Little Devil
413
February 2011
riverinajack
|
Post by Little Devil on Feb 10, 2013 16:46:35 GMT -8
Just two things Chris any chance of the flag showing in the mini profile also when you go into your profile a select your country flag then you scroll to the bottom and save changes, when you go off the page a warning comes up to ask if you want to leave the page or not. True. I'm getting this too. On Chrome it says "You are about to discard all changes. Are you sure you want to leave this page?" Btw I am using Chrome as well I just try it on IE9 and the same thing
|
|
inherit
163479
0
Mar 15, 2017 21:39:06 GMT -8
Little Devil
413
February 2011
riverinajack
|
Post by Little Devil on Feb 10, 2013 18:53:25 GMT -8
Chris it works great, just one little hiccup that I notice the United Kingdom flag doesn't show up
3 little question
If I want to delete one of the flags that you put on do I have to move all the other up?
Also how do you put flags on that I might need down the track?
Last but not least where you got "other" at the bottom how would it go having the United Nation flag there?
Thanks again Chris for all your work.
|
|
inherit
133488
0
Nov 21, 2024 13:05:35 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Feb 11, 2013 16:46:51 GMT -8
I have obviously done something wrong. I put this code in first for yootil Plugin: yootil.pixeldepth.net/yootil.library.pbp I got Chris's plug in for flags. I also added this To add to the Mini-Profile, I'd add the following before the final </div>: {if $[user.location]}<div class="info">Location: $[user.location]</div>{/if} My forum is toetapping.proboards.com/
|
|
inherit
163479
0
Mar 15, 2017 21:39:06 GMT -8
Little Devil
413
February 2011
riverinajack
|
Post by Little Devil on Feb 11, 2013 16:59:46 GMT -8
I have obviously done something wrong. I put this code in first for yootil Plugin: yootil.pixeldepth.net/yootil.library.pbp I got Chris's plug in for flags. I also added this To add to the Mini-Profile, I'd add the following before the final </div>: {if $[user.location]}<div class="info">Location: $[user.location]</div>{/if} My forum is toetapping.proboards.com/ did you put the yootil plugin on top of all other plugins that you have got
|
|
inherit
133488
0
Nov 21, 2024 13:05:35 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Feb 11, 2013 18:35:17 GMT -8
Yes I did Little Devil.
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Feb 11, 2013 19:17:33 GMT -8
Thanks.. Working in mini profile also..
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 11, 2013 19:30:53 GMT -8
I have obviously done something wrong. I put this code in first for yootil Plugin: yootil.pixeldepth.net/yootil.library.pbp I got Chris's plug in for flags. I also added this To add to the Mini-Profile, I'd add the following before the final </div>: {if $[user.location]}<div class="info">Location: $[user.location]</div>{/if} My forum is toetapping.proboards.com/Did you add that to Micro-Profile instead of Mini-Profile on accident? If not, please post your mini-profile template here.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 11, 2013 19:58:25 GMT -8
Chris it works great, just one little hiccup that I notice the United Kingdom flag doesn't show up 3 little question If I want to delete one of the flags that you put on do I have to move all the other up? Also how do you put flags on that I might need down the track? Last but not least where you got "other" at the bottom how would it go having the United Nation flag there? Thanks again Chris for all your work. You should be able to delete flags using the "X" on the right side of each row. To add flags, you just use the same form in the plugin settings. Hover over the question marks to learn what each field does in the autoform. If they're confusing, please let me know... I'd like to make them not confusing. As for the Other having a flag.... I'll try to implement it now, but the issue is I don't have a matching flag for it.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 11, 2013 20:05:29 GMT -8
Just two things Chris any chance of the flag showing in the mini profile also when you go into your profile a select your country flag then you scroll to the bottom and save changes, when you go off the page a warning comes up to ask if you want to leave the page or not. True. I'm getting this too. On Chrome it says "You are about to discard all changes. Are you sure you want to leave this page?" Definitely a bug. I'll take a look into it.
|
|
inherit
133488
0
Nov 21, 2024 13:05:35 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Feb 12, 2013 0:41:46 GMT -8
My mine profile Chris.
<div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {elseif $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} Joined: $[user.registered_on_short] {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/foreach} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} {if $[user.location]}<br />Location: $[user.location]{/if} </div><br /> {/if} {if $[user.miniprofile_badge]} <div class="$[user.miniprofile_badge_container_class]"> {foreach $[user.miniprofile_badge]} $[user.miniprofile_badge.image.thumb] {/foreach} </div> {/if} {if $[user.location]}<div class="info">Location: $[user.location]</div>{/if} </div>
|
|