Quote:
Originally Posted by Lionel
Perfect! This was misaligning the newest member in main group page to the left (but was wrapping around :-))
so since you define both scripts the same I introduced a new define in viewmembers and here is the content of template
PHP Code:
<if condition="THIS_PART=='viewmembers'">
<table style="float:left"><tr><td nowrap></if> <strong><a href="$vboptions[bburl]/member.php?u=$grps_membersinfo[userid]">$grps_membersinfo[username]</a></strong><br />
<a href="$vboptions[bburl]/member.php?u=$grps_membersinfo[userid]"><img src="$grps_membersinfo[avatar]" alt="$grps_membersinfo[username]'s avatar" border="0" /></a><br />
<span class="smallfont">Joined: $grps_membersinfo[join_date]</span><if condition="THIS_PART!='viewmembers'"><br /></if>
<if condition="THIS_PART=='viewmembers'"></td></tr></table></if>
with that setup, both viewmembers and group.php display fine.
|
you know, i totally missed this post, looking into this today.