PDA

View Full Version : grablinks not working


posefius
04-04-2006, 09:51 PM
I upgraded today to Pixelpost 1.5, but the grablinks addon doesnt work anymore. I also noticed that the photoblogs.org site was upgraded. Is there a new version of the grablinks available?

GeoS
04-04-2006, 11:19 PM
Just change source URL of feed with links:

http://forum.pixelpost.org/showpost.php?p=26905&postcount=19

posefius
04-05-2006, 08:18 AM
Please tell me the name of the addon where I can get the new or modified addon and what I have to change to make it working. Sorry, I'm not a Pixelpost goeroe.

Joe[y]
04-05-2006, 10:53 AM
Please tell me the name of the addon where I can get the new or modified addon and what I have to change to make it working. Sorry, I'm not a Pixelpost goeroe.

the link geos gave you is the addon ;)

just copy and paste that code into a new file like photoblogslinks.php in your addons folder (it doesn't matter what the file is called as long as it is a php file)

then change the name in this:

readXml("http://www.photoblogs.org/rss/user/JLSpurling/+sort:alpha");

so change JLSpurling with your photoblogs profile.

also, if you want to just display some of your bookmarks tag them with a specific word like 'link then you can change the line above to:

readXml("http://www.photoblogs.org/rss/user/yourusername/link+sort:alpha");

posefius
04-05-2006, 06:00 PM
I made an addon of it "grab_photoblogs_bookmarks.php", but I get the following error in de admin panel;

Fatal error: Call to undefined function: curl_init() in /www/addons/grab_photoblogs_bookmarks.php on line 45

GeoS
04-05-2006, 06:01 PM
In previous versions its enough to change URL inhere:
readXml("http://www.photoblogs.org/rss/user/JLSpurling/+sort:alpha");

Joe[y]
04-05-2006, 06:06 PM
In previous versions its enough to change URL inhere:
readXml("http://www.photoblogs.org/rss/user/JLSpurling/+sort:alpha");

grablinks was an entirely different addon.

Joe[y]
04-05-2006, 06:08 PM
I made an addon of it "grab_photoblogs_bookmarks.php", but I get the following error in de admin panel;

Fatal error: Call to undefined function: curl_init() in /www/addons/grab_photoblogs_bookmarks.php on line 45

perhaps you need to have this installed on your php setup:
http://uk2.php.net/curl

maybe your host can do this?

GeoS
04-05-2006, 06:10 PM
Sorry, Ive mixed 2 addons :P