
12-09-2007, 09:29 AM
|
 |
|
|
Join Date: Nov 2007
Location: USA
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by valdet
Since this one wasn't working for me, I simply used the easy way that Digg offers
One very simple edit in postbit/postbit_legacy
Find
and just above that add this
Code:
<div><if condition="is_member_of($bbuserinfo,1,2,3,4,5,6,7) and (($post[postcount]==1) and !$GLOBALS['vbulletin']->GPC['ajax'])">
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></if></div><br />
Thanks for few helpful tips over here..
Here is the result with URL being automatically submitted on Digg, and counter increases after a digg..
I hope someone finds this useful.
Best regards,
Val.
|
Thanks valdet:up:
|