Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#193 2006-07-16 22:47:35

guramadamia
New Member
Registered: 2006-06-21
Posts: 4

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

jonhicks wrote:

Does anyone have an idea of how to restrict the unlimited_list to a section?

looking forward for that option:(

Last edited by guramadamia (2006-07-16 22:48:38)

Offline

#194 2006-07-17 21:15:02

blazin6543
Member
From: Toronto, Canada
Registered: 2006-06-19
Posts: 103
Website

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

anyone know why when i choose a category that it shows the category of the article but when i click the category it only shows categories that i have selected with the default category list not from this plugin?

Offline

#195 2006-07-21 18:10:06

Romuald
Archived Plugin Author
From: France (69)
Registered: 2005-03-01
Posts: 20
Website

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

Hi.
There’s a problem with the lastest version ?
I can’t select multiple cat.

Thanks
/Romu.

Offline

#196 2006-07-21 18:33:37

jonhicks
Member
From: Oxfordshire UK
Registered: 2004-03-22
Posts: 256
Website

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

Romuald – are you holding down Apple (Mac) or (I think?) Ctrl (on PC) to select multiple items?


Cheers,
Jon VC#9

Offline

#197 2006-07-22 18:13:19

Romuald
Archived Plugin Author
From: France (69)
Registered: 2005-03-01
Posts: 20
Website

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

It’s a select with one choice, not a multiple select (dropdown list).
So, I can’t use ctrl/shit to select.
I’ve made an update to r1432.

Offline

#198 2006-07-22 19:24:03

jonhicks
Member
From: Oxfordshire UK
Registered: 2004-03-22
Posts: 256
Website

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

What you should be getting is a textfield above the default category pulldown menu. When you say that you’ve update to r1432, does that mean you’re using the latest version from SVN? Its working fine for me on 4.03.


Cheers,
Jon VC#9

Offline

#199 2006-07-22 21:04:25

TNT
Member
From: Rotterdam, Netherlands
Registered: 2006-01-06
Posts: 256
Website

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

@ Romuald: are you using IE? The plugin doesn’t work in IE, because the box with categories just isn’t there.

Another good reason to start using a better browser.


Prrrrrrrr

Offline

#200 2006-07-23 18:51:57

Romuald
Archived Plugin Author
From: France (69)
Registered: 2005-03-01
Posts: 20
Website

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

Using FF…
Before update tor 1432 I had the select =“multiple” and after, I’ve default TXP interface, double select for categories.

Maybe something like http://forum.textpattern.com/viewtopic.php?id=17584

Last edited by Romuald (2006-07-23 18:52:30)

Offline

#201 2006-07-23 20:52:52

jonhicks
Member
From: Oxfordshire UK
Registered: 2004-03-22
Posts: 256
Website

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

Does anyone know how to allow article form override when using this tag:

<txp:rss_unlimited_categories_article_list /> ?


Cheers,
Jon VC#9

Offline

#202 2006-07-24 02:33:37

bit
Archived Plugin Author
From: Philippines
Registered: 2005-02-14
Posts: 65
Website

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

I don’t have the time to double-check it right now but here’s my solution:

First, on line 235, add $prefs to the global variables.

Next, on line 293, replace
$article = fetch_form($form);
with:
$article = ($prefs['allow_form_override'] && $a['override_form'])
? fetch_form($a['override_form'])
: fetch_form($form);


“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”

Offline

#203 2006-07-24 07:58:14

jonhicks
Member
From: Oxfordshire UK
Registered: 2004-03-22
Posts: 256
Website

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

You beauty! Thats done it! Thanks very much! :D


Cheers,
Jon VC#9

Offline

#204 2006-07-24 08:54:33

alexandra
Member
From: Cologne, Germany
Registered: 2004-04-02
Posts: 1,370

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

Is anybody out there who could modify the plugins code the way it adds the attribute time=“past” to <txp:rss_unlimited_categories_article_list /> ?
so articles with a future date get not listed.

Offline

Board footer

Powered by FluxBB