Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2014-05-06 11:30:53
- trenc
- Plugin Author
- From: Cologne
- Registered: 2008-02-27
- Posts: 561
- Website
yab_cf_article_list: List and search a custom_field in article list
List and search articles with custom field.
See screenshot:
If the image not shown see here.
Download compiled and source:
yab_cf_article_list_v0.2.tar.gz
Changelog:
- v0.1: 2014-05-06
- initial release
- v0.2: 2017-02-18
- bugfix: TXP 4.6.ready (required)
Last edited by trenc (2018-02-22 09:23:52)
Offline
#2 2014-05-06 13:44:04
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,168
Re: yab_cf_article_list: List and search a custom_field in article list
Hey, another very useful one, and seamlessly integrated! Danke!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2014-05-07 08:58:29
- wavesource
- Member
- From: Australia
- Registered: 2011-08-02
- Posts: 52
Re: yab_cf_article_list: List and search a custom_field in article list
Thank you for your contribution, this will be very useful!
Offline
#4 2017-02-18 11:46:30
- trenc
- Plugin Author
- From: Cologne
- Registered: 2008-02-27
- Posts: 561
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
yab_cf_article_list_v0.2.tar.gz now works with TXP 4.6.x (and is required).
Offline
#5 2018-02-21 18:55:35
- jayrope
- Plugin Author
- From: Berlin
- Registered: 2006-07-06
- Posts: 638
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
Hi trenc, very useful plugin, thank you. Would it be easy to add sorting capability to the tab in the article list?
a hole turned upside down is a dome, though only when there’s gravity.
Offline
#6 2018-02-22 09:28:19
- trenc
- Plugin Author
- From: Cologne
- Registered: 2008-02-27
- Posts: 561
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
Hi trenc, very useful plugin, thank you.
You’re welcome.
Would it be easy to add sorting capability to the tab in the article list?
Ehem…probably. It’s a long time since the release but I think the complexity was the reason for not implementing the sort functionality…or my laziness.
But I have marked it for a next release.
Last edited by trenc (2018-02-22 09:28:46)
Offline
#7 2018-03-11 14:43:51
- jayrope
- Plugin Author
- From: Berlin
- Registered: 2006-07-06
- Posts: 638
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
Is it possible to search contents of custom fields also on the public side, not just on the admin side?
a hole turned upside down is a dome, though only when there’s gravity.
Offline
#8 2018-03-11 18:00:46
- etc
- Developer
- Registered: 2010-11-11
- Posts: 3,042
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
jayrope wrote #309901:
Is it possible to search contents of custom fields also on the public side, not just on the admin side?
<txp:article_custom cf_name="%search_term%" />
is not what you need?
Offline
#9 2018-03-12 21:11:22
- jayrope
- Plugin Author
- From: Berlin
- Registered: 2006-07-06
- Posts: 638
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
Etc, hmm, yes, somehow. I was hoping to be able to search all custom fields at once, and including body, title, excerpt, and all of that looking like a standard search form. Can you give me a roadmap to this?
In fact i have etc_search installed, but can’t wrap my head around how to configure it right.
Thanx very much!
Last edited by jayrope (2018-03-12 21:14:33)
a hole turned upside down is a dome, though only when there’s gravity.
Offline
#10 2018-03-12 21:52:05
- etc
- Developer
- Registered: 2010-11-11
- Posts: 3,042
- Website
Re: yab_cf_article_list: List and search a custom_field in article list
jayrope wrote #309923:
I was hoping to be able to search all custom fields at once, and including body, title, excerpt, and all of that looking like a standard search form. Can you give me a roadmap to this?
wet_haystack perhaps?
Offline