Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#505 2006-09-01 23:47:06
- freshface
- Member
- Registered: 2006-08-23
- Posts: 49
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Hey, I solved it by editing some code out of the plugin.
But how can I fetch in the plugin the article image? (if there is one)
Offline
#506 2006-09-03 20:35:45
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
I’ve built an archive page locally for my redesign using this plugin and I’m excited to go live with it soon. This archive page is addressable using 3 different URL schemes:
1. /archives/2006 — all posts for a specific year
2. /archives/2006/09 — all posts for a specific month
3. /archives/?c=books — all posts for a specific category
The page itself works great for all of this, but I’d like to place a heading on the page that identifies where the user is. For example, using the above examples, I’d like to return:
1. [h1]Blog archives: 2006[/h1]
2. [h1]Blog archives: September 2006[/h1]
3. [h1]Blog archives: books[/h1]
Is there any way of doing this with your various plugins, or is there another one I can use to do so?
Last edited by danboe (2006-09-03 20:39:45)
Offline
#507 2006-09-04 02:46:20
- rbl
- Member
- From: Portugal
- Registered: 2004-02-25
- Posts: 40
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Hi!
Can anyone confirm that the offset feature is not working on the latest version (0.18)?
I’m using one of Rob’s lab examples with offset and no matter whatever value I put in, it always shows the same list.
Thanks! =)
Ricardo
Offline
#508 2006-09-05 06:52:11
- freshface
- Member
- Registered: 2006-08-23
- Posts: 49
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
How do it display random items?
sortby=“rand()” wont work.
<code><txp:wab_suparchive_bycat showdate=“0” section=“genres,artists” limit=“5” /></code>
Offline
#509 2006-09-21 21:08:29
- titilayo
- New Member
- Registered: 2006-07-25
- Posts: 9
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
I think this question has been bandied about several times on this site, but in my searches I haven’t been able to find/understand the possible solutions that have been proposed. I’ve installed this plug-in, and got it working. But here’s what I’d like to do: when I use rss_suparchive_menu to link to the various monthly pages, I don’t want a list of titles or excerpts, I’d like to list the full text of all the entries for the month. There must be a way to do this, right? Can someone help me out by telling me what it is? Much thanks.
Offline
#510 2006-09-26 02:31:09
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
freshface – Check the plugin help. You should be using sortyby=“RANDOM”
titalayo – You can do that by specifying your own article form as in this example. Then you can display the full article body on your article form.
Offline
#511 2006-10-03 20:08:08
- titilayo
- New Member
- Registered: 2006-07-25
- Posts: 9
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
wilshire – thank you, that was ridiculously easy. I think I had tried something like that and it didn’t work, because I’d put a limit=”“ attribute in there (heaven knows why) and it was affecting the output somehow. Took that out and everything worked a charm. Thanks very very much!
Offline
#512 2006-11-12 00:52:21
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
What do I have to do to make this url (../archive/2006) into (../archive)?
<div class=“sidebarbox”>
<h4 class=“normal”>Archief:</h4>
<txp:rss_suparchive_menu mode=“YEAR” section=“nieuws” linktosection=”?c=archive” limit=“10” />
</div>
Or (and) … what do I have to do to get the articles into this directory (../archive/2006) (../archive/2005) (etc)?
Thanks for help!
[edit]
Thanks to @freshface I did the trick with the .htaccess file
Last edited by RedFox (2006-11-13 14:57:24)
Offline
#513 2006-12-03 16:52:24
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
The offset problem will be fixed in the next version.
Offline
#514 2007-01-02 18:41:35
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Sorry if I missed this but can you please explain how can I use paging (newer,older) when I set the limit (I’m using rss_suparchive_bycat).
Thank you very much!
Last edited by fuls (2007-01-02 18:43:05)
Offline
#515 2007-01-04 17:03:44
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Anyone? Thank you!
Offline