Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#73 2005-07-21 12:39:22

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

On the TXP Sites Collection more or less all URI´s are inserted by this great plugin. Though i did set maxitems to 40 or 50, only 31 URI´s are inserted. Anybody an idea why? Does del.icio.us restrict that?

EDIT:
Joshua Schachter from delicious just mailed the following:
*The RSS feeds only show the last 30 items (plus one, for historical reasons?).
All your posts are available via the API, although not in RSS format at this moment.*

f*** :(

Last edited by alexandra (2005-07-21 21:28:30)

Offline

#74 2005-07-22 22:24:56

Rachel Rachel
Member
Registered: 2004-09-24
Posts: 28

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

i don’t think SVN is the problem, since i’ve never tinkered with it. any other ideas? i get the feeling that i’m the only one with this problem, so sorry to bother you all.

Offline

#75 2005-07-22 22:33:51

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

Rachel, you do not need this plugin at all. you can get a RSS List much easier wich RSS Digest. i tryed it yesterday and it works perfectly. if you have any question on it, mail me.

Last edited by alexandra (2005-07-22 22:34:17)

Offline

#76 2005-07-22 22:42:48

paularms
Member
From: University of Minnesota
Registered: 2004-10-21
Posts: 155
Website

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

RSS Digest is great. I use it to pull posts from a different site that I run and haven’t gotten a problem with it yet.

Offline

#77 2005-07-24 19:26:33

Rachel Rachel
Member
Registered: 2004-09-24
Posts: 28

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

hey, cool! RSS digest is awesome! thanks for the tip.

Offline

#78 2005-07-27 20:09:25

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

this plugin is out of date, does not work with rc4, just to let you know. get rather RSS digest.

EDIT i used an outdated plugin-version, so it works for rc4, at least it should.

Last edited by alexandra (2005-07-30 21:25:09)

Offline

#79 2005-07-28 18:53:08

greyfodder
Member
From: Los Angeles, CA
Registered: 2004-02-29
Posts: 11
Website

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

I’m running latest svn, and this plugin works flawlessly for me, on TextDrive.


Great, now even my car needs a tinfoil hat. :)

Offline

#80 2005-07-30 21:32:42

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

Okay,
as RSS Digest limited the digest to 10 items/feed but i need many more items included on TXP MAg´s Sites Collection, i rely on this plugin. Installing it on another blog running rc4 (from deanload) i get the following error:

Fatal error: Cannot redeclare parse_w3cdtf() (previously declared in /www/htdocs/txpa/files/magpierss.php:81) in /www/htdocs/txpa/files/magpierss.php on line 81

may be Marshall is around and could help me? I did install it as told in the help section, which is not difficult at all. so i presume it is not an installing fault.

Last edited by alexandra (2005-07-31 08:43:41)

Offline

#81 2005-07-31 09:47:02

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

Thanks to Sencer i did solve the problem. Maybe this is worth for other users of rc4 (deanload) using this plugin having the same problem:

Find in plugin code (not ! magpierss.php) the following line around 23:
<code>
// MagpieRSS is now included. Maybe someday I’ll make it a plugin, but no need anymore! if( ! file_exists($prefs[‘file_base_path’].’/magpierss.php’) ) { return ‘TXP.icio.us requires MagpieRSS’; } else { require $prefs[‘file_base_path’].’/magpierss.php’; }
</code>

and change the last “require” to “require_once”:
<code>require_once $prefs[‘file_base_path’].’/magpierss.php’;</code>

Last edited by alexandra (2005-07-31 09:55:34)

Offline

#82 2005-08-09 18:33:40

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

I just tried to update to v1.3 of the plugin, and got the following error when uploading the MagpieRSS file using the old-style file installer:

<code>Notice: unserialize() [function.unserialize]: Argument is not a string in /home/elenita/public_html/textpattern/include/txp_plugin.php on line 155</code>

Any suggestions on what to do? I’m using Revision 736, which is in the RC5 branch.

Offline

#83 2005-08-09 18:46:51

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

Elenita, v1.3 does not require any MagpieRSS files anymore. all what is needed is just the plguins textfile to upload.

Offline

#84 2005-08-09 22:25:52

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

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

> alexandra wrote:
> Elenita, v1.3 does not require any MagpieRSS files anymore. all what is needed is just the plguins textfile to upload.

Correction:

It does require it, but you need to upload it through the TXP file interface.

I guess what I should do is just have the plugin automatically download it from my website and save it in the temp directory, but thats for another day. Kind of like how TXP uses languages now.

Offline

Board footer

Powered by FluxBB