Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2004-12-06 23:33:37

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

Heh. Glad you found out about the missing form – hope it solves somebody’s problem. I just re-downloaded and re-installed magpie and the plugin.

I’m still missing something elemental.
  • plugin is active
  • form called plainlinks exists, with a simple < txp:link tag / > in it – I’ve tried it both as a miscellaneous form or a links form
  • magpie is creating a cache file in my images directory
  • if I remove username=“avarweth” from the tag, it gives me an error about not connecting to del.icio.us

The tag I’m using is: < txp:txp_icio_us username=“avarweth” / > with no spaces before/after the brackets, obviously.

What else could I be missing? I know it’s a slap-the-forehead kind of thing, but I can’t find it.

Offline

#26 2004-12-06 23:35:43

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

The page with the plugin tag, btw, contains nothing but the plugin tag. The only output on the page is the “runtime” comment tag.

Offline

#27 2004-12-06 23:43:11

nesher
Archived Plugin Author
Registered: 2004-02-23
Posts: 15

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

I got this plugin working – woo hoo!
And I modified it a bit, because i wanted my webpage to be valid html – so I changed this line:

<pre>
<code> $url =$item[‘link’];
</code>
</pre>

to this line:

<pre>
<code> $url = htmlentities($item[‘link’]);
</code>
</pre>

and it worked fine.

Last edited by nesher (2004-12-06 23:43:29)

Offline

#28 2004-12-07 00:02:33

greenrift
Archived Plugin Author
Registered: 2004-03-08
Posts: 186
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

Jennifer:

Try deleting the cache file (only do this once though. Don’t keep deleting it), it might be a stale cache file that has nothing in it for reason.

I’ll have to think a little more about why it wouldn’t display anything.

Offline

#29 2004-12-07 00:09:11

valdok
Member
From: Chicago
Registered: 2004-03-14
Posts: 31
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

I’ll reinstall and give it a whirl, greenrift. I’ll report back if it works or not.

Offline

#30 2004-12-07 00:22:27

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

Now I’m getting no cache-creation at all.

I think I’ve wonked something on my end. I’m going to create a clean textpattern install later, and try it there. I’ll report back.

Offline

#31 2004-12-07 00:24:55

valdok
Member
From: Chicago
Registered: 2004-03-14
Posts: 31
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

I reinstalled and I think it has something to do with del.icio.us’ servers; it tells me I am unable to connect.

I changed the cache age from 60 to 1, just to see more quickly if it worked… is it bad to lower it to anything less than 5? You mentioned something affriming that, but gave no explanation as to why.

At least now I’m further than I was before… heh.

BTW, thanks for working on this, I’m sure it’s rather frustrating at times.

Offline

#32 2004-12-07 00:26:07

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

Del.icio.us will ban you if you hit their servers too frequently – thus the hour cache.

Offline

#33 2004-12-07 00:26:50

valdok
Member
From: Chicago
Registered: 2004-03-14
Posts: 31
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

Okay, well now I don’t get an error anymore… we’re back to zero output. Heheh.

Offline

#34 2004-12-07 00:28:06

valdok
Member
From: Chicago
Registered: 2004-03-14
Posts: 31
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

> Jennifer wrote:

> Del.icio.us will ban you if you hit their servers too frequently – thus the hour cache.

Well, fuckbiscuits. Um, was this mentioned anywhere besides now? And how long does the ban last?

Offline

#35 2004-12-07 00:29:59

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

It’s in del.icio.us’ pages somewhere… Let me check.

Offline

#36 2004-12-07 00:30:49

Jennifer
Member
From: Michigan
Registered: 2004-02-25
Posts: 74
Website

Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy

He doesn’t really define… it just says this: “Please don’t write anything that causes one hit to the API for every pageload on your site; this will be considered abusive.”

http://del.icio.us/doc/about

Offline

Board footer

Powered by FluxBB