Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#831 2016-07-26 19:09:28

jeremywood
Member
Registered: 2007-12-12
Posts: 26

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

I can’t access the rss_unlimited_categories options—they aren’t showing up in the Extensions menu, and I get “Restricted area” when I try to get to options from the Plug-in page. I’m running rss_unlimited_categories 0.7.5.3 on txp 4.5.7—has anyone else run into this?

Update:

Figured out the problem: The “type” of the plug-in was set to public, not Public + Admin. I must have changed that by mistake at some point.

Last edited by jeremywood (2016-07-26 20:31:11)

Offline

#832 2016-07-27 05:50:35

makss
Plugin Author
From: Ukraine
Registered: 2008-10-21
Posts: 355
Website

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

jeremywood, what version of PHP and mysql you have used?
Maybe the problem with the initial creation table textpattern_category. The next version is already fixed.

The plugin uses a “type” 5 – public+admin+ajax


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

#833 2016-07-29 19:44:23

jeremywood
Member
Registered: 2007-12-12
Posts: 26

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

makss wrote #300419:

jeremywood, what version of PHP and mysql you have used?
Maybe the problem with the initial creation table textpattern_category. The next version is already fixed.

This is a (very) pre-existing install. An old txp database (~4.0.4 era) now in 4.5.7, running php 5.6.24, mysql 5.5.50.

The plugin uses a “type” 5 – public+admin+ajax

Gotcha, now everything works.

Offline

#834 2017-03-12 04:07:39

alicson
Member
Registered: 2004-05-26
Posts: 465
Website

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

I’m running rss_unlimited_categories version 0.7.6.6g on TXP 4.6.2. It seems to be working beautifully, however I’ve identified this plugin as the reason why my articles will not load if called by their ID without the full title (e.g. http://sitename.ext/section/id/). Has anyone else noticed this? Is there a patch or advice on how to fix this? I rely on the unlimited_categories plugin, however really also appreciate being able to call my articles by ID even if the full title is not included.


textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation

Offline

#835 2017-03-12 09:22:18

makss
Plugin Author
From: Ukraine
Registered: 2008-10-21
Posts: 355
Website

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

alicson, open the plugin code and comment out the line:

register_callback('rss_multi_url','pretext');

This should help.

.

Plugin update: v0.7.6.6i

  • Optimizing the rss_uc_cloud tag is a big performance gain.

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

#836 2017-03-12 18:29:25

alicson
Member
Registered: 2004-05-26
Posts: 465
Website

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

Thank you @makss!! Commenting out the line solved it, and then I upgraded the plugin to your latest version and still happily solved :)
— however, an earlier issue came back, which I had identified as being connected to rss_suparchive (so I disabled that and it solved it; now happening with the latest unlimited_categories), which is that visiting a url with just the ID will not load the article — you have to put in the whole article title.

e.g. this used to load the correct article: http://sitename.com/section/ID/
however now only this will load: http://sitename.com/section/ID/title-of-the-article

(They both load the page, however with unlimited_categories activated only the full title-of-the-article in the URL will load the article.)


textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation

Offline

#837 2017-03-13 11:04:56

alicson
Member
Registered: 2004-05-26
Posts: 465
Website

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

Update: I currently have rss_unlimited_categories running and sgb_url_handler running and all my URLs appear to be working including individual articles, articles called in sections other than their own, and articles by ID only (no title)… I may be missing something.. will check again after some sleep.


textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation

Offline

#838 2018-04-19 18:38:22

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

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

I’m getting a 404 when I tgry to go to the plugin author’s web site.

Where can I get rss_unlimited_categories_filedunder ?

Thanks !

edit:

Ah, I found this:

http://makss.uaho.net/plugins/

Last edited by JimJoe (2018-04-19 18:40:16)

Offline

#839 2018-04-20 18:58:28

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

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

I hate to be a bother, but is this ‘filedunder’ done with an Insert into MyQSL ? I ask because I don’t see a way to do it via the plugins preferences.

Offline

#840 2018-05-02 19:45:07

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

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

I found it as an if statement in the plugins code. I went to the default page for articles.

I added the rss_unlimited_categories_filedunder part right after if_author and if_category. Nothing showed, not even text for articles. It was added between <>, and as far as I can tell, correctly.

Removed what I had added.

Then I tried adding the rss_unlimited_categories_filedunder right after txp:text item=“category”. It was added between <>, and as far as I can tell, correctly.

For this method, the article showed, but not the rss category list.

Am I just missing it ? Or am I completely off and need to look elsewhere.

Offline

Board footer

Powered by FluxBB