Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#301 2006-03-28 20:57:30

bizartist
Member
From: Los Angeles, CA
Registered: 2005-03-11
Posts: 62
Website

Re: [plugin] [ORPHAN] vdh_flickr

Update: OK, it appears to be a PHP5 issue with Dreamhost. I downgraded one of my domains to PHP4, and the broken galleries started working again. Unfortunately, this broke the plugin sgb_error_documents, but I’d rather have working photo galleries.


After enduring years of Art School, mild mannered Owen Waring noticed some unusual changes… the constant bombardment of criticism, it seems, had altered his DNA. Half pixel pusher, half programmer, he had become…. THE BIZARTIST

Offline

#302 2006-03-31 18:51:18

peter
New Member
Registered: 2004-09-10
Posts: 5

Re: [plugin] [ORPHAN] vdh_flickr

Just today this plugin started outputting random Flickr pictures, not from my account. I’m using this code (nsid # changed):

<txp:vdh_flickr_thumbnails_list nsid=“1111111@N00” break=”“ latest=“6” open=“window” />

Anyone else having similar problems? Is this a Flickr issue? My regular photos page using this plugin is behaving normally. Just the random pics.

Offline

#303 2006-04-16 13:42:32

Teducation
New Member
Registered: 2005-06-05
Posts: 4

Re: [plugin] [ORPHAN] vdh_flickr

HI LARF

I’D LIKE TO CHECK IF THIS BUGFIX BY ‘variass’ HAS BEEN INCORPORATED INTO VERSION 0.8.7 – CAN YOU CONFIRM? i HAD BEEN RUNNING VERSION 0.8.6 BUT WAS GETTING TAG ERRORS (THE TAG LINK ALWAYS CAME OUT AS ‘ARRAY’).

I INSTALLED 0.8.7 BUT WAS STILL GETTING THEARRAYPROBLEM.

WHEN I CUT AND PASTED ‘variaas’ FIX INTO 0.8.6 THE PROBLEM WAS GONE.

TED
http://madaboutasia.com

variaas wrote:

Hey, I love this plugin! I don’t know if I have the latest version or not, but I was noticing that when the tags were shown for an image, the links weren’t being formed properly. When I looked at the code I saw that in the img_tags() function some of the variables were mistyped. I changed two lines in that function:

<pre> function img_tags($separator) { $html = tag($this->raw_tags0,‘a’,’ href=”’ . $this->makeRequest(array(‘tags’ => $this->tags0)) . ‘”’).”\n”; . . . $html .= tag($this->raw_tags[$i],‘a’,’ href=”’ . $this->makeRequest(array(‘tags’ => $this->tags[$i])) . ‘”’).”\n”; . . . }
</pre>
to
<pre> function img_tags($separator) { $html = tag($this->raw_tags0,‘a’,’ href=”’ . $this->makeRequest(array(‘tags’ => $this->raw_tags0)) . ‘”’).”\n”; . . . $html .= tag($this->raw_tags[$i],‘a’,’ href=”’ . $this->makeRequest(array(‘tags’ => $this->raw_tags[$i])) . ‘”’).”\n”; . . . }
</pre>

Offline

#304 2006-04-16 23:41:35

inakit
Member
Registered: 2005-09-30
Posts: 12

Re: [plugin] [ORPHAN] vdh_flickr

Hello , I would like to know if somebodyknows how to display a pagination to the prewiew form.
And if it possible .
Thanks very much .

Offline

#305 2006-04-17 11:26:43

himynameisjonas
Archived Plugin Author
From: Sweden
Registered: 2004-10-15
Posts: 21
Website

Re: [plugin] [ORPHAN] vdh_flickr

i’d installed this plugin today and i works fine if I use the quickstart exampel tag but when i switch to txp:vdh_flickr_thumbnails all i get is “Failed to connect to flickr.com!”

the code i use: <code>
<txp:vdh_flickr_thumbnails nsid=“63135808@N00” set=”72057594080331779” latest=”6” open=”flickr” /> </code>

Offline

#306 2006-04-17 18:10:30

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

Re: [plugin] [ORPHAN] vdh_flickr

I just returned from a holiday today. All I can say until now is that I’m currently rewriting the plugin from scratch. This will probably solve most of the problems and bug tracking issues. It will still take some time, though.

Offline

#307 2006-05-01 07:06:31

eworm
New Member
Registered: 2006-03-20
Posts: 6

Re: [plugin] [ORPHAN] vdh_flickr

Well, after enjoying the plugin for a few weeks I get a totally blank page now. Not even an error page. When I remove the photogalery the page works, so something goes wrong there. Any ideas??

Offline

#308 2006-05-02 13:54:10

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

Re: [plugin] [ORPHAN] vdh_flickr

I have the same problem as eworm for about 2 weeks.

EDIT :
upgrading PHP from 4 to 5 have corrected the issue

Last edited by Niconemo (2006-05-02 14:42:03)


Nico

Offline

#309 2006-05-03 13:28:44

Teducation
New Member
Registered: 2005-06-05
Posts: 4

Re: [plugin] [ORPHAN] vdh_flickr

Hi Larf and vdh_flickr supporters

While Larf is busy re-designing the plug-in, thought you might like some inspiration! I have been a heavy user of vdh_flickr from the beginning, and have made extensive use of it in my photo-blog. The ability to include Flickr sets, thumbsnail, and images inside of multiple blog postings on the same page is nothing short of incredible.

Krrish – on the set

There are many ways that vdh_flickr can be used, and it is a challenge to try various customizations.

All I can say is that I hope the new version of vdh_flickr will continue to set new standards and revolutionize the way we integrate photos and text.

Thumbs up for Larf!

Ted Ollikkala
Singapore

Offline

#310 2006-05-04 17:13:50

eworm
New Member
Registered: 2006-03-20
Posts: 6

Re: [plugin] [ORPHAN] vdh_flickr

Niconemo wrote:

I have the same problem as eworm for about 2 weeks.

EDIT :
upgrading PHP from 4 to 5 have corrected the issue

It’s not my personal server, so I can’t upgrade anything.. Does this mean I have to wait for the new plugin? :-(

Offline

#311 2006-05-13 09:54:47

makenosound
Member
Registered: 2005-08-05
Posts: 12

Re: [plugin] [ORPHAN] vdh_flickr

I’m having some trouble setting up vdh_flickr using a clean URL scheme. It seems to work fine if I use messy, but the rest of my site uses clean URLs (and I’m not really willing to compromise that).

The problem I’m getting is when I select a set the list of photos doesn’t include the <img> tag for each image. Instead all I get is an anchor tag (that links to the set, not the photo itself) and the image URL in plain text.

Check out http://makenosound.com/flickr/ to see what I’ve set up.

Any ideas on why this might be? I’ve followed the clean URLs instructions to the letter, but obviously no luck.

Cheers.

Offline

#312 2006-05-13 21:12:25

tkn
Member
From: New York
Registered: 2004-06-29
Posts: 39
Website

Re: [plugin] [ORPHAN] vdh_flickr

I was wondering if it was possible to reformat the thumbnail list so that I can have each thumbnail next to the name, description and a comments link? I generally prefer to have more info at the thumbnail page than what is available. I tried to wrap the list tag around some of the tags from the image form, but that definitely did not work.

Also, the tags that appear do not seem to appear in the URL, so when I click on a tag, I get
http://catchingfireflies.ch/newsite/default/?tags=
rather than
http://catchingfireflies.ch/newsite/default/?tags=[tag]

Last edited by tkn (2006-05-16 09:43:03)

Offline

Board footer

Powered by FluxBB