Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#821 2016-04-17 17:36:53
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 102
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Hey Gang
I am new rss_unlimited_categories and I am trying to figure out how on the admin side how to search for articles by category.
Content Tab > Article > Search by Category doesn’t display anything (or only display categories assigned to Category1 and Category2). Is there a fix for this? Is the a patch that returns the functionality or a patch to smd_browse_by?
Is the image below displaying normal behaviour for rss_ul_cat?
Last edited by lazlo (2016-04-17 23:14:52)
Offline
#822 2016-04-17 23:09:12
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 102
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Part 2
in my quest to understand rss_unlimited_categoriesIs this code still valid? (breadcrumbs) As in does the txp:category tag still work with rss_ul_cat?
<txp:if_category>
<li><txp:section title="1" link="1" /></li>
<li><a href="<txp:site_url /><txp:section />/<txp:category />"><txp:category title="1" /></a></li>
Moderator’s annotation:
Repaired Textile markup.
– Uli –
Last edited by uli (2016-04-18 00:47:20)
Offline
#823 2016-06-10 19:57:14
- JimJoe
- Member
- From: United States
- Registered: 2010-01-30
- Posts: 485
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I use this plugin and I hope it continues to work as Textpattern is updated
Offline
#824 2016-06-24 19:54:52
- JimJoe
- Member
- From: United States
- Registered: 2010-01-30
- Posts: 485
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Is there a way to use this plugin’s extra categories and add them to the list at the bottom of the articles ?
Thanks !
Offline
#825 2016-06-29 17:16:47
- makss
- Plugin Author
- From: Ukraine
- Registered: 2008-10-21
- Posts: 355
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Available test version rss_unlimited_categories plugin for Textpattern 4.6-dev
The plugin will be updated and developed. I will be glad feedback and wishes.
lazlo wrote #298644:
Content Tab > Article > Search by Category doesn’t display anything (or only display categories assigned to Category1 and Category2). Is there a fix for this?
I will try to do so in the near future.
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline
#826 2016-06-29 17:53:14
- michaelkpate
- Moderator
- From: Avon Park, FL
- Registered: 2004-02-24
- Posts: 1,129
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
makss wrote #300040:
Available test version rss_unlimited_categories plugin for Textpattern 4.6-dev
That was fast. :)
I installed it on one of my 4.6 Test Installs and everything is good so far.
Michael K. Pate | Pate Technologies | Third Superpower
Offline
#827 2016-07-05 19:04:34
- makss
- Plugin Author
- From: Ukraine
- Registered: 2008-10-21
- Posts: 355
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
rss_unlimited_categories – Minor fixes in the admin interface.
It seems to work fine with Textpattern 4.6
Small Todo for further development of the plugin:
- Create a new topic on the forum. ;-)
- Bring in the order tag attributes. (Remove
sortdir
,sortby
and usesort
) - Add a container tag to other tags.
- Rewrite part of the code and optimize performance.
- Admin site search by category.
- Make docs.
What else can be useful to add to this plugin?
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline
#828 2016-07-06 00:29:48
- JimJoe
- Member
- From: United States
- Registered: 2010-01-30
- Posts: 485
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
If there was someway to integrate this plugin’s list of categorys with the 2 categories in txp, so I could show pultiple categories at the bottom of each article, that would be great.
Offline
#829 2016-07-07 19:17:06
- makss
- Plugin Author
- From: Ukraine
- Registered: 2008-10-21
- Posts: 355
- Website
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
JimJoe wrote #300208:
If there was someway to integrate this plugin’s list of categorys with the 2 categories in txp, so I could show pultiple categories at the bottom of each article, that would be great.
As I understand it, it will be possible to do if rss_uc_article_list
tag to add a new attribute category12
. Or even to expand: category1
, category2
, where
(as in aks_article plugin).
I also really like the two standard Textpattern category, they work quickly. And in their projects at the same time, I use the standard categories and unlimited categories. I hope in future versions of Textpattern standard two categories remain still.
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline
#830 2016-07-26 19:05:14
- jeremywood
- Member
- Registered: 2007-12-12
- Posts: 26
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
JimJoe wrote #299963:
Is there a way to use this plugin’s extra categories and add them to the list at the bottom of the articles ?
Yes, use “rss_unlimited_categories_filedunder”, which outputs a list of the categories the article is filed under.
Offline