Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#745 2011-09-17 17:08:14

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

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

with the function rss_unlimited_categories_list I can defined a breakclass – but this is one name for all categories (how e.g. <li class="c.name">c.title-1</li><li class="c.name">c.title-2</li>

I wish the name in the breakclass automatically generate the same name from each different category-title how e.g.

bg. <li class=“cat-1”>Cat-1</li>
<li class=“cat-2”>Cat-2</li>

For this automatic generate name, what I can write in <txp:rss_unlimited_categories_list breakclass="???" />?

Offline

#746 2011-09-17 17:43:27

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

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

Not sure if this will work, but have you tried <txp:rss_unlimited_categories_list breakclass='<txp:category />' />?

Offline

#747 2011-09-17 19:34:27

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

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

Els schrieb:

Not sure if this will work, but have you tried <txp:rss_unlimited_categories_list breakclass='<txp:category />' />?

much thanks for the idea, but doesn’t work, because the categories are not in the txp-category-datatable (its empty and rss_unlimited_categories have create own datatable). :-(

It’s output only <li class="">catname<li/>

So I think, its only get with php, but I don’t know, with which magical word…
the code <txp:rss_unlimited_categories_list breakclass='<txp:rss_unlimited_categories_list />' /> or another similar code doesn’t work, its created a link again or does nothings…

Offline

#748 2011-09-17 20:16:58

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

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

<txp:category_list wraptag="ul" break="">
	<li class="<txp:category />"><txp:category title="1" link="1" /></li>
</txp:category_list>

Last edited by GugUser (2011-09-17 20:17:28)

Offline

#749 2011-10-13 19:38:56

rewQ
New Member
Registered: 2011-03-04
Posts: 5

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

Wonderful work! and i have a question: how can i exclude some categories from list? If i use <txp:rss_unlimited_categories_list showcount=“0” break=“li” activeclass=“active” class=“menuleft” wraptag=“ul” time=“past” usemessy=“0” form=“default” linktosection=“spin” section=“spin” >

It the same <txp:category_list exclude=”….” >
Now i use 1. …. 2. ……
And use OFFSET .

But use of digits is not the most good decision/

Offline

#750 2011-10-28 14:59:11

totoff
Member
From: Cologne, Germany
Registered: 2011-04-04
Posts: 145
Website

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

hello forum,

on the first page of this thread there is a link to a plugin fix

Unofficial fix for txp 4.4.1 by ruud

but it doesn’t seem to point to a download file.

can somebody point me in the right direction please?

thanks

Offline

#751 2011-10-28 15:10:05

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

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

I know these updates, but I see no date.

Edit: In this moment, something wrong is happen with the pagination of this thread …

Last edited by GugUser (2011-10-28 15:14:15)

Offline

#752 2011-10-28 15:14:26

totoff
Member
From: Cologne, Germany
Registered: 2011-04-04
Posts: 145
Website

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

thanks, did you try it with 4.4.1.?

Offline

#753 2011-10-28 16:24:54

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

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

Only a short trial.

Offline

#754 2011-11-17 17:48:34

jpdupont
Member
Registered: 2004-10-01
Posts: 752

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

I have the same problem as Gomedia/Phlip here :

… I have a sidebar showing a list of all articles in a category. When go a specific article, the permanent link works fine, but that article gets removed from the sidebar list. I’d like to keep it there…

… I’m seeing the same symptoms, i.e. <txp:rss_unlimited_categories_article_list/> removes the currently active article from the list….

I use the last patch of the plugin … Could someone give help ? Thanks !

Last edited by jpdupont (2011-11-17 17:49:03)

Offline

#755 2011-11-20 10:36:59

jpdupont
Member
Registered: 2004-10-01
Posts: 752

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

jpdupont a écrit:

When go a specific article, the permanent link works fine, but that article gets removed from the sidebar list

If anyone is interested in a solution, I replace <txp:rss_unlimited_categories_article_list/> by 2 smd_query calls, and all is fine.

Offline

#756 2011-12-30 12:03:19

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

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

jpdupont wrote:

I have the same problem as “Gomedia/Phlip
… I have a sidebar showing a list of all articles in a category. When go a specific article, the permanent link works fine, but that article gets removed from the sidebar list. I’d like to keep it there…
… I’m seeing the same symptoms, i.e. <txp:rss_unlimited_categories_article_list/> removes the currently active article from the list….

rss_unlimited_categories 0.7.4p20

  • Added hideself attribute to rss_uc_article_list tag

Use:

<txp:rss_unlimited_categories_article_list hideself="0" />


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

Board footer

Powered by FluxBB