vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - diggTopic - Full Integration with Digg (OMG) (https://vborg.vbsupport.ru/showthread.php?t=148216)

rldu 07-14-2007 09:52 PM

Hack installed and works great. I appreciate all of the hard work.

venomx 07-15-2007 12:54 AM

Quote:

Originally Posted by ArashB (Post 1285921)
I made the neccessary changes, I hope you don't mind if I attach the changed file.

What changes did you make?
Does yours fix the ' ` and " problems?

LewisAinslie 07-15-2007 05:52 PM

It doesnt work when you have a mod_rewrite mod

0tolerance 07-18-2007 04:36 AM

could it be my SEO software that is giving me an error.
when it loads digg, it says this link does not appear to be valid or something simmilar.
but you can access the thread from that page..

im also using mod_rewrite

michaelsilvia 07-20-2007 01:19 AM

Works for me, but the threads stay "Digg This" even after 5-6 Diggs. Shouldn't the thread update with the amount of Diggs?

wtricks 07-22-2007 11:44 AM

not working for me either, isn't digg giving the issues? or?

question? 07-23-2007 06:52 PM

Not working here, got vbseo also

almightyone 07-23-2007 11:13 PM

i have the same prob with the digg this staying there and also noticed some threads are missing the digg this story button :(

popowich 07-24-2007 12:55 AM

Hello.

I tried to use this, and have a digg account (can people without digg account use this?) but when I dig a nifty post, such as this one, I get the following error from digg.com : "Sorry - bad IP address". I am not trying to dig garbage. I am trying to dig good content and article with this product.

-Raymond

fionix 07-24-2007 02:29 PM

Installed, everything works perfectly

www.cybercroft.com - checkit out.

Ratman2050 07-26-2007 02:17 AM

Haha this is great work thanks!

Ryuk 07-26-2007 11:52 PM

thank u! I needed this! n_n

nikki712 07-28-2007 11:23 PM

I'm very new to Digg, so maybe this is a dumb question but - on the "Digg count" - I've dugg two threads on my forum, but my count keeps going up. It's up to 14 now. Why is that? How does that work? Anyone?

nikki712 07-29-2007 12:11 AM

*installed*

Still have the same question about how "Digg counts" are calculated. See above post. Thanks!

hobsdv 08-05-2007 07:52 AM

this is another great mod should work well on my forum

Mag1c 08-10-2007 03:32 AM

need help, it is not showing up on my site.. i have vbseo installed maybe that is it?

please fix

and where do we place the template edits in postbit legacy?

maximux1 09-28-2007 03:37 PM

Hello CS,

This looks to be a nice feature and I am trying very hard to add it to my site, however I have run into a lot of problems getting the product to work.

Pretty strange problem, actually - because it 'appears' to be working - that is when I view the source code. However, the page never displays the digg button. This appears to be a javascript error.

Below is the code snipped that is generating the js error. The error is "expected ')' " however, I'm not certain where or how I correct this.

Code:

<div style="margin-top: 10px" align="right"><div style="float: left;"> <script type="text/javascript">
                                                                  document.write('<A onclick="urchinTracker ('/outgoing/http_digg_com_submit_phase_2_url_');" HREF="http://digg.com/submit?phase=2&url=' + location.href +'&title=WARNING:  Blackwater to take over War On Drugs"><img src="http://digg.com/img/badges/100x20-digg-button.gif"  alt="Digg!" border="0"/></a>');
                                                        </script> </div> </div>

example page: http://www.marijuana.com/drug-war-he...war-drugs.html

I would appreciate any assistance.

Thank you

maximux1 09-28-2007 03:50 PM

Ok, I now see that the problem has to do with vBSEO and tracking of outside links using Google Analytics. I have disabled the tracking of outside links temporarily and the product now shows as expected.

I will need the ability to use vBSEO to track outside links - is this something that can be accommodated in the product? I dont know a thing about JS, but it appears to be a problem with escaping of characters, or that is my best guess.

Thanks

maximux1 09-28-2007 04:45 PM

I can confirm that the apostrophe problem still exists in version 1.08. This problem is compounded if you are using vBSEO & Tracking of external links using Google Analytics.

One thing I would like to be able to better understand is how the user digg count is 'supposed' to work. It's hard to tell if it is working correctly as the count does not appear to increase after a digg. Is there a cron setting that should be updated or run?

On a side note. This product should be extremely useful for any forum, however - the documentation is a bit lacking, or did I miss it? I loved the simplicity of no templates edits, etc, however I do think that as the product continues to evolve that an updated readme would be extremely helpful. This thread goes through six different versions with little organization.

It appears that most of the problems folks are having here are mostly related to vBSEO and the apostrophe problem. A two line readme could save hours time for others.

Thank you for this product.

maximux1 09-29-2007 07:27 PM

After giving it a day, no update in digg counts.

Does anyone understand how the digg count is supposed to work?

Thanks

scart3r 10-19-2007 01:27 AM

Quote:

Originally Posted by michaelsilvia (Post 1296164)
Works for me, but the threads stay "Digg This" even after 5-6 Diggs. Shouldn't the thread update with the amount of Diggs?

I am wondering about this too :)

I thought it should change, but I don't see it.

Also something a bit weird going on

I dugg this story - just trying out the system: http://www.nettrafficchat.com/showthread.php?t=2839

and when you go to digg and click on the link to go back to my site (from digg) - it's the same link, but it's going to a blank page??? Pretty strange!

Any ideas? Oh, and yeah, I am a bit of a noobie so please be kind :)

vgevolution 10-26-2007 10:10 PM

The apostrophe bug hits you whether it's in the title or description. Actually, anywhere in the digg xml data that gets returned. However, I have a fix for that.

Go to your AdminCP --> Plugins Manager
Find the "diggTopic - Autoadd" plugin and Edit it
Find the following code:

Code:

$digg_url = preg_match_between(' href="','" ', $digg_xml);
Add the following code below it:

Code:

$digg_url = addslashes($digg_url);
Finally, Save your changes.

This will escape unsafe characters for the database update. I don't know if there are other similar errors from the other plugins, but I imagine the fix would be similar. This fixed my digg referral links (links referred to my site from digg.com were generating SQL errors) caused by an apostrophe in the subject line of my digg submission. Your mileage may vary.

Perhaps the author will include this fix in the next update? *hint hint* :)

DarthCoder 11-21-2007 11:52 AM

This is buggy.
The digg isnt enabled for threads made in forums that was created after installing the plugin.

gengar56 12-21-2007 07:53 AM

Quote:

Originally Posted by DarthCoder (Post 1386825)
This is buggy.
The digg isnt enabled for threads made in forums that was created after installing the plugin.

Does this plugin work properly yet? If not, what's needed to fix it?

Pirat3 01-03-2008 02:41 AM

Quote:

Originally Posted by scart3r (Post 1363446)
I am wondering about this too :)

I thought it should change, but I don't see it.

Also something a bit weird going on

I dugg this story - just trying out the system: http://www.nettrafficchat.com/showthread.php?t=2839

and when you go to digg and click on the link to go back to my site (from digg) - it's the same link, but it's going to a blank page??? Pretty strange!

Any ideas? Oh, and yeah, I am a bit of a noobie so please be kind :)

Same issue here any ideas anyone?

sunnylikbeckham 08-18-2008 11:40 AM

wow man
exactly i was looking for
installed

sweetguy2004 05-18-2010 10:01 AM

Thanks mate installed working gr8 :D

nick! 05-23-2011 09:31 PM

Works well with 3.6.8 - Thanks for the plugin, I think its a very good mod, and will work great with vbseo - btw, I recommend that mod to all, its not free but well worth it.

AND...LoL @ Installation Time: [error] number too small

nick! 05-24-2011 02:11 AM

1 last thing, what is the most efficient way to make this mod really get more traffic in the long run. I don't want to keep submitting tons and tons of links to digg myself, is it better if other digg members do it for me in the forums over time? Thankyou. My board were down for awhile and not alot of active members...


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03487 seconds
  • Memory Usage 1,783KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete