Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#817 2015-09-21 16:47:31
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Remove the http%3A//
part from the form field and click “Latest”. They seem to have a persistent encoding problem over there.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#818 2016-02-08 05:46:03
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 110
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I try the SQL call from the instructions.
For existing sites, you can copy your current article/category assignments to the new category table structure using the following SQL statements:
INSERT INTO textpattern_category (article_id, category_id) SELECT t.id, c.id
FROM textpattern t LEFT JOIN txp_category c on t.category1 = c.name
WHERE c.type = ‘article’ and t.category1 != ‘’;
and it returned this error.
Internal error “Unknown table ‘t’ in field list”
in /Applications/MAMP/htdocs/textpattern455/textpattern/lib/txplib_db.php at line 95.
adminErrorHandler()
textpattern/lib/txplib_db.php:95 trigger_error()
textpattern/lib/txplib_misc.php(812) : eval()’d code:414 safe_query()
rss_sql_run()
textpattern/lib/txplib_misc.php:854 call_user_func_array()
I’m sorry. I’m afraid I can’t do that; rss_sql_run is an unsafe operation.
I tried to run it from the RUN SQL in the extension tab is that makes a difference.
Is there something obvious I am missing?
ANSWERED: Don’t run this SQL query from inside the textpattern “RUN SQL” extension, run it from phpMyAdmin or Sequel Pro and it works.
Last edited by lazlo (2016-02-08 21:28:01)
Offline
#819 2016-02-08 14:17:09
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Hi lazlo, in the other topic you wrote:
lazlo wrote #297790:
I installed rss_unlimited_categories years ago turned it on and literally never used it for its intended purpose
Did you think of updating the plugin?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#820 2016-02-08 18:33:42
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 110
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
uli wrote #297805:
Hi lazlo, in the other topic you wrote:
Did you think of updating the plugin?
Yes it is updated. Using the plugin for its intended purpose is now my goal.
ANSWERED above
Last edited by lazlo (2016-02-08 21:28:39)
Offline
#821 2016-04-17 17:36:53
- lazlo
- Member
- Registered: 2004-02-24
- Posts: 110
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: 110
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
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
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
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
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.
Offline
#827 2016-07-05 19:04:34
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
- 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
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