inherit
20332
0
Jul 3, 2024 14:49:17 GMT -8
Vu1canF0rce
729
February 2004
daviper
|
Post by Vu1canF0rce on Apr 9, 2013 19:14:30 GMT -8
Hello all! My request stems from interest of this topic. On the mini profile only below the member is/not online script I would like to display a simple comma delimited list for each group a member may be a part of as outlined in the rough sample below. I have ran the following 5 most logical (to me) possible scripts, separately and together, to no avail. {foreach $[user.group]}$[user.group]{/foreach}
{if $[user.group]}{foreach $[user.group.name]}{/foreach}{/if}
{if $[user.group]}{foreach $[user.group]}$[user.group.name]{/foreach}{/if}
{foreach $[group]} <a href="$[group.href]">$[group.name]</a> {/foreach}
{foreach $[current_user.group]} <a href="$[current_user.group.href]">$[current_user.group.name]</a> {/foreach} Any suggestions?
|
|
inherit
20332
0
Jul 3, 2024 14:49:17 GMT -8
Vu1canF0rce
729
February 2004
daviper
|
Post by Vu1canF0rce on Apr 16, 2013 11:43:02 GMT -8
Any takers?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 17, 2013 8:41:45 GMT -8
We don't load every group for every member on the page on each page load. The closest you're going to get is displaying the user's current display group.
$[user.group]
|
|