Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#811 2014-12-02 23:47:59

ingleslenobel
Member
Registered: 2014-10-16
Posts: 88

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Hmmmm, looks like I need to use rss_if_article_unlimited_category instead?

Offline

#812 2014-12-03 19:46:56

ingleslenobel
Member
Registered: 2014-10-16
Posts: 88

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Does anyone have a snippet to use to display the bogstandard categories articles are in rather than trying to wade through 82 pages on a forum?

Offline

#813 2014-12-03 20:31:25

ingleslenobel
Member
Registered: 2014-10-16
Posts: 88

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Abandoning this. it’d be GREAT to use this but the support and documentation just isn’t there.

Offline

#814 2014-12-04 15:39:26

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Actually,I replace rss_unlimited_cat with smd_tags …

Offline

#815 2014-12-05 00:26:59

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 5,218
Website GitHub

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

I also use smd_tags but does this old snapshot of the original docs on the web archive help at all?


TXP Builders – finely-crafted code, design and txp

Offline

#816 2015-09-21 15:53:23

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

jakob wrote #286243:

I also use smd_tags but does this old snapshot of the original docs on the web archive help at all?

The wayback machine link isn’t bringing up the page for me – it says it is not contained in the archive.

Offline

#817 2015-09-21 16:47:31

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

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,319

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?

For a larger view

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_categories

Is 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: 573
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: 573
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

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?

For a larger view

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

Board footer

Powered by FluxBB