Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2008-03-02 11:07:24
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
Perfectly clear, you’re a natural born teacher! ;)
Well, I think that my approach should work but you’re right: I need an extra plugin to break the 10 custom fileds limit.
I think I’ll give a try to the sed_pcf anyway just to establish a Guinness World Record by number of plugins used with TXP… ;)
Offline
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
I do not understand what I am doing wrong. I have comma separated values in my custom1 field (named YouTubeV=) and I keep getting the following error: Returning early – nothing to do in CF[YouTubeV=].
I have a page with the following:
<txp:article form=“art” />
The Art form is:
<txp:if_article_list>
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<txp:else />
<h3><txp:title /></h3>
<div id=“thumbs”>
<txp:hak_article_thumb linktype=“page” link=“1” linktitle=“txp:alt” />
<txp:sed_pcf_for_each_value name=“YouTubeV=” debug=“1” />
</div>
<div id=“image_box”>
<txp:hak_article_image form=“art_image” urloverride=“1” limit=“1” linktitle=“view image” />
</div>
</txp:if_article_list>
I have two articles… both of have values in the YouTubeV= custom field.
Article 1 has: UcKqyn-gUbY,PzyAP4zLb6w,90mj79GqWhc,B5MkpzMAOZM,V-TGxJI4JwA
Ariticle 2 has: red,green,blue,orange,purple,yellow
I am using TXP 4.0.6
I read Bloke’s post that mentioned the sed_plugin_library, so I installed it as well. Still doesn’t return anything.
Thanks to anyone who can help!
Last edited by photonomad (2008-08-02 22:04:07)
Offline
#27 2008-08-03 01:29:30
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
photonomad
Could you try getting rid of the “=” in the field title; just call it “YouTubeV” instead. Does that make a difference?
— Steve
Offline
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
Net-Carver — Your reply helped me figure it out. Actually, the capital letters in “YouTubeV=” (not the “=”) were the problem. I made the custom field name lowercase “youtubev=” and it works perfectly now.
This is a very helpful plugin. Thanks for all of your work!
Offline
#29 2011-02-09 17:34:59
- oyster
- New Member
- Registered: 2010-11-01
- Posts: 5
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
Hi
Thanks for the great plugin.
I have been using the plugin to list product features and applications. Is there a way to change the , (coma) to something else like *
to separate the lines?
from a,b,c
to a*b*c
this is how I implement the fields in the pages:
<txp:sed_pcf_for_each_value name=“features” wraptag=“ul” break=“li” />
The problem is that the coma is very common and when used it will split the features and application text.
Any help is appreciated.
Offline
#30 2016-08-24 16:54:50
- dorka
- Member
- Registered: 2012-10-04
- Posts: 90
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
Hi guys, any idea where can I download sed_pcf plugin? Thanks!
Offline
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
dorka wrote #300761:
Hi guys, any idea where can I download sed_pcf plugin? Thanks!
Via Internet Archive: March 9, 2013
Offline
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
Nice sleuthing: the installer is now stored for posterity in this gist.
Steve also has a copy of the sed_pcf source in his github account (not sure if this is the very last version, though).
TXP Builders – finely-crafted code, design and txp
Offline
Re: [plugin] [ORPHAN] sed_pcf: Packed Custom Fields.
jakob wrote #300769:
Steve also has a copy of the sed_pcf source in his github account
I saw that but decided to look for a compiled version. We should probably look at the source at some point and see which one is later.
Offline