Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#733 2009-08-24 08:02:22

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Now is working all fine.
Thanks for the plug in, thanks for all.


Sonríe | Smile . <txp:lover />

Offline

#734 2009-09-28 02:15:15

ferenczi
Member
Registered: 2005-01-31
Posts: 67

Re: [plugin] [ORPHAN] vdh_flickr

I am trying to build a simple site for a small photography collective. I will have galleries associated with each member of the group, and that seems straightforward enough using vdh_flickr. But on the site’s home page I want to feature, in the right column, one large random image pulled from flickr using the tag “groupsite”. Here’s how I’m doing that:

<txp:vdh_flickr_thumbnails nsid="12345678@N07" tags="groupsite" thumbnail_size="n" random="01" thumbnails_form="thumbnails" open="flickr" />

No problem there. But, importantly, I would also like to be able to output the title and description associated with the image displayed. Surely that must be possible. I’ve gone through this thread again and have stared at the code trying to figure out a way to make it work, but my programming knowledge is limited and nothing I try works. Can anyone think of how I might get the image’s title and description to output?

Thanks in advance.

Offline

#735 2009-09-28 11:54:55

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hello again…
New website… new questions
I want show the 3 latest photo on Flickr

I can see all the photos when only i put

<txp:vdh_flickr nsid="86554495@N00" /> 

I´m doing that:

<txp:vdh_flickr_thumbnails nsid="86554495@N00" thumbnail_size=“s” latest=“3” open=“flickr” />

but when i go to the browser i see that and don´t show the thumbs, what is wrong?

My latest Pictures…, “3” Photos

» Show as slideshow in new window.

Thanks!


Sonríe | Smile . <txp:lover />

Offline

#736 2009-09-29 01:57:18

ferenczi
Member
Registered: 2005-01-31
Posts: 67

Re: [plugin] [ORPHAN] vdh_flickr

Following up on my previous question (#730), if it’s really the case that I can’t output title and description with thumbnails (I’ve spent the whole day trying, fiddling with the plugin; it seems like it should be so easy, but I can’t figure out how to make it work), is there a way I can somehow use a “random” attribute with the <txp:vdh_flickr_img> tag so that I can pull a random image either from a set or according to a certain tag?

I just need a way to output a random medium-sized image either from a set or according to a given tag, and I also need to be able to output that image’s title and description.

Oh, I should probably emphasize that when I say “output title and description with thumbnails,” I’m not talking about the title of the set of thumbnails or description of the set of thumbnails. I’m talking about title and description associated with an individual image.

Last edited by ferenczi (2009-09-29 01:59:43)

Offline

#737 2009-09-30 11:56:38

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

I can´t see any photo with the thumbnail option, only with the vdh_flickr i can see all the sets but not what i want.

edit

I check the Source Code and only i see

<div class="flickrset">  </div>

Thanks

Last edited by sebatorresi (2009-09-30 12:10:20)


Sonríe | Smile . <txp:lover />

Offline

#738 2010-01-11 07:29:34

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: [plugin] [ORPHAN] vdh_flickr

sebatorresi: Did you check the “” (quotes) in the plug-in code (tag)?

Last edited by RedFox (2010-01-11 07:37:31)

Offline

#739 2010-02-05 00:45:12

dukny
Member
Registered: 2006-02-20
Posts: 14

Re: [plugin] [ORPHAN] vdh_flickr

Hi, I was wondering if anybody can tell me how to enable pagination to “prewiew form”. I’ve read the documentation many times over and search the forums.

Thanks!

<txp:vdh_flickr_thumbnails  set="your_set_number" thumbnails_form="flckr_thumbs" img_form="flickr_image"  />

Last edited by dukny (2010-02-05 01:04:20)

Offline

#740 2010-04-07 10:30:33

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: [plugin] [ORPHAN] vdh_flickr

Anyone get the password and username protection working on sets? Or does it only work on tags.
I mean for the private flickr photos.
Thanks


its a bad hen that wont scratch itself.
photogallery

Offline

#741 2013-02-19 23:22:46

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

Hello everyone on the vdh_flickr channel … I’m thinking about making use of this plugin, but I notice that its developer is no longer active and it spews out a lot of error messages. Is anyone still using it successfully on newer releases of Textpattern?

Cheers,

Adi

Offline

#742 2013-02-20 00:05:33

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hi Adi, working fine for me on a new site – Solborg. I made one or two small very changes to the code. vdh_flickr is used here and here.

Last edited by jstubbs (2013-02-20 00:08:37)

Offline

#743 2013-02-20 00:12:05

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

jstubbs wrote:

Hi Adi, working fine for me on a new site – Solborg. I made one or two small very changes to the code. vdh_flickr is used here and here.

Hi Jonathan, thanks for the reply. Yes, I’ve just bodgied up the code to get rid of the error messages (note “get rid of” not “fix”!).

I’m guessing the photo pages on your website are getting the images from Flick, which you’re then feeding into a lightbox?

Offline

#744 2013-02-20 00:33:29

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Yes, I think I just changed the thumbnail output to add a class="fancy box" to the anchor tag and also added an alt attribute. Works fine for me – no errors thankfully.

Offline

Board footer

Powered by FluxBB