Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#601 2010-02-10 21:07:33
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
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
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
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.
Monica
Life with God is the purpose.
Offline
#607 2021-08-13 23:52:46
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
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 totalsI 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
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
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
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