Description:
[hr]value[/hr]
This has evolved into full digg integration, when someone diggs someone elses topic. And someone on digg.com clicks on the link, the thread poster gets credited with 1 digg. Plus the digg button with the current digg count gets added to the threads postbit.
Installation: [hr]value[/hr]
Install product
Upgrading: [hr]value[/hr]
if your upgrading from a version less than 1.06 you will need to uninstall the product then re-install it. If the version is 1.06 then you can just install the product with Allow Overwrite on.
Custom postbit placements:[hr]value[/hr]
<!-- diggTopic_diggit --> - For the digg button
<!-- diggTopic_userdiggcount --> - For the user digg count
Also I have a suggestion - if you add "&name=" to the query string of the digg submit URL you can automatically add the thread title to the digg submit. Speed the submission up a bit.
Has ^^ this suggestion been added yet?
Quote:
Originally Posted by Chennai Style
When I click the DIGG IT, it opens in the same page.
Is there any way to open in a new window ?
I'd also like this feature.
Quote:
Originally Posted by Fireproof
Tried the latest version, but on one of my threads, I get the following Error on Page. See screenshot.
Quote:
Originally Posted by Billspaintball
I get the same error with the last version in some forums.
I havent tried tried this version yet, but looks like the problem still exists.
Quote:
Originally Posted by Fireproof
Okay, it's still not working quite right for me.
And here's the link to the thread that is not getting a "digg this thread" button (but the others are):
I also get this error - but only on some threads. When the error appears, no Digg button is displayed. If the page (thread) loads without an error, I get the digg button displayed.
I would conclude from this that there is an error processing the code to display the digg button.
This occurs even with the default vBulletin style.
Is it possible to have the digg button displayed on the news module of vbadvanced? I would like it to appear next to the reply and/or sendtofriend button.
I also get this error - but only on some threads. When the error appears, no Digg button is displayed. If the page (thread) loads without an error, I get the digg button displayed.
I would conclude from this that there is an error processing the code to display the digg button.
This occurs even with the default vBulletin style.
The error is
Code:
Expected: ')'
This is the line generating the error (from View Source):
Code:
document.write('<A HREF="http://digg.com/submit?phase=2&url=' + location.href +'&title=Deadly twist at the chiropractor's office"><img src="./images/100x20-digg-button.gif" width="100" height="20" alt="Digg!" border="0"/></a>');
and as you can see the title= part contains an apostrophe:
Code:
'&title=Deadly twist at the chiropractor's office
I don't know if this is characteristic of other threads that don't display the button but this should be handled with a "replace" to add a \ before the apostrophe. It's basically a parsing problem.
Alternatively, leave out the thread title from the URL but have the URL open in a new window so that the individual can cut-and-paste into the Digg window from the forum. I would actually prefer this solution for several reasons.
This is the line generating the error (from View Source):
Code:
document.write('<A HREF="http://digg.com/submit?phase=2&url=' + location.href +'&title=Deadly twist at the chiropractor's office"><img src="./images/100x20-digg-button.gif" width="100" height="20" alt="Digg!" border="0"/></a>');
and as you can see the title= part contains an apostrophe:
Code:
'&title=Deadly twist at the chiropractor's office
I don't know if this is characteristic of other threads that don't display the button but this should be handled with a "replace" to add a \ before the apostrophe. It's basically a parsing problem.
Alternatively, leave out the thread title from the URL but have the URL open in a new window so that the individual can cut-and-paste into the Digg window from the forum. I would actually prefer this solution for several reasons.
Good find! :up: That's where the error is occurring for me - on my threads where there's an apostrophe in the title (as in "FP's beginner's guide...").
I have installed and it seems to be working fine. Very easy install. My question is that the "digg this story" button does not show up on my GARS threads. Is there a fix for this?
Is it possible to add an "Include" list in addition to the "Exclude" list? I only want this on a few forums and that means typing out a huge list of forums to Exclude.
I thought maybe I could just wrap a conditional around the <!-- diggTopic_diggit --> code in the postbit, but I haven't tried that and I'm not positive it would work.