Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#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
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
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.
Sorry for my french english.
Trucs et bidules GT4 Club driver France Undergardment Lingerie
Offline
#196 2006-07-21 18:33:37
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
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.
Sorry for my french english.
Trucs et bidules GT4 Club driver France Undergardment Lingerie
Offline
#198 2006-07-22 19:24:03
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
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
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)
Sorry for my french english.
Trucs et bidules GT4 Club driver France Undergardment Lingerie
Offline
#201 2006-07-23 20:52:52
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
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
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