Import Links from Gossamer Thread Links 2.0
Posted Nov 15, 2011 - 4:03 AM:
Hello, I've downloaded the Trial Version of WSN Links an now I want to Import all my Links from GT 2.0 I use the Import Script from your Resources Center with some changes.
In my Links.txt there ist the "Added Date" in a German Format, looks like 10-Nov-2000. I added a function who converts me that date Format in a Unix Timestamp. That is all OK.
I controlled the Content of "$thislink" and "time" looks good. But if it is stored in the database in column "time" there ist the Unix timestamp from Now!
if ($this->objecttype != 'pm') $this->time = time();
in:
classes/generic.php
it works!
I imported all my Links with all my custom fields!
I think the Script is very great and I think I want to buy it in the near future, but what about Support? There's no answer about this problem over 2 Days!
Please use the email support form in your admin panel for quicker support. I didn't even notice the pre-sales forum got a thread since it hasn't in ages.
If you need guaranteed less than 24 hour response times, tick the priority support box for that at $10 per incident. Otherwise, it's normally a couple days.
I've changed it to allow a pre-set time as long as it's a numeric unix timestamp.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Import Links from Gossamer Thread Links 2.0
Beginner
Usergroup: Member
Joined: Nov 15, 2011
Location: Germany
Total Topics: 1
Total Comments: 2
Posted Nov 15, 2011 - 4:03 AM:
Hello,
I've downloaded the Trial Version of WSN Links an now I want to Import all my Links from GT 2.0
I use the Import Script from your Resources Center with some changes.
In my Links.txt there ist the "Added Date" in a German Format, looks like 10-Nov-2000.
I added a function who converts me that date Format in a Unix Timestamp.
That is all OK.
I controlled the Content of "$thislink" and "time" looks good.
But if it is stored in the database in column "time" there ist the Unix timestamp from Now!
What can I do?
Hope you understand my english!
Beginner
Usergroup: Member
Joined: Nov 15, 2011
Location: Germany
Total Topics: 1
Total Comments: 2
Found!
If I comment out:
in:
classes/generic.php
it works!
I imported all my Links with all my custom fields!
I think the Script is very great and I think I want to buy it in the near future,
but what about Support? There's no answer about this problem over 2 Days!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Please use the email support form in your admin panel for quicker support. I didn't even notice the pre-sales forum got a thread since it hasn't in ages.
If you need guaranteed less than 24 hour response times, tick the priority support box for that at $10 per incident. Otherwise, it's normally a couple days.
I've changed it to allow a pre-set time as long as it's a numeric unix timestamp.