Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#637 2008-01-08 20:25:31
Offline
#638 2008-01-11 20:47:37
- markworsnop
- New Member
- Registered: 2008-01-07
- Posts: 3
Re: [plugin] [ORPHAN] vdh_flickr
Ok here is my attempt to fix the latest thing, it seems to work, so far so good. Let me know:
line 405 of v0.8.11 replace:
$this->number_of_photos = (string) $this->latest;
with:
$this->number_of_photos = (string) sizeof($this->photos);
Laters, M.
Offline
#639 2008-01-31 16:47:47
- pgregg
- Member
- From: UK
- Registered: 2006-02-16
- Posts: 20
Re: [plugin] [ORPHAN] vdh_flickr
Been using vdh_flickr for some time here http://www.2425atc.org.uk/gallery. Just recently an error occurs when clicking the previous / next links in the individual photo view.
It is:
Fatal error: Only variables can be passed by reference in /home/users/uks26396/html/2425atc.org.uk/textpattern/lib/txplib_misc.php(512) : eval()’d code on line 729
To see this click any of the most recent galleries, then any thumbnail and try to bring up the next photo using the previous image / next image links.
Any help appreciated.
Thanks
Phil
Last edited by pgregg (2008-01-31 17:01:05)
Offline
#640 2008-01-31 18:52:55
Re: [plugin] [ORPHAN] vdh_flickr
Is anyone using Highslide with vdh_flickr? I tried Dazonic’s code but couldn’t get it to work. Would love to see some working examples…
Offline
#641 2008-02-01 23:24:47
Re: [plugin] [ORPHAN] vdh_flickr
also curious if anyone has instructions on how to add image descriptions to the lightbox window (via the title=”“ in the image tag).
Thanks in advance! : )
Offline
#642 2008-02-10 22:34:00
- pgregg
- Member
- From: UK
- Registered: 2006-02-16
- Posts: 20
Re: [plugin] [ORPHAN] vdh_flickr
Hi Ralph. Have you had chance to look at post 639 above?
Offline
#643 2008-02-12 04:08:05
- bartekk
- Member
- Registered: 2004-11-09
- Posts: 57
Re: [plugin] [ORPHAN] vdh_flickr
hi. I have a problem with showing flickr sets and thumbnails on two parts of a homepage.
In the footer I show some thumbnails with
<txp:vdh_flickr_thumbnails nsid=“123465@N00” thumbnails_form=“last_images” thumbnail_size=“s” random=“9” latest=“30” open=“flickr” />
and it works perfectly.
I have also a gallery section and want to show all flickr sets with customizing forms. This works perfectly too but if an image of the set is shown, the thumbnails in the footer changes also to the one image from the set. Is it possible to separate this output?
thanks
Offline
#644 2008-02-12 10:42:09
- ralph
- Member
- Registered: 2005-02-28
- Posts: 106
Re: [plugin] [ORPHAN] vdh_flickr
I have to postpone all vdh_flickr related things to at least the 20th (last day of my exams this semester). Sorry for the inconvenience!
Offline
#645 2008-02-12 16:48:46
- pgregg
- Member
- From: UK
- Registered: 2006-02-16
- Posts: 20
Re: [plugin] [ORPHAN] vdh_flickr
No problem Ralph. Good luck with the exams!
Offline
#646 2008-03-18 21:08:55
- pgregg
- Member
- From: UK
- Registered: 2006-02-16
- Posts: 20
Re: [plugin] [ORPHAN] vdh_flickr
Is anyone else getting this paging problem that I reported earlier here http://forum.textpattern.com/viewtopic.php?pid=170488#p170488 ?
I am surprised that there are no other reports in this thread as it has quite an impact.
Maybe it is some setting my ISP uses :-(
Phil
Offline
#647 2008-03-18 23:29:21
- oneathena
- Member
- From: CA, USA
- Registered: 2006-02-07
- Posts: 14
Re: [plugin] [ORPHAN] vdh_flickr
I haven’t used this plugin but I notice in the demo the url for the next button looks like http://rvdh.net/vdh_flickr/demo1/set/72157603995058006/img/2147483647
on your site it looks like
http://www.2425atc.org.uk/gallery/?set=72157604126007127&img=2147483647
Offline
#648 2008-03-20 14:19:25
- pgregg
- Member
- From: UK
- Registered: 2006-02-16
- Posts: 20
Re: [plugin] [ORPHAN] vdh_flickr
Thanks for the idea oneathena. I must admit I don’t fully understand the issue of clean/messy URLs. The strange thing is that sometimes the prev/next links work, see older set here http://www.2425atc.org.uk/gallery/?set=72157602941693464&img=1878567225 as an example.
I am wondering if it is some kind of overflow issue. As the Flickr set numbers have increased, maybe they are so large that some maximum value has been exceeded in the code?
Are there any other implications if I change to clean URLs in order to see if that fixes it? Eg. will it invalidate links to the pages on my site?
Offline