The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
diggTopic - Full Integration with Digg (OMG) Details »» | |||||||||||||||||||||||||||
diggTopic - Full Integration with Digg (OMG)
Developer Last Online: Sep 2013
[hr]value[/hr]
Installation Time: [error] number too small Products: 1 VB Version: 3.6.X
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]
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]
If you like then [Mark As Installed] [hr]value[/hr]Show Your Support
|
Comments |
#42
|
|||
|
|||
I'd just started checking version 1.06 out, had a problem with a custom style and before I could even post a question about it you've uploaded a new version that solves the problem I had!
Now that's what I call great service - now if you could just tell me next week's lottery numbers. |
#43
|
|||
|
|||
lol only if
no problem. |
#44
|
|||
|
|||
LOL at Darat and the lottery!
Great job Coders Shack. Thanks for the quick response. Going to update this afternoon. |
#45
|
|||
|
|||
oh no problem, only thing i can think of adding now is a option to swich between the compact digg and the normal:
example: http://digg.com/img/integrate-example.png when using the normal one you would have to use a custom placement for it because its too large. |
#46
|
|||
|
|||
Okay, I wish I was more experienced (just got my board converted to vB recently, so I'm still learning it...)
At any rate, I'm still working on getting the css / postbit editing just right, but one thing I noticed is there is no option to turn OFF the auto-addition of the Digg count.. In otherwords, I can manually add mine, but if the Mod is enabled, it ALSO shows yours... |
#47
|
|||
|
|||
Quote:
if <!-- diggTopic_userdiggcount --> is in the postbit template it will not use the old template replacement. can i get a link to your page |
#48
|
|||
|
|||
Quote:
Oh - okay - I thought if I disabled that, then it wouldn't count them at all. But are you saying it just won't display them? And as long as I manually add that code somewhere, then it will show their counts? Also - how does that codebit work - I thought <!-- was for comments and nothing after it does anything? (Told you I'm a newbie). My site is at http://www.clutchfitness.com/forums if you want to have a look.. Haven't figured out the postbit part yet. |
#49
|
|||
|
|||
Quote:
HTML Code:
<div class="postdata"> Diggs: <!-- diggTopic_userdiggcount --> </div> also I'm just using the <!-- --> as a marker, when the template is processed it looks for <!-- diggTopic_userdiggcount --> and replaces it with the code. |
#50
|
|||
|
|||
Okay, below is the code I added (I have to use that div class to get it to match the others). It looks real good, but it's not showing a "0" (zero) as expected.
Here's the code: Code:
<div class="smallfont"> <br /> <if condition="$post['joindate']"><div class="postdata">$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div class="postdata">$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div class="postdata">$vbphrase[age]: $post[age]</div></if> <div class="postdata"> $vbphrase[posts]: $post[posts] </div> <!-- Digg Counts --> <div class="postdata">Diggs:<!-- diggTopic_userdiggcount--></div> <!-- /Digg Counts --> <if condition="$show['infraction']"><div class="postdata">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> <if condition="$show['reputation']"><div class="postdata"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> $template_hook[postbit_userinfo_right] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> |
#51
|
|||
|
|||
Where can we find the <!-- diggTopic_diggit --> at the templates?
Is it possible to add the diggit button next to the first post title? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|