Quote:
Originally Posted by Shill360
I'm having issues with layout.
I'm using a fluid template and i'm getting issues with how the blocks are put together on the groups page.
Here is a screenshot

|
Open socialgroups_mygroups_bit template
Change all codes with this codes:
###########################
<tr>
<td class="alt1" width="100%">
<a href="group.php?$session[sessionurl]groupid=$mygroup[groupid]">$mygroup[name]</a>
<div class="smallfont">Join Date: $mygroup[joindate]</div>
<if condition="$show['group_options']">
<if condition="$show['edit_group']">
<a href="group.php?$session[sessionurl]do=edit&groupid=$mygroup[groupid]">$vbphrase[edit_group]</a>
</if>
<if condition="$show['delete_group']">
| <a href="group.php?$session[sessionurl]do=delete&groupid=$mygroup[groupid]">$vbphrase[delete_group]</a>
</if>
<if condition="$show['leave_group']">
| <a href="group.php?$session[sessionurl]do=leave&groupid=$mygroup[groupid]">$vbphrase[leave_social_group]</a>
</if>
<else />
$vbphrase[n_a]
</if>
</td>
</tr>
#########################