Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#577 2007-07-13 19:11:25
- ralph
- Member
- Registered: 2005-02-28
- Posts: 106
Re: [plugin] [ORPHAN] vdh_flickr
Will look into this soon! Seems like this is possible.
Offline
#578 2007-07-13 19:40:03
Re: [plugin] [ORPHAN] vdh_flickr
Also, and I’m not sure when this crept in, the txp:vdh_flickr_tag_list_all
tag doesn’t seem to listen to the wraptag
attribute, and the list doesn’t pay attention to the width for the div I have it in, spreading left to right and creating a horizontal scroll bar in the browser window just to see all of them see here .
Last edited by aswihart (2007-07-13 19:41:14)
Offline
#579 2007-07-13 20:00:48
- ralph
- Member
- Registered: 2005-02-28
- Posts: 106
Re: [plugin] [ORPHAN] vdh_flickr
Sorry for that, will look into this one, too. May take a week or two, though.
Offline
#580 2007-07-16 20:03:09
Re: [plugin] [ORPHAN] vdh_flickr
Ralph,
Nevermind on the wraptag thing, I think it is working fine actually, not sure what the heck was going on!
Offline
#581 2007-07-19 19:08:32
Re: [plugin] [ORPHAN] vdh_flickr
I’m temporarily using dirty urls with vdh_flickr, but some of the links generated by tags like <txp:vdh_flickr_img_next>
and <txp:vdh_flickr_img_tags />
continue to be “clean”, and I can’t get them to be dirty. I tried uncommenting the part in the code that says
global $clean_urls;
$clean_urls = 0;
…but it doesn’t seem to work. I have clean_urls=“0” set in the main vdh_flickr tag as well, so not sure why those links are staying “clean” when I want them dirty. Any thoughts?
Offline
#582 2007-07-26 21:30:09
Re: [plugin] [ORPHAN] vdh_flickr
ralph, you might be interested to see phpflickr.com. drawing from their code, you might be able to focus more on txp and less on the connection between the flickr api and php.
Offline
#583 2007-07-27 22:56:07
- ralph
- Member
- Registered: 2005-02-28
- Posts: 106
Re: [plugin] [ORPHAN] vdh_flickr
Yes, I already tried rewriting this plugin from scratch using phpflickr. It was never completed, though. The latest version is vdh_flickr_alpha_03.zip.
Offline
#584 2007-07-28 01:12:53
Re: [plugin] [ORPHAN] vdh_flickr
Hmm, it seems the time to retrieve images from flickr to display in my site was quite slow.
Is there any workaround to make it faster? Or, is it cause by the loading time between my webhost and flickr?
Actually, this is not a problem if the plugin is used only for displaying in the site; problem appears when I try to retrieve RSS feed with feedburner, it seems the long load time had become “Server Time out” error for feedburner/feedvalidator..
Offline
#585 2007-07-28 01:48:57
Re: [plugin] [ORPHAN] vdh_flickr
Sometimes Flickr’s servers are slower than others. I wish it was faster too sometimes, especially as I like to have 4 random photos displayed on every page on my site, and this adds a couple seconds to the load time.
Offline
#586 2007-07-28 14:12:25
Re: [plugin] [ORPHAN] vdh_flickr
Ralph, I still can’t figure this out. I wonder if you might have some idea about what’s going on, because this is really killing the navigation of my gallery at this point. Clicking the Next and Previous thumbnail links, as well as the current image tags, when on the img form, does not work because these links are staying “clean” for some odd reason. I don’t know what else to do.
aswihart wrote:
I’m temporarily using dirty urls with vdh_flickr, but some of the links generated by tags like
<txp:vdh_flickr_img_next>
and<txp:vdh_flickr_img_tags />
continue to be “clean”, and I can’t get them to be dirty. I tried uncommenting the part in the code that says:global $clean_urls;
$clean_urls = 0;…but it doesn’t seem to work. I have clean_urls=“0” set in the main vdh_flickr tag as well, so not sure why those links are staying “clean” when I want them dirty. Any thoughts?
Last edited by aswihart (2007-07-28 14:14:23)
Offline
#587 2007-07-30 13:41:29
- psimsy
- Member
- From: Londinium
- Registered: 2004-12-27
- Posts: 13
Re: [plugin] [ORPHAN] vdh_flickr
I have got vdh_flickr running smoothly, but want to show images from a flickr group, not just an individual. Is this possible?
I tried just using the tag multiple times to pull in the different photosets i need, but it produces weird bugs and doesn’t seem happy. Any ideas?
Thanks
Offline
#588 2007-07-30 13:47:39
Re: [plugin] [ORPHAN] vdh_flickr
psimsy – No that won’t work with the current version of the plugin, it will only accept one nsid = one individual.
Offline