Any way to do this?
Please?
Are you referring to
http://custom.simplemachines.org/mods/index.php?mod=591
If so
In Themes/default/Display.template.php
FIND
// Get the body for the first message
$diggFirstMSG = getPost($context['topic_first_message']);
ADD BEFORE (AND change 0,1,2,3 to the board ids you wish to enable the mod for)
global $board;
if(!empty($board) && in_array($board, array(0,1,2,3)))
{
FIND
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>', theme_linktree(), '</div>';
ADD AFTER
}