These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
123Next page
 

Eve Events to SMF Importer

Author
Zaine Maltis
Innsmouth Enterprises
#1 - 2011-09-06 11:46:35 UTC  |  Edited by: Zaine Maltis
So, you’ve got a Corporation that’s supported by the SMF forum. Your guys love the forum; in there all the time, but they keep missing those mandatory company events. Too busy loling at your latest lolcat videos on the forum I bet?

Well, don’t worry, help is here. Using the Eve Events to SMF Import Mod, SMF will each hour go and grab any events from up to 5 different Eve characters and import them into your SMF calendar and create a corresponding topic. It will even pick up those CCP events which you never tend to notice! (Although you can turn that off if you want…)

Your lackeys will never be able to whine about being too busy to check the Eve Calendar now!

Official SMF Modification Page
Dedicated Plugin Page

Join the in game mailing list for feature suggestions, bug hunting and notification of new versions:
Eve Events to SMF
Harrat
The New Federation
Shadow Ultimatum
#2 - 2011-09-06 14:51:03 UTC
Any chance you could get a link up for the download on your site until SMG approves it for listing? I am interested in trying this out.
Zaine Maltis
Innsmouth Enterprises
#3 - 2011-09-06 15:59:34 UTC
PyroTech03
Caldari Provisions
Caldari State
#4 - 2011-09-08 01:06:16 UTC
Zaine Maltis wrote:



Congratulations on having the site with the most annoying popup -_-
Zaine Maltis
Innsmouth Enterprises
#5 - 2011-09-08 11:26:38 UTC
Yeh, that's randomly started appearing the other day! It's from Google Ads. I'm going to kill it today. Cry
PyroTech03
Caldari Provisions
Caldari State
#6 - 2011-09-10 19:52:10 UTC
you going to update this to support the new api?
Zaine Maltis
Innsmouth Enterprises
#7 - 2011-09-11 12:10:41 UTC
That's the plan. Will do over the next couple of weeks
PyroTech03
Caldari Provisions
Caldari State
#8 - 2011-09-12 00:14:11 UTC
Sweet!
Bastet Aiona
Tir Capital Management Group
#9 - 2011-09-26 19:36:28 UTC

Is working great on our forums!
Inqy
u.k militia forces
Pandemic Horde
#10 - 2011-09-29 10:06:20 UTC
Zaine very kindly sent me the like to get it setup on my corp forum.
I had a teething problem quickly sorted, I had to run the hourly update manually once to get it going.

It now works perfectly

cheers Big smile
PyroTech03
Caldari Provisions
Caldari State
#11 - 2011-11-04 07:31:53 UTC
Haven't heard any updates on this, so hopefully someone is still watching this as I'm having an issue...

Did a forum update a while back, and lost this in the process. trying to re-install and getting this error:

Quote:
Duplicate entry 'import_eve_events' for key 'task'
File: /home/username/public_html/Packages/temp/eve-event-importer-0.2/install.php
Line: 149


No idea where to go with this one What?
Zaine Maltis
Innsmouth Enterprises
#12 - 2011-11-09 22:53:57 UTC  |  Edited by: Zaine Maltis
Do you have db access? That version of the plugin leaves some stuff in the DB it shouldn't do. I've fixed it in the next release which should be out soon.

What you need to do is hop into your db and run the following SQL

DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "eve_scheduled_events"

You need to replace (forumdb) with the name of your database for the forum and (smfprefix) with the prefix you used for the database. E.g, mine is currently:

DELETE FROM smf.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "eve_scheduled_events"

This removes the left over data.
PyroTech03
Caldari Provisions
Caldari State
#13 - 2011-11-10 02:00:52 UTC
Thanks! I'll try this when I get home tonight. Great work by the way.
Zaine Maltis
Innsmouth Enterprises
#14 - 2011-11-10 14:40:21 UTC
gah. This is what you need to run.

DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "import_eve_events"

example:

DELETE FROM smf.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "import_eve_events"
PyroTech03
Caldari Provisions
Caldari State
#15 - 2011-11-10 22:29:25 UTC
Zaine Maltis wrote:
gah. This is what you need to run.

DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "import_eve_events"

example:

DELETE FROM smf.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "import_eve_events"


Good thing I'm just now getting to this :P

lol

thanks again :)
Zaine Maltis
Innsmouth Enterprises
#16 - 2011-11-10 22:45:29 UTC
Just submitted a new version of the plugin to the SMF approval team containing the upgrade to the new API. Cross fingers that it will be available soon....
PyroTech03
Caldari Provisions
Caldari State
#17 - 2011-11-10 22:48:33 UTC
Zaine Maltis wrote:
Just submitted a new version of the plugin to the SMF approval team containing the upgrade to the new API. Cross fingers that it will be available soon....


\o/
Inari Ryosaki
Altagious
#18 - 2011-12-13 15:52:26 UTC
Just installed this with no obvious problems. Looks most useful, thanks :)

Is this likely to be re-worked to work with the new api system at all?
Zaine Maltis
Innsmouth Enterprises
#19 - 2011-12-13 19:28:08 UTC
The reworking for new API key is done. I'm just waiting on the approval from the SMF mods team before putting it out as they keep knocking it back with lots of little tweaks and I don't want those fixes to conflict with peoples installs too much :/
Inari Ryosaki
Altagious
#20 - 2012-01-10 12:33:48 UTC
any update on this?

123Next page