interesting post, i never thought to post something like this, though i've used it for quite awhile. i use a side column on my forum, and i have a part setup for quicklinks for my mods and the couple admins.
maybe i'll go through the custom template edits i've done on my forum and post them one day
Code:
<if condition="$show['modcplink']"><hr width="75%" /></if>
<if condition="$show['admincplink']">
» <a href="moderation.php?do=viewposts&type=deleted&pp=10">Deleted Posts</a><br />
» <a href="postings.php?do=btu_view_all">Thread Bans</a><br />
» <a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a>
<br /></if>
<if condition="$show['modcplink']">
» <a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a>
<br /></if>