Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#361 2006-09-04 07:22:34

Niconemo
Member
From: Rhône-Alpes, France
Registered: 2005-04-18
Posts: 557

Re: [plugin] [ORPHAN] vdh_flickr

Correction for zensir

zensir wrote:

i have created a section, and a special page with just the
<txp:article /> in it.

@ zensir : please have a look at How to post tags and code in the forum (it’s in the FAQ)
Enjoy ! :-)

Last edited by Niconemo (2006-09-04 07:25:30)


Nico

Offline

#362 2006-09-04 07:53:30

ralph
Member
Registered: 2005-02-28
Posts: 106

Re: [plugin] [ORPHAN] vdh_flickr

Sorry, I was ill for a week and could not reply.

I don’t know why the blank page thing appears for some people, because I could never reproduce it.

But I can recommend you to subscribe to this forum thread and wait until the new version of the plugin gets released – most probably within the next two weeks. It will be easier to use and more compatible than past versions of the plugin.

Offline

#363 2006-09-04 21:48:29

cbeyls
Archived Plugin Author
From: Brussels, Belgium
Registered: 2005-09-12
Posts: 136
Website

Re: [plugin] [ORPHAN] vdh_flickr

Thanks Ralph, nice job.

I’ll test and install the new version as soon as you release it :)


My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)

Offline

#364 2006-09-04 23:28:11

theLostShirt
Member
From: Hjo, Sweden
Registered: 2006-02-10
Posts: 36
Website

Re: [plugin] [ORPHAN] vdh_flickr

Just want to copy the previous poster (cbeyls), Thanks for the great work and it really is a nice work. I look forward to your next release .

I have subscribed to this topic.

Offline

#365 2006-09-10 01:56:10

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

Re: [plugin] [ORPHAN] vdh_flickr

I had the same issue as eworm, bizartist, and brian: DH with PHP5.*, not working.
And the same solution: set it to PHP4.*, and it works great!

Thanks very much for this awesome plugin!

Offline

#366 2006-09-14 03:39:41

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

Re: [plugin] [ORPHAN] vdh_flickr

Has anyone gotten this to work:

<code><txp:vdh_flickr_env nsid=“43973976@N00” listmode=“text” />
<txp:vdh_flickr_set_list nsid=“43973976@N00” wraptag=“ul” break=“li” listmode=“text” />
<txp:vdh_flickr_thumbnails_list nsid=“43973976@N00” wraptag=“ul” break=“li” listmode=“img” />
<txp:vdh_flickr_if_img> <txp:vdh_flickr />
</txp:vdh_flickr_if_img></code>

I see txp:vdh_flickr_env in the code, but it’s not documented. What is it supposed to do?

Offline

#367 2006-10-05 10:43:38

hazel
Member
From: Glastonbury, UK
Registered: 2006-09-22
Posts: 36

Re: [plugin] [ORPHAN] vdh_flickr

@Ralph

any chance you could drop me the new phpflickr-based plugin?
office @ graphics-plus dot co dot uk

much appreciated, thanks for all your work on this.

Offline

#368 2006-10-05 20:20:45

hazel
Member
From: Glastonbury, UK
Registered: 2006-09-22
Posts: 36

Re: [plugin] [ORPHAN] vdh_flickr

@Ralph, thanks ;)

I’ve been trying both versions today, a few suggestions/requests so far:

  • Wrap/break tags and id/class options would be nice for the tags if possible
  • Also, just adding the “rel=…” option to the links would give the option of lightbox etc. integration
  • My dates are not showing up at the moment, but I think this has been documented (the ‘strf time…’ error)
  • I think the tag lists should be list elements (ul/li), semantically speaking (obviously my first point would sort this)

and some wishful thinking…

  • Tag clouds would be neat. Truist has more on this. Poking through delicious it looks like a class (eg “10”) is applied based on the number of posts. Couldn’t be too difficult, right? ;)
  • Does the Flickr API cover outputting the new geo tagging stuff? Could be interesting…

But all in all, it’s an amazing piece of work. Congrats buddy :)
Looking forward to seeing/helping it develop.

Offline

#369 2006-10-06 02:19:36

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

Re: [plugin] [ORPHAN] vdh_flickr

So…, does this mean the new phpflickr version is almost ready to be released?
(I hope I hope)

Offline

#370 2006-10-07 00:37:23

Lolly
New Member
Registered: 2005-02-04
Posts: 8

Re: [plugin] [ORPHAN] vdh_flickr

Hi, so I can’t quite get vdh_flickr to work, and i must! I am currently hosted by ASmallOrange.com

This is in my .htaccess …
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php

AddType application/x-httpd-php5 .php

But I keep getting this error on my index page:
Fatal error: Call to undefined function mb_strtolower() in /home/username/public_html/textpattern/lib/txplib_misc.php(459) : eval()’d code on line 50

what should i do?

EDIT: By the way, that’s the .htaccess file that’s in my main directory and also, PHP5 shows as running when i go to phpinfo.php

Last edited by Lolly (2006-10-07 00:41:46)

Offline

#371 2006-10-07 01:00:34

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: [plugin] [ORPHAN] vdh_flickr

lolly, I saw your post on my website, my problem was getting a proper .fcgi file (or whatever the hell it was) that enables php5 for ASO. They ended up putting a correct file in my html root directory and then it worked. As for the error you are getting, is it there when you disable vdh_flickr? I ask because the error doesn’t even mention the plugin.

Last edited by aswihart (2006-10-07 01:02:05)

Offline

#372 2006-10-07 02:17:55

Lolly
New Member
Registered: 2005-02-04
Posts: 8

Re: [plugin] [ORPHAN] vdh_flickr

Yes, when I disable vdh_flickr it is still there. I think it definitely has something to do with how my .htaccess?? but php5 seems to running according to phpinfo.php.

Offline

Board footer

Powered by FluxBB