Sean,
just got around to upgrading to 3.5.x and the darkness templates-
Did it not include the above changes eg.
outline the users avatar, name etc with that fancy looking outline
if not, can you give me a little directions on adding that back
Code:
<tr valign="top">
<td class="alt2" width="175">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
I know it's in this part of the post legacy bit, just can figure out how to add it all back without hosing the entire layout
thanks a million for the awesome templates!