Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
ok, so…
Have been trying to set this up for way too long.
Neither the sample simple magpie_yummy code, nor the plug in work.
nothing is being read in from the fetchrss call.
so what is wrong?
I have fresh magpie installed.
there is nothing in the cache.
sounds server side ….
please help, patrick
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
so, we are trying to set MAGPIE_CACHE_DIR to images/? is magpie trying to create a chache file called request.txt? i’m pretty sure that i do not have the cache working. anybody want to walk me through the cache part of this?
Offline
#51 2005-01-06 05:15:45
- Rachel Rachel
- Member
- Registered: 2004-09-24
- Posts: 28
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
slip, i didn’t have to change the MAGPIE_CACHE_DIR. i think the plugin sets it to your TXP images directory. (maybe you are looking in the wrong directory? for some reason i kept checking /textpattern/txp_img instead of /images) the cache file is extensionless and probably looks something like this: 2348y4835y34ybgb43.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
i actually had to run php as cgi to get this working. weird. thanks rachel.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
i’m still having occassional troubles where it doesn’t seem to want to retrieve the cache.
here is the error code:
Warning: MagpieRSS: Failed to fetch http://del.icio.us/rss/fiftymillimeter/. (Request timed out after 5 seconds) in blahblahblah/rss_fetch.inc on line 237
here are the magpie defines:
// Defines for MagPieRSS if( !defined(‘DEV’) ) { define(‘DEV’, false); } if( !defined(‘MAGPIE_CACHE_ON’) ) define(‘MAGPIE_CACHE_ON’,true); // Should Magpie cache parsed RSS objects? Keep this true. if( !defined(‘MAGPIE_CACHE_DIR’) ) define(‘MAGPIE_CACHE_DIR’,$txpcfg[‘doc_root’].$pfr.$img_dir); // Where should Magpie cache parsed RSS objects? if( !defined(‘MAGPIE_CACHE_AGE’) ) define(‘MAGPIE_CACHE_AGE’,60*60); // How long to store cached RSS objects? In seconds. Default : 1 hour if( !defined(‘MAGPIE_CACHE_FRESH_ONLY’) ) define(‘MAGPIE_CACHE_FRESH_ONLY’,false); // Return old stuff if we can’t get new.
Offline
#54 2005-01-13 14:05:52
- Nooon
- New Member
- Registered: 2004-06-16
- Posts: 4
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
Is it possible to make this plugin show links from the general tags? (like http://del.icio.us/tag/osx)
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
That would be a cool addition, but depending on the size of the category, you may run into problems with just sheer quantity of bookmarks.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
Nooon, you could do that. Just change the username to be “tag” and use the “require” attribute to require one or more tags.
slip, I’ll be sending your email to see if we can figure out whats going on.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
Greenrift,
Great plugin. I’ve been experimenting with using delicious to replace using Textpattern’s linklist altogether.
The only thing keeping me from making a complete transition though… would there be anyway to get this plugin to support the sortby
attribute?
I’m looking to sort the links alphabetically and in one case, even use rand()
.
Liberal. Geek.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
Hi,
I just downloaded this plugin to play with, but found that the document was filled with nothing but gibberish. Am I missing something here, or is there something wrong with the document?
Thanks.
Offline
Re: [plugin] [ORPHAN] txp.icio.us - Del.icio.us bookmarks made easy
wipe – check with your host to make sure they are running a version of PHP greater than or equal to 4.2.0 (current version is 4.3.10, or PHP5.0.3). If they arn’t running the current version, they should be upgrading or be able to write out a 10 page dissertation on why they are choosing not to. Or ask them to install PHP_Compat
The array_change_key_case is a built in PHP function, which wasn’t around until 4.2.0.
Offline