Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#145 2005-10-11 11:28:35
Re: [plugin] [ORPHAN] vdh_flickr
@andreas:
This has bothered me, too, since I created that damn demo page within two hours or so. OK, I promise to do a complete redesign as soon as the weather turns bad.
And concerning the documentation: I guess something like this should be better…
Offline
#146 2005-10-11 11:50:42
Re: [plugin] [ORPHAN] vdh_flickr
OK, I promise to do a complete redesign as soon as the weather turns bad.
I don’t think it has to be a redesign. A couple of CSS rules will do the job.
And concerning the documentation: I guess something like this should be better…
Definitely. Something short and accessible at the start for the newcomers and the details below to dig into when you actually try to implement the plugin.
Offline
#147 2005-10-11 11:58:53
Re: [plugin] [ORPHAN] vdh_flickr
OK, now you’ve got your padding… ;)
Offline
#148 2005-10-11 12:00:58
Re: [plugin] [ORPHAN] vdh_flickr
Thats some damn fine padding! :o)
Offline
#149 2005-10-11 12:04:56
Re: [plugin] [ORPHAN] vdh_flickr
Lovely padding. And a very good vintage, too! It flatters my eyes!
Offline
#150 2005-10-13 10:14:01
Re: [plugin] [ORPHAN] vdh_flickr
OK, I’ve updated both the plugin and the documentation. The new version has many bugs fixed, can show very customisable lists of your tags and has a handy random feature. And it’s all in the docs this time.
Furthermore, while I updated the docs, I made a list of features, which I found quite impressive. In order to show off, I’ve put this list on the first page of this thread.
Offline
#151 2005-10-13 10:17:23
Re: [plugin] [ORPHAN] vdh_flickr
Larf – Thanks for all your work on this, it’s a great plugin!
Offline
#152 2005-10-13 11:19:44
Re: [plugin] [ORPHAN] vdh_flickr
I get an error with the random attribute…
My tag looks like this:
<code><txp:vdh_flickr_thumbnails nsid=“12345678@N00” random=“3” /></code>
…and the error I get is this:
Fatal error: Call to a member function isValid() on a non-object in C:\Program Files\xampp\htdocs\millstone\textpattern\lib\txplib_misc.php(429) : eval()’d code on line 550
Last edited by Martagnan (2005-10-13 11:20:36)
Offline
#153 2005-10-13 11:29:26
Re: [plugin] [ORPHAN] vdh_flickr
You have to specify where to take the random pictures from, like a tag, a set number or latest pics.
Example here:
http://forum.textpattern.com/viewtopic.php?id=11760
Last edited by larf (2005-10-13 11:30:28)
Offline
#154 2005-10-14 05:32:53
Re: [plugin] [ORPHAN] vdh_flickr
The “tags” part looks great. Unfortunately, I am getting an error that I got before- “Failed to connect to Flickr.com”
What’s wrong?
bludrop studios .::. Creative Expression
Offline
#155 2005-10-14 08:30:35
Re: [plugin] [ORPHAN] vdh_flickr
EDIT: I just released 0.8.2.
Your problem most probably occurs because of php4 not being able to get the flickr xml file. In 0.8.1 I implemented only one method of getting the xml file (domxml_open_file) which does not seem to work on every host.
In 0.8.2 I’ve implemented three methods of receiving the xml file (curl, file_get_contents and domxml_open_file), and vdh_flickr automagically checks which one is available.
php5 still only uses simplexml_load_file. Anyone having problems with vdh_flickr and php?
So please try the new version and report back if it works for you. It could help me improve the plugin.
—
Greetings
Ralph
Last edited by larf (2005-10-14 10:12:50)
Offline
#156 2005-10-14 16:29:41
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: [plugin] [ORPHAN] vdh_flickr
larf wrote:
<blockquote>So please try the new version and report back if it works for you. It could help me improve the plugin.</blockquote>
I did and… HEEEELP !
This message appeared on the top of every pages as soon as I updated to 0.8.2 (on a standard 4.0.1 r888 txp)
I had do disable the plugin (and the galeries, then) to get rid of it.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/xxx/www/xxx/textpattern/lib/txplib_misc.php(429) : eval()'d code on line 787
.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/xxx/www/xxx/textpattern/lib/txplib_misc.php(429) : eval()'d code on line 793
.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/xxx/www/arr/xxx/lib/txplib_misc.php(429) : eval()'d code on line 799
.
Some informations :
The site is in Live mode
Excepting this huge load of PHP warnings, the galery seems to work normally when the plugin is turned on…
and…
PHP version: 5.0.3
Register globals: 1
Magic quotes: 1/0
MySQL: 4.0.21-standard
Locale: en_GB.UTF-8
Server: Apache/1.3.33 (Unix)
Last edited by Niconemo (2005-10-14 16:46:07)
Nico
Offline