inherit
136256
0
Nov 18, 2024 19:23:08 GMT -8
Jessica
106
January 2009
jchen
|
Post by Jessica on Jan 19, 2013 8:54:52 GMT -8
Currently it shows only one group - either a member group or a post rank group. I'd like to be able to show both, if you're in both (ex. Group "Founder" & Rank "Member+")
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 19, 2013 19:35:57 GMT -8
This can be done with a Template Mod, rather than a plugin.
Head to your Mini-Profile Template (Admin Panel -> Themes -> Layout Templates -> Mini-Profile). The first few lines should look something like this;
<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}
Try changing it to this for me;
<div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {/if} {if $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if}
That will make the Mini-Profile show like this;
MEMBER'S NAME USER GROUP USER GROUP STARS POSTING RANK POSTING RANK STARS
I think this is what you're wanting, no? If so, you can of course have a play with the layout and formatting, so that it sits how you like. =]
|
|
inherit
136256
0
Nov 18, 2024 19:23:08 GMT -8
Jessica
106
January 2009
jchen
|
Post by Jessica on Jan 19, 2013 20:59:38 GMT -8
that works, thank you!
|
|
inherit
188232
0
Nov 17, 2022 9:44:11 GMT -8
sonnysu
83
January 2013
sonnysu
|
Post by sonnysu on Jan 20, 2013 2:02:20 GMT -8
thank you. I really like it.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 20, 2013 20:00:23 GMT -8
No worries, glad I could help. =]
|
|