Quote:
Originally Posted by TundraSoul
Very nice Vtec44.
|
Thanks.
Here's my code for
links_catbit template
Code:
<tr valign="top">
<td class="alt$catstyle" width="5%">
<span class="smallfont">
<if condition="$catnew">
<b>
</if>
<center>
<if condition="$catnew">
<!-- This image will display when a new link is added -->
<img src="http://www.yourforum.net/forums/images/statusicon/forum_new.gif">
<else />
<!-- This image will display normally -->
<img src="http://www.yourforum.net/forums/images/statusicon/forum_old.gif">
</if>
</center>
<if condition="$catnew">
</b>
</if>
</span>
</td>
<td class="alt$catstyle">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td width="75%">
<span class="smallfont">
<if condition="$catnew">
<b>
</if>
<a href="local_links.php?action=links&catid=$catid">$catname</a><br>
$catdesc
<if condition="$catnew">
</b> ($vbphrase[ll_newentry] $catdate)
</if>
<if condition="$links_permissions[can_edit_category]">
<a href="local_links.php?action=editcat&catid=$catid">[$vbphrase[ll_editlc]]</a>
</if>
<if condition="$subcatnames"><br />$vbphrase[ll_subcat]: $subcatnames</if>
</span>
</td>
<td class="alt$catstyle" width="15%" align="right">
<fieldset class="fieldset">
<span class="smallfont">
<if condition="$links_defaults[count_depth]==0">
<fieldset class="fieldset">
$catsub categ/$catentry $vbphrase[ll_entrieslc] ●
<else />
$catchildentry $vbphrase[ll_entrieslc] ●
</if>
</span>
</td>
</tr>
</table>
</td>
</tr>
Here's my code for
links_subcatbit template
Code:
<!-- This image will display when a new link is added -->
<if condition="$subcatnew">
<img src="http://www.yourforum.net/forums/images/statusicon/subforum_new.gif" border="0"> <b><a href="local_links.php?catid=$subid">$subname</a></b> [$sublink]
<else />
<!-- This image will display normally -->
<img src="http://www.yourforum.net/forums/images/statusicon/subforum_old.gif" border="0"> <a href="local_links.php?catid=$subid">$subname</a> [$sublink]
</if>
NOTE:
I'M STILL USING v2.05 so you may need to modify for it to be compatible with newer versions.
Andrew is of course free to use this. Thanks for all the support you provided.
Here's a screen shot of how it should look with a few new links added: