Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#601 2010-02-10 21:07:33

THE BLUE DRAGON
Member
From: Israel
Registered: 2007-11-16
Posts: 619
Website

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

catnip wrote:

Is there a way to make the first article remain active or make the 9th article (first on the second page) active?

pageby = “integer”

The number of articles to jump forward or back when an older or newer link is clicked. Allows you to call the article tag several times on a page without messing up older/newer links.
Default: value matches the value assigned to limit.

You are adding this to the <txp:article /> tag, not to the <txp:rss_suparchive /> ;)

Last edited by THE BLUE DRAGON (2010-02-10 21:10:13)

Offline

#602 2010-02-10 22:57:50

catnip
Member
From: Sydney Australia
Registered: 2006-07-29
Posts: 58
Website

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

Toda gever;) Second time you come to my rescue.

Offline

#603 2011-11-30 13:36:27

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

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

hello forum,

anybody out there who has tried it with 4.4.1? would like to learn if it is running before install …

thanks, totoff

Offline

#604 2011-11-30 18:36:22

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

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

hello,

have set up a local test installation and it works perfect with 4.4.1

Offline

#605 2012-08-23 07:35:41

quicknquiet
Member
From: Moscow
Registered: 2012-07-02
Posts: 11

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

May be smbd knows is it possible to highlight active suparchive_menu item in the list?

Offline

#606 2014-01-03 11:52:45

monicahu
Member
From: Sydney NSW
Registered: 2009-03-07
Posts: 69

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

Is anyone using rss_suparchive_bycat in TXP 4.5.5? I have tag error with it after the upgrade from 4.2. The plugin had been serving the purpose of the page well and I don’t really want to replace it as I’m not a software developer.

See my thread and post #277759.


Monica
Life with God is the purpose.

Offline

#607 2021-08-13 23:52:46

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

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

is rss_suprarchive no longer supported?
It’s main function is to:
Article listings by date or by category/section. Archive menu by month or year with totals

I am helping a gallery org with their website and their Archive page is not working as expected. When one goes to the default archive page the default listings is from 2020. But by using individual annual URLs all is working. eg. orgallery.org/archive/2021 So in their case the default page is not listing the 2021 entries.

If i disable the pluging there are no listings by year so i assume that there is something that needs updating in the plugin.

Last edited by bici (2021-08-14 00:55:44)


…. texted postive

Offline

#608 2021-08-14 03:02:22

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

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

bici wrote #331332:

is rss_suprarchive no longer supported?
It’s main function is to:
Article listings by date or by category/section. Archive menu by month or year with totals

I am helping a gallery org with their website and their Archive page is not working as expected. When one goes to the default archive page the default listings is from 2020. But by using individual annual URLs all is working. eg. orgallery.org/archive/2021 So in their case the default page is not listing the 2021 entries.

If i disable the pluging there are no listings by year so i assume that there is something that needs updating in the plugin.

I think that you can easily achieve this with native tags now. Please someone correct me if I am wrong.

<txp:if_section name="archive">
<txp:if_article_list>
<txp:article_custom section="past">
tags here
</txp:article_custom>
<txp:else />
<txp:hide>individual articles</txp:hide>
<txp:article_custom section="archive" limit="555" month='<txp:article_url_title />'>
Your presentation goes here
</txp:article_custom>
</txp:if_article_list>
</txp:if_section>

Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#609 2021-08-14 16:44:03

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

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

colak wrote #331336:

I think that you can easily achieve this with native tags now. Please someone correct me if I am wrong.

<txp:if_section name="archive">...


in the meantime i’ll try and test your suggestion next week when i attend their gallery.

ps: Would this suggestion output entries by year?


…. texted postive

Offline

#610 2021-08-15 00:00:30

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

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

ok., we resolved the issue without any major fixes, The plugin still functions well. There was php code in the form

<txp:php>  

function on the archive page that needed updating with the current year. I had missed that for days and finally noticed it.
By the way that plugin is skookum!


…. texted postive

Offline

#611 2021-08-15 13:03:32

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

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

bici wrote #331332:

is rss_suprarchive no longer supported?

Is it even downloadable? But, from your description


It’s main function is to:
Article listings by date or by category/section. Archive menu by month or year with totals

core should be able to replace it indeed.

Offline

Board footer

Powered by FluxBB