[EDK4] eve-kill DISQUS comments

Discuss/Upload mods to the EVE-Dev Killboard.
MrWhitei
Apprentice
Posts: 64
Joined: Wed Dec 07, 2011 15:25

Re: [EDK4] eve-kill DISQUS comments

Post by MrWhitei »

nutbolt wrote:Since EVE-Kill moved to new hardware this plugin no longer seems to work and none of our kills on our board now have disqus comments, saying its waiting to sync to evekill. Is anyone else having this issue?
Hey,

Looks like your stuck on the last kill of october. (this seems to be more of an issue with how the eve-kill EPIC API works)

You will have to manually update the database to change the lastKillID to the first kill/loss of november.

I dont know for sure what the config_name will be but the last kill id you got from eve-kill was "15049231"

so if you search in kb3_config for that value you could update it there to the next killid of "15058124"

SELECT * FROM kb3_config WHERE cfg_value = '15049231'
then change that value to 15058124

(these are the id's i got from your killboard so they will work for you)
nutbolt
Greenhorn
Posts: 14
Joined: Fri Feb 26, 2010 17:56

Re: [EDK4] eve-kill DISQUS comments

Post by nutbolt »

Cheers! Worked a treat. Assumed it was my side, but was very coincidental timing with EVE-Kill having issues themselves lol.

On another note, if I am running this mod, do I still need to run the EVE Kill epic api mod (which simply pulls kills from eve kill), or does this mod do that too? I run it to get kills we were involved in, but a corp member didnt get final blow.

Thanks.
MrWhitei
Apprentice
Posts: 64
Joined: Wed Dec 07, 2011 15:25

Re: [EDK4] eve-kill DISQUS comments

Post by MrWhitei »

the cron provided with the mod is a modified version of the epic_api cron thingy that Karb released.

So, nope, you don't have to run both of them.
nutbolt
Greenhorn
Posts: 14
Joined: Fri Feb 26, 2010 17:56

Re: [EDK4] eve-kill DISQUS comments

Post by nutbolt »

Lovely thanks!
nutbolt
Greenhorn
Posts: 14
Joined: Fri Feb 26, 2010 17:56

Re: [EDK4] eve-kill DISQUS comments

Post by nutbolt »

It has done the same thing again I think. Happened again at the start of the month. Does anyone else have this issue? Any ideas on how to fix it? Thanks
nutbolt
Greenhorn
Posts: 14
Joined: Fri Feb 26, 2010 17:56

Re: [EDK4] eve-kill DISQUS comments

Post by nutbolt »

I have tried to manually fix this but no luck. I have also noticed that the last few kills/losses from the previous month do not have comments either. Any help please?
MrWhitei
Apprentice
Posts: 64
Joined: Wed Dec 07, 2011 15:25

Re: [EDK4] eve-kill DISQUS comments

Post by MrWhitei »

nutbolt wrote:I have tried to manually fix this but no luck. I have also noticed that the last few kills/losses from the previous month do not have comments either. Any help please?
looks like the eve-kill.net api is offline at the moment
Explorus
Greenhorn
Posts: 22
Joined: Thu Oct 18, 2012 08:20

Re: [EDK4] eve-kill DISQUS comments

Post by Explorus »

How to attach zkb disqus to edk?
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4] eve-kill DISQUS comments

Post by Salvoxia »

Hi,

I took a look and it turned out to be quite a bit simpler than for eve-kill.
I threw the attached mod together, works fine at my development board. I'd appreciate it if you could check it out and report back with any issues. Then I'll open a new thread for this mod.

Best Regards,
Salvoxia
Attachments
zkb_disqus_10.zip
zKillboard.com DISQUS v1.0
(1.51 KiB) Downloaded 512 times
Explorus
Greenhorn
Posts: 22
Joined: Thu Oct 18, 2012 08:20

Re: [EDK4] eve-kill DISQUS comments

Post by Explorus »

Salvoxia wrote: Wed Aug 31, 2016 19:37 Hi,

I took a look and it turned out to be quite a bit simpler than for eve-kill.
I threw the attached mod together, works fine at my development board. I'd appreciate it if you could check it out and report back with any issues. Then I'll open a new thread for this mod.

Best Regards,
Salvoxia
Nice! Working fine, but where i can see comments count then i posting on zkbmod? EDK show comment count only for own comment system.
Post Reply