Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#469 2006-05-30 18:22:39

[CPR]-AL.exe
Member
From: Moscow
Registered: 2006-04-07
Posts: 18
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Is there a way to output months in other language?.. Russian, for example =))


There are 10 types of people in the world – those who understand binary and those who don’t.

Offline

#470 2006-06-07 14:31:37

[CPR]-AL.exe
Member
From: Moscow
Registered: 2006-04-07
Posts: 18
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Hey? What’s up? I’ve posted a localizated version of the plugin here. Why was my post deleted?..


There are 10 types of people in the world – those who understand binary and those who don’t.

Offline

#471 2006-06-12 13:52:08

jbhis8up
Member
From: Converse, TX
Registered: 2004-12-16
Posts: 22
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Anyone know how to place a comment count next to each list item in the suparchive list?

Offline

#472 2006-06-13 05:17:36

Yurodivy
New Member
Registered: 2004-10-29
Posts: 9

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Searching threads, I still haven’t seen this one addressed legitimately (plug-in upgrade) or illegitimately (hack)…

Is there a way using rss_suparchive to set the section for a category link? Currently I believe it links to “article” by default. To clarify, on my archive list (<a href=“http://www.patchchord.com/archives”>www.patchchord.com/archives</a>), I want the category link that appears after the title to be this (http://www.patchchord.com/<b>archives</b>/?c=Concert+Reviews) rather than this (http://www.patchchord.com/<b>article</b>/?c=Concert+Reviews).

Make sense? Thanks in advance…

Offline

#473 2006-06-15 11:28:46

claudio
New Member
Registered: 2005-12-19
Posts: 6

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Just wondering if there’s a cleaner way to do what I need. From this menu:

< txp:rss_suparchive_menu section=“blog” linktosection=“archive” mode=“MONTH” />

I go to a page which contains this:

< h1>Archive< /h1>
< ul>< txp:rss_suparchive form=“archivelist” section=“blog” limit=“1000” />< /ul>

Now, I would like the < h1> of the page to be rewritten in order to include the date the archive refers to, i.e. “Archive 2006/05”, or even better “Archive May 2006”.
Up to now I got the first one by using this portion of code:

< txp:php>
global $pretext;
$uri_split=explode(“/”,$_SERVER[“REQUEST_URI”]);
$x=0;
$out=array();
foreach ($uri_split as $uri_slice){ if ($x==1) {array_push($out,$uri_slice); next;} if ($uri_slice==$pretext[“s”]) {$x=1;}
}
$date=implode(“/”,$out);
echo (“< h1>Archive “.$date.”< /h1>”);
< /txp:php>

Any better hints?

Claudio

Last edited by claudio (2006-06-15 11:29:45)

Offline

#474 2006-06-16 14:24:02

[CPR]-AL.exe
Member
From: Moscow
Registered: 2006-04-07
Posts: 18
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

I’ve thought about the same thing… I’ll try do so something about that.


There are 10 types of people in the world – those who understand binary and those who don’t.

Offline

#475 2006-07-10 15:14:32

beztak
Member
From: Czech Republic
Registered: 2005-07-21
Posts: 184
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

It’s possible to view with rss_superarchive ALL section except some specific… So I have 30 section, but I want to see 27, so 3 have to be hidden for rss_superarchive… And I don’t want to rewrite conditional every time I add new section… Can you help with some conditional like:

txp:rss_suparchive section=”!first-hidden-section,second-hidden-section,third-hidden-section” showsubdate=“0” subdateformat=“d. m. y” dateformat=“F Y” limit=“99999”

Offline

#476 2006-07-12 17:59:52

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

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

how do you change the style of the category title? im using rssCat but it doesnt seem to change anything

Offline

#477 2006-07-16 22:22:43

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Does anyone know how to edit the plugin (rss_suparchive_bycat) to show category titles instead of category names?
I really want to get rid of those hyphens and to be able to use local characters.

Thanks!

Offline

#478 2006-08-08 17:33:06

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

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

I’ve posted a new version of rss_suparchive that uses category titles instead of names.

The new version is 0.17

Offline

#479 2006-08-08 17:37:46

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

wilshire wrote:

I’ve posted a new version of rss_suparchive that uses category titles instead of names.

Yaaa! Thank for the update Rob :)

Offline

#480 2006-08-08 17:56:47

beztak
Member
From: Czech Republic
Registered: 2005-07-21
Posts: 184
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

wilshire wrote:

The new version is 0.17

Can you please add conditional like section=” ! some-section” to display all except specific section?

Offline

Board footer

Powered by FluxBB