Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#673 2008-10-10 01:47:47
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] vdh_flickr
fantastic, much appreciated Jonathan
Offline
#674 2008-10-26 23:10:49
Re: [plugin] [ORPHAN] vdh_flickr
Hi,
I need to show all public photos tagged with “tag”. Is it possible? Or you have to select a nsid?
Offline
#675 2008-10-27 13:34:03
Re: [plugin] [ORPHAN] vdh_flickr
I need to show all public photos tagged with “tag”. Is it possible? Or you have to select a nsid?
There are good and legal copyright & publishing reasons why this is not possible AFAIK.
On your own risk you can of course use the workaround and publish the RSS feed for public tags.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#676 2008-10-27 22:36:24
Re: [plugin] [ORPHAN] vdh_flickr
merz1 dijo:
On your own risk you can of course use the workaround and publish the RSS feed for public tags.
Then I have to forget vdh_flickr to do it… Thanks, merz1
Offline
#677 2008-11-09 10:33:38
- ferenczi
- Member
- Registered: 2005-01-31
- Posts: 67
Re: [plugin] [ORPHAN] vdh_flickr
This is a very elegant plugin and it has worked a treat to the limited extent I have used it so far.
But now I’m trying to figure out the most elegant way to use this for a group of photographers who upload pictures around a given theme into a dedicated flickr pool. For the front page of the site, I’d like to be able to draw a random image from the pool. On reload a different image from the pool would appear. It seems though that the plugin is really organized around the nsid. merz’s answer makes me think that, for legal reasons, the plugin is intentionally limited to individual user ids. But boy would it be helpful if we could all just upload our images to the pool and then have the plugin draw images from that. Very clunky and labor-intensive in this context to organize it around individual users.
Offline
#678 2008-11-12 22:46:49
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] vdh_flickr
Possible to show the latest say 21 images from a set when using the vdh_flickr_thumbnails
tag?
something like <txp:vdh_flickr_thumbnails set="123456789" latest="21" ...
Offline
#679 2008-11-20 20:47:09
Re: [plugin] [ORPHAN] vdh_flickr
I second Nardo’s question – is it possible to add this simple feature to this incredible plugin? :-)
Offline
#680 2008-11-21 20:37:03
Re: [plugin] [ORPHAN] vdh_flickr
To add to my post above, I am looking for help with the txp:vdh_flickr_thumbnails
tag. What I would like to do is have something like this:
<txp:vdh_flickr_thumbnails limit="20" />
The tag currently does not have the capacity to limit the number of thumbnails. A second thing I need is to have a page 2 feature for any images after the first 20, in case there are more than 20 images.
If the user clicks on next page, then the next 20 thumbnails from the Flickr set are displayed.
Can anyone help with this?
Offline
#681 2009-01-09 10:01:51
- Eligraphy
- New Member
- Registered: 2009-01-09
- Posts: 5
Re: [plugin] [ORPHAN] vdh_flickr
Hi, everyone.
I am new to Textpattern and to fdh_flickr
Brilliant idea, though. I am determined to make it work.
Right now, when I follow the “Quickstart” steps, I get:
Tag error: <txp:vdh_flickr mode=“none” except=“72157609861417252” /> -> Textpattern Warning: tag does not exist on line 1104
any help would be much appreciated
Offline
#682 2009-01-09 13:28:00
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: [plugin] [ORPHAN] vdh_flickr
Is the plugin activated in the plugins list ? (not just installed)
Generally the “tag does not exist” alert means either there is a typo error in the tag or the plugin defining that tag insn’t installed and activated.
Nico
Offline
#683 2009-01-09 18:46:16
- Eligraphy
- New Member
- Registered: 2009-01-09
- Posts: 5
Re: [plugin] [ORPHAN] vdh_flickr
that was it. the plugin wasn’t activated.
alas, now that it’s activated, i’m getting
“failed to connect to flickr.com”
:/
Offline
#684 2009-01-10 06:17:15
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: [plugin] [ORPHAN] vdh_flickr
<txp:vdh_flickr mode="none" except="72157609861417252" />
The “nsid” attribute is missig. It’s the mandatory attribute to tell the plugin where is your flickr account.
Nico
Offline