
02-18-2009, 10:00 PM
|
 |
|
|
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Social groups on profile question..?
I have an issue..
Quote:
Originally Posted by Gamelobby
On the profile where it lists a persons social groups that they belong to, it only shows a dash like this
User-Created Social Groups: (6)
-
-
-
-
-
-
No text links to the actual groups...? (but the dash is a link still.!?)
Any thoughts or ideas.?
Thanks
|
Quote:
Originally Posted by Gamelobby
Any idea what might be causing it..?
Here is the code from Memberinfo_block_group
Code:
<if condition="$block_data['membergroupcount']">
<div class="alt1 smallfont block_row">
<span class="group_count">($block_data[membergroupcount])</span> $vbphrase[public_usergroups]:
<ul class="list_no_decoration group_list" id="public_usergroup_list">
$block_data[membergroupbits]
</ul>
</div>
</if>
<if condition="$block_data['socialgroupcount']">
<div class="alt1 smallfont block_row">
<span class="group_count">($block_data[socialgroupcount])</span> $vbphrase[user_created_social_groups]:
<ul class="list_no_decoration group_list" id="social_group_list">
$block_data[socialgroupbits]
</ul>
</div>
</if>
<if condition="!$block_data['membergroupcount'] AND !$block_data['socialgroupcount']">
<div class="alt1 smallfont block_row">$vbphrase[you_not_member_any_groups]</div>
</if>
<if condition="$block_data['show_join_link']">
<div class="alt2 smallfont block_row block_footer"><a href="group.php$session[sessionurl_q]">$vbphrase[join_social_groups]</a></div>
</if>
You can delete this & PM me if that is better.
Thanks in advance. 
|
|