Uutiset:

Wondering if this will always be free?  See why free is better.

Main Menu
Advertisement:

Add Digg widget to only specified board

Aloittaja Ertado, helmikuu 07, 2008, 11:21:30 IP

« edellinen - seuraava »

Ertado



karlbenson

#2
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
   }

Advertisement: