Well, I got my new template up and running, very simple and linked to our vBPicGallery now! Only for 4 of my guys that have updated the vBPicGallery, but it's a start!
If you want to try it, click on either GTOOOOOH, HolyJerex212, GTGeo96, or StangMan86's links.
http://www.limmac.org/vb/local_links.php?catid=4
Here is the VERY BASIC template I made...
Code:
<tr id="linkid$linkid">
<td width="105" align="$stylevar[left]">$linkimgjump</td>
<td align="left">
$linkurljump <if condition="$linknew">$linknew</if>
</td>
<td width="15%">
<span class="smallfont">
$linkeditbit
<if condition="$links_permissions[can_view_names]"><a href="member.php?u=$linkuserid">$linkusername</a></if>
<if condition="$links_permissions[can_set_display_order]">[$thisorder]</if><br />
$linkdate
<if condition="$links_permissions[can_view_hits]">$vbphrase[ll_hits] $linkhits</if>
<if condition="$links_permissions[can_moderate_links] and $linkstatus==$LINK_HIDDEN"><br />[$vbphrase[ll_hidden]]</if>
</span>
</td>
</tr>