Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#613 2009-04-01 11:57:48
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I tested this plug on Textpattern 4.0.6 and 4.0.7 – all ok.
(download zip, extract, paste in TxP plugin tabs)
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
#614 2009-04-01 13:15:44
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I’m using TXP 4.0.8…
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline
#615 2009-04-01 17:29:57
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I tested it on a TXP 4.0.8, and works fine. Thanks, Makss!
Offline
#616 2009-04-04 00:36:03
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
rss_unlimited_categories patch 0.7.4p2
Changes:
0.7.4p1
- fix unsafe variables in rss_unlimited_categories_article_list
- fix bug in Extension Tab
0.7.4p2
- add option “Parent for display” for Write Article tab. see Extension tab.
Last edited by makss (2009-05-06 00:04:02)
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
#617 2009-04-25 00:03:39
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
makss, when I try to install 0.7.4p2 I just get a blank window and the plugin does not install. I’ve tried on a few different installs, just to be sure, and I can’t get it working anywhere.
I really appreciate your efforts to keep this alive!
Offline
#618 2009-04-25 15:09:28
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
floodfish, I changed the format of the plugin. Please dowload and try again.
Last edited by makss (2009-04-27 19:08:53)
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
#619 2009-04-27 18:22:07
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Hm, I have the same problem with that new version.
Offline
#620 2009-04-27 18:55:20
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Next probe :)
Please try it.
rss_unlimited_categories_v0.7.4p2
Last edited by makss (2009-04-27 19:09:20)
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
#621 2009-04-27 19:02:15
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
That works! Brilliant. Thanks.
Offline
#622 2009-04-27 19:06:25
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Excellent! :)
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
#623 2009-04-30 16:13:17
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
hi makss, I have a bug that I’m pretty sure started when I upgraded to your patch.
If I have the following code
<txp:rss_uc_filedunder parent=“toc-categories” linktosection=’<txp:section />’ />
And I have (for example) a section called “culture” and a category called “film”, I get a link to
/culturefilm
Instead of
/culture/film
Is there perhaps a slash missing in your code somewhere?
Offline
#624 2009-05-01 20:48:59
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
OK, I seem to have found it. Missing .”/”. at line 183. Should be (I think):
$path = ($usemessy) ? hu.”?s=”.$linktosection.”&c=”.strtolower($b[‘name’]) : hu.$linktosection.”/”.strtolower($b[‘name’]).$suffix;
Offline