You are not logged in.
Wilshire,
Thanks for your response. It’s very odd, i add offset and nothing appears. Here is how i’m calling it.
< txp:rss_suparchive section=“comment” limit=“10” category=“homerants” offset=“8” / >
Thanks!
Last edited by cap_nemo (2006-01-16 01:40:58)
Offline
Hi,
Love the rss_supararchive plugin. Great work!
I’m having difficulty getting the landing page looking/working the way I want. It’s been several months since I put this site together (the archives is a relatively new feature), so it may have to do with the fact that I’ve forgotten half of what I need to know about TXP to get this working right.
The problems I’m having are:
1) When a supararchive link is clicked for a particular month, the landing page displays all the articles for that category. The URL appears to be structured properly. I can’t figure out how to limit the display to of article to just the month selected.
2) The ‘form’ attribute doesn’t seem to have any effect. I have an ‘event’ form and an ‘article’ form, both of which are rendered using slightly different graphics. When I specify a form to be used in the article list, it doesn’t take effect.
The site is here: http://www.joanndaugherty.com/ .
I suspect that I probably don’t have the article list landing page set up correctly (as I’m not entirely sure how that is generated).
Any help on this would be greatly appreciated. Thanks again for the work on the plugin.
NFA
Last edited by NoFixedAbode (2006-01-23 04:38:02)
Offline
rapha,
See my post. You would have to make a call to a form in which you override the output of the rss_suparchive with txp:posted.
NoFixedAbode,
It would help if you post the code in your page and the forms in the forum.
Last edited by maarten (2006-01-23 08:50:34)
Offline
> maarten wrote:
> rapha,
See my post. You would have to make a call to a form in which you override the output of the rss_suparchive with txp:posted.
<
<
Thanks, maarten, you helped me so much!
Last edited by rapha... (2006-01-23 09:05:04)
Offline
Maarten,
Good point. Here’s the relevant code:
EDIT: First I need to figure out how to insert code using Textile. I have been unable to get code into this post. Textile has me completely flummoxed in regards to this. I’ve tried pre and code tags (which several references say will work), and reviewed the (rather skimpy) official reference – which has no reference to preformatted or code block.
EDIT 2: Ok, completely flummoxed here – I’ve tried 1. code and pre tags 2. tt tag 3. notextile tags 4. converting code to HTML entities. Nothing worked. I’ll chalk this up to my own quick perusal of the documentation, I probably missed something – other than this, Textile has worked well in the past.
I’ve loaded a page containing this post here: http://www.jmcmichael.com/post1.html . Sorry for the inconvenience, but if you could take a look at the code blocks there, I’d appreciate it.
Thanks,
NoFixedAbode
Last edited by NoFixedAbode (2006-01-23 14:23:53)
Offline
Just thought I’d check if anyone else had problems displaying 200+ articles using the plugin? For me it crashed and provided errors, I then tried the plugin on another site with less articles and that seemed to work, Is this a php issue or a plugin issue with regards to the numbers>
Offline
NoFixedAbode,
You can use the < code > tag to display code (without the spaces of course :))
I am no expert so correct me if I’m wrong but it looks like something in the plugin isn’t working. but editing the following lines in the plugin should do the trick:
Line 58 and 68
<code>$datelink = ($mode == “YEAR”) ? “/”.safe_strftime(’%Y’,$lasto) : “/?month=”.safe_strftime(’%Y’,$lasto).”-”.safe_strftime(’%m’,$lasto);</code>
I didn’t come up with this but Noods did on page 15 of this forum so the credit goes to him.
About the form thing I’m not sure. The help of the plugin doesn’t mention the usage of forms with the rss_suparchive_menu.
Last edited by maarten (2006-01-25 07:11:30)
Offline
NFA – In order to filter by date, you need to use rss_suparchive for your article listing instead of the standard txp:article tag. Are you?
Offline
hi!
I just discovered a strange behavior.
I use the latest version of the plugin with 4.0.3.
I have urls in section/id/title mode.
Opening an article with the “full” url is no problem, e.g. http://www.hauptstadtblog.de/article/1215/besucherpavillon-mit-dem-wichtigen-oertchen
But when I leave out the title the individual article cannot be viewed anymore:
http://www.hauptstadtblog.de/article/1215/
This problem does only occur, when this plugin is activated.
Could you help?
Offline