Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#265 2005-12-30 20:47:38
- sisterstephie
- New Member
- Registered: 2005-12-14
- Posts: 3
Re: [plugin] [ORPHAN] vdh_flickr
I would like my flickr tags to show up in a column on every flick page.
how do i call that function?
I tried this
< txp:vdh_flickr_tag_list_all >
but it didn’t work. what i am doing wrong?
Last edited by sisterstephie (2005-12-30 20:48:07)
Offline
#266 2005-12-31 13:09:37
Re: [plugin] [ORPHAN] vdh_flickr
@sisterstephie:
You are right, the tag list seems to be broken in the version 0.8.6. This should be resolved in 0.8.7:
Offline
#267 2006-01-13 16:54:29
- RDM
- New Member
- Registered: 2006-01-06
- Posts: 3
Re: [plugin] [ORPHAN] vdh_flickr
> bb50014 wrote:
> hmmm
-i got my key from flickr
-installed the plugin
-activated it
-created a section called ‘photogal’
-made a new article put the tag in the body (no title), then selected the section ‘photogal’
-publish’ed it
-went to my site “/photogal”
and got a blank page…
i’m using TP Rc3 rev224 hosted on texdrive…
… any ideas?
thanks in advance
brian
I’m new to TXP and I’m getting the same problem.
What was the solution? I’m using TXP 4.0.3 (r1188), if that means anything (Rc? rev? what?), and PHP4.
Sorry if the answer was elsewhere in the topic, I’m pressed for time so I couldn’t read it all.
Offline
#268 2006-01-13 18:35:01
Re: [plugin] [ORPHAN] vdh_flickr
That post you quote refers to a very old version of vdh_flickr, which did only run with php5. That was the problem.
Try to add a couple of text lines to your article, so you can make sure the article is really displayed. If that does not work, please post some more details of your configuration.
Offline
#269 2006-01-13 19:57:53
- RDM
- New Member
- Registered: 2006-01-06
- Posts: 3
Re: [plugin] [ORPHAN] vdh_flickr
The article appears just fine if I leave out:
< txp:vdh_flickr nsid=“30063793@N00” / >
Only when I include that in the article the entire page come back blank, not just the article.
What other config details would help?
Offline
#270 2006-01-13 20:29:10
Re: [plugin] [ORPHAN] vdh_flickr
Please check the output of phpinfo().
For php5, you need SimpleXML compiled in, for php4 you need dom-xml. This information should be included in the output of phpinfo, too.
If you don’t meet the requirements, you can still write an email to your hoster of switch to TextDrive.
Offline
#271 2006-01-14 00:06:24
- RDM
- New Member
- Registered: 2006-01-06
- Posts: 3
Re: [plugin] [ORPHAN] vdh_flickr
Thanks for the help. I got it now.
Offline
#272 2006-01-18 20:13:40
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: [plugin] [ORPHAN] vdh_flickr
I have the following problem…
I’m trying to show 3 of the latest photos in my Flickr account on the front page of my site. I’ve used the code below to do this (of course, I didn’t use the nsid below… I used my own)
<code><txp:vdh_flickr_thumbnails nsid=“12345678@N00” latest=“3” open=”flickr” thumbnails_form=“frontpagethumbs” thumbnail_size=“s” /></code>
<p>And nothing shows up. If I remove open=“flickr” then it shows up but links to the local page. I want it to link to my flickr album. How do I do this? Please help!</p>
Last edited by brian.zerangue (2006-01-18 20:14:08)
Offline
#273 2006-01-18 21:25:35
Re: [plugin] [ORPHAN] vdh_flickr
It works for me with this code:
<txp:vdh_flickr_thumbnails nsid="43973976
N00” latest=“3” open=“flickr” />@
In the code you pasted the quotes look funny, so maybe there is a problem with the quotes…
Offline
#274 2006-01-18 21:35:49
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: [plugin] [ORPHAN] vdh_flickr
thank you… my stupidity knows no bounds… I can’t believe I missed that… it was the quotes… I copied and pasted the code. thanks.
Offline
#275 2006-01-28 13:24:59
Re: [plugin] [ORPHAN] vdh_flickr
this plugin provides everything I need! Great work, thanks!
Diagnosis:
Version Textpattern: 4.0.3 (r1188)
PHP-Version: 4.4.1
Hosting: all-inkl.com
Offline
#276 2006-02-01 21:44:32
- ekfritz
- New Member
- Registered: 2006-01-29
- Posts: 4
Re: [plugin] [ORPHAN] vdh_flickr
I finally got it working… I have to use the nsid tag even if I’ve changed it in the code, but whatever. My issue is now this: when you click on a thumbnail to bring up the single, larger pic, the picture shows up but I get this error message at the top of the page:
<code>
tag_error <txp:vdh_flickr nsid=“42331548@N00” /> -> Warning: Invalid argument supplied for foreach() on line 970></code>
I know absolutely squat about php, so any help you good folks can offer is much appreciated. Thanks!
Ah, if you’d like to see what I’m talking about—especially since I’m pretty sure I didn’t explain it well—see for yourself
Last edited by ekfritz (2006-02-01 22:01:25)
Offline