Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#97 2006-03-29 22:13:13

papalozarou
Member
Registered: 2004-07-05
Posts: 43

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

It’s working for me now. Is there any way of getting the articles to display most recent first when you click through to the category (or in my case ‘tag’) section?

Offline

#98 2006-03-30 11:04:58

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

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

I still get a 404 on TXP Mag for the TAG Cloud. The urls of the tag cloud is something like
http://txpmag.com/article/events – but this url directs me to a 404. the urls should be:
http://txpmag.com/article/?c=events

I use /section/title on TXP Mag.

Last edited by alexandra (2006-03-30 11:07:36)

Offline

#99 2006-03-30 14:24:08

gdtroiano
Archived Plugin Author
From: Highland Park, NJ
Registered: 2005-01-29
Posts: 59
Website

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

Praise be…It works now! Thanks, Rob.

BTW, Nathan Arthur’s tru_tag plugin is also very good.

Offline

#100 2006-03-30 14:29:35

frankrausch
New Member
Registered: 2006-02-24
Posts: 3

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

Hey everyone,

is there any way to output the categories of an article as plain text? I don’t want links in this particular case, maybe there is an option to switch them off?

Something like
<code>
<txp:rss_unlimited_categories_filedunder createlink=“no” />
</code>
would be great.

Thanks

Offline

#101 2006-03-30 19:15:53

NeilA
Member
From: Blue Mountains, Australia
Registered: 2004-08-15
Posts: 316
Website

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

alexandra wrote:
bq. I still get a 404 on TXP Mag for the TAG Cloud. The urls of the tag cloud is something like
http://txpmag.com/article/events* – but this url directs me to a 404. the urls should be:http://txpmag.com/article/?c=events
I use /section/title on TXP Mag.

Now I am far from being being a TxP expert, and I see this as adding to my understanding of things, but I have the tag cloud working by having the plugin direct to http://westserve.org/category/blahblah using: <code><txp:rss_unlimited_categories_cloud linktosection=“category” /></code>

So why wouldn’t that work for you Alexandra? (and why doesn’t the bq work above?)

Last edited by NeilA (2006-03-30 19:16:44)


Neil – Blue Mountains, Australia

http://westserve.org
http://ministrygrounds.net.au

Offline

#102 2006-03-31 04:16:43

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

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

Update – Version 0.3

Version 0.3 adds the ability to generate messy category URLs for those still having problems with the clean category URLs.

Download v0.3

Offline

#103 2006-03-31 21:12:44

Papuass
Member
From: Rīga, Latvija
Registered: 2006-03-28
Posts: 21
Website

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

My tags now do not give 404 errors now, but it does not filter my bolg entries. It just shows all entries.
http://aiz.miga.lv

I am using year/month/date/title type of urls und tag looks like
&lt;txp:rss_unlimited_categories_filedunder linktosection="kategorija" usemessy="1" /&gt;

Offline

#104 2006-04-04 14:09:16

Algaris
Member
From: England
Registered: 2006-01-27
Posts: 535

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

First off I would like to say thank you for producing this plugin. It’s a life saver for the current project I’m working on where articles have to belong to more than two categories.

I’m having a slight problem though with rss_unlimited_categories within Textpattern using the latest version (0.3). In Firefox the multiple categories list appears as you would expect and you can select which ones you want to tag the article with, but in Internet Explorer the list does not appear at all, just the two standard dropdown lists Textpattern gives you.

If anybody has any suggestions as to why this might be happening and how I could fix it I would be very grateful.

Thanks.

Offline

#105 2006-04-04 20:07:20

NeilA
Member
From: Blue Mountains, Australia
Registered: 2004-08-15
Posts: 316
Website

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

I can confirm the same thing here. IE loads the page, but without the plugins’ category list.

This is IE6 – don’t know about IE7beta, and don’t if older versions of the plugin function OK.


Neil – Blue Mountains, Australia

http://westserve.org
http://ministrygrounds.net.au

Offline

#106 2006-04-08 19:19:54

Algaris
Member
From: England
Registered: 2006-01-27
Posts: 535

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

I’m having real problems using rss_unlimited_categories_article_list to display a list of articles by the current category (i.e. /collection/?c=agricultural-heritage-collection).

In my page I have the following code, which I am using to call the cats form: <code><txp:rss_unlimited_categories_article_list form=“cats” category=”$c” /></code>

In the cats form I have the following code:

<code>
<h1><txp:category title=“1” /></h1>
<div id=“box”>
<li><txp:permlink><txp:title /></txp:permlink></li>
</div>
</code>

Every time I try to view a category for the section it outputs nothing at all. It’s as though it’s not even calling the cat form with the rss_unlimited_categories_article_list code.

The only way I can seem to get anything outputted from the form is by using the following code:

<code>
<txp:article_custom form=“cats” />
</code>

All I can think is I am messing the code up somehow or misunderstanding how things fit together. I’m tearing through the forums and the FAQ, to see if I can find anything, but so far no luck.

If anybody could please help me with this I would be very grateful.

edit

After doing some testing I found I could get the rss_unlimited_categories_list and rss_unlimited_categories_cloud options to work but not rss_unlimited_categories_related. I wonder if this is somehow related to the way I am linking the form, section and categories together.

Last edited by Algaris (2006-04-11 11:16:29)

Offline

#107 2006-04-11 21:18:20

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

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

Is there a way to have the article list by category sorted desc by date? At the moment the list is sorted asc by date-

Thank for the related article tag!

Z-

Offline

Board footer

Powered by FluxBB