Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#73 2005-04-30 21:01:49

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hello!
I hope you didn’t get familiar with the way forms are handled currently. It’s too complicated. Version 0.8beta3 has a much easier way to deal with forms.

Here is what I used on the vdh_flickr page, Demo2:

In the article (you can also put it in a page template):
<code>
<p>This imitates the html of <a href=“http://www.andreas-kalt.de/fotos/”>http://www.andreas-kalt.de/fotos/</a>.</p>
<p>Made with vdh_flickr 0.8 beta.</p>

<txp:vdh_flickr_env nsid=“43973976@N00” set_form=“preview” thumbnails_form=“thumbnails” open=“window” thumbnail_size=“m” clean_urls=1 />

<txp:vdh_flickr_if_preview>
<h2>Sch&ouml;ne Eindr&uuml;cke</h2>
</txp:vdh_flickr_if_preview>

<txp:vdh_flickr />
</code>

form preview:
<code>
<div class=“imgContainer odd”>
<h2><txp:vdh_flickr_set_link><txp:vdh_flickr_set_title /></txp:vdh_flickr_set_link></h2>
<txp:vdh_flickr_set_link><txp:vdh_flickr_set_img /></txp:vdh_flickr_set_link>
<p><txp:vdh_flickr_set_description /></p>
<p class=“readOn”><txp:vdh_flickr_set_link>Fotos ansehen&nbsp;&raquo;</txp:vdh_flickr_set_link></p>
<hr />
</div>
</code>

form thumbnails:
<code>
<div class=“imgContainer”>
<h2><txp:vdh_flickr_thumbnails_title /></h2>
<div class=“rssThumbFloat”>
<txp:vdh_flickr_thumbnails_list />
</div>
<br style=“clear: both;” />
</code>

I think this is more intuitive than before. This was inspired by Andreas. No time any more, gotta go to party…

Last edited by larf (2005-04-30 21:38:31)

Offline

#74 2005-04-30 21:50:14

alicson
Member
Registered: 2004-05-26
Posts: 465
Website

Re: [plugin] [ORPHAN] vdh_flickr

the example tags and forms are immensely helpful. and thank you for all your work on this plugin!


textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation

Offline

#75 2005-05-01 17:30:34

jenpasch
Member
Registered: 2005-03-30
Posts: 10

Re: [plugin] [ORPHAN] vdh_flickr

howdy
is this not the correct code for sizing a set? Got the images but still teeny tiny.

txp:vdh_flickr_thumbnails nsid=“68254656@N00” set=“288926” thumbnail_size=“o” /

with the< >, of course…

http://www.projectredbird.com/?s=images

also, when I click on an image to get a fullsize, I get a 404…what might I be doing wrong?

cheers!

Last edited by jenpasch (2005-05-01 17:36:09)

Offline

#76 2005-05-01 18:02:59

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hello!

The 404 must have something to do with clean/messy url schemes. You seem to have messy url scheme, but vdh_flickr detects clean url scheme. That’s why it links to:

http://www.projectredbird.com/images/?set=288926&img=11789927

instead of

http://www.projectredbird.com/?s=images&set=288926&img=11789927

Maybe you have hardlinked your sections with …/?s= but in your textpattern settings you have clean mode.

Concerning the image sizes: Try thumbnail_size=

Last edited by larf (2005-05-01 18:05:20)

Offline

#77 2005-05-01 20:32:50

jenpasch
Member
Registered: 2005-03-30
Posts: 10

Re: [plugin] [ORPHAN] vdh_flickr

  • excellent, many thanks!

Thank you all so much for this plug-in! It is the solution to so many things!

:j

Offline

#78 2005-05-02 15:24:50

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: [plugin] [ORPHAN] vdh_flickr

Some more documentation about form mode is now on the <a href=“http://www.rvdh.net/vdh_flickr/Documentation/?c=Forms+Mode”>vdh_flickr homepage</a>.

Furthermore there is 0.8beta4, which only has a parameter name changed, which isn’t even documented yet.

Offline

#79 2005-05-12 20:58:42

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hello!

I’ve updated to 0.8beta5, which can show the next and previous image as thumbnails (see <a href=“http://www.rvdh.net/vdh_flickr/demo3/set/166395/img/6669551”>here</a>).

Now I only want to add a function to show the latest x photos (x can be any number) before I will release 0.8 final. I did not find any bugs any more, nor has anybody reported some, so I guess it has proven to be quite stable. I know I will have to add documentation.

Offline

#80 2005-05-14 06:58:14

Freigeist
Member
Registered: 2004-11-01
Posts: 13
Website

Re: [plugin] [ORPHAN] vdh_flickr

I downloaded your latest version and i try to use the new plugin

< txp:vdh_flickr_thumbnails nsid=“51128008@N00” set=“292385” thumbnail_size=“t” show_set_title=“0” show_slideshow_link=“0” open=“flickr”/ >

I use this code but I get now output at all, only

< div class=“flickrset” >

< /div >
< div style=“clear:both;” >< /div >

Anybody knows why?

Offline

#81 2005-05-14 12:32:40

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: [plugin] [ORPHAN] vdh_flickr

No idea, really.

You could try the most simple case, like described in the quickstart manual. And remember that this nsid thing was only implemented in 0.8beta.

I won’t be home until the 22nd of May, but if you can’t figure it out until then, I guess it will be best if we’d make an appointment for an icq session, so we can figure out what exactly is the problem.

Offline

#82 2005-05-14 13:25:56

Freigeist
Member
Registered: 2004-11-01
Posts: 13
Website

Re: [plugin] [ORPHAN] vdh_flickr

I try to find a solution, thnank you anyway!

Offline

#83 2005-05-14 14:12:18

misterk
Member
From: Morris, MN
Registered: 2004-02-24
Posts: 77
Website

Re: [plugin] [ORPHAN] vdh_flickr

I had the same problem – whereas it worked great all but individual image pages before (v7), upgrading to b8.5 made it not work at all.

Offline

#84 2005-05-14 15:03:37

Freigeist
Member
Registered: 2004-11-01
Posts: 13
Website

Re: [plugin] [ORPHAN] vdh_flickr

dito

Offline

Board footer

Powered by FluxBB