Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#196 2007-05-31 19:15:26
Re: [plugin] [ORPHAN] rss_live_archive
johnisevil wrote:
Simply put: this plugin does not work.
It works just fine for me. See here.
The author, wilshire, offers great support as well.
If you post exactly what your configuration and problem is, you may get some help here. Good luck! It’s a great plugin.
Steve
Offline
#197 2007-06-01 02:45:35
Re: [plugin] [ORPHAN] rss_live_archive
You can see the lack of the working Livearchive here: http://avarice.oneeightseven.org/?s=livearchive
I’m calling it using this:
txp:rss_live_archive showcommentscount=“1”
txp:rss_suparchive
/txp:rss_live_archive
(Purposely omiting less than and greater than in case the forum blocks them)
Last edited by johnisevil (2007-06-01 02:46:36)
Offline
#198 2007-06-01 04:32:36
Re: [plugin] [ORPHAN] rss_live_archive
johnisevil wrote:
You can see the lack of the working Livearchive here: http://avarice.oneeightseven.org/?s=livearchive
Not much to see that is helpful there, I am afraid.
Here is the code I use. Seems much the same as yours.:
<txp:rss_live_archive section="article,asides" category="" showcommentscount="0" showpostscount="0" >
<txp:rss_suparchive />
</txp:rss_live_archive>
It has been a while since I set this up, but I vaguely recall it being quite sensitive to having the sections set up correctly. You might want to try with that.
HTH
Steve
Offline
#199 2007-06-01 06:14:35
Re: [plugin] [ORPHAN] rss_live_archive
scronje wrote:
johnisevil wrote:
You can see the lack of the working Livearchive here: http://avarice.oneeightseven.org/?s=livearchive
Not much to see that is helpful there, I am afraid.
Here is the code I use. Seems much the same as yours.:
<txp:rss_live_archive section="article,asides" category="" showcommentscount="0" showpostscount="0" >
<txp:rss_suparchive />
</txp:rss_live_archive>
It has been a while since I set this up, but I vaguely recall it being quite sensitive to having the sections set up correctly. You might want to try with that.
HTH
Steve
Tried that and it does absolutely nothing.
Offline
#200 2007-06-29 21:39:20
- Nic
- Member
- Registered: 2007-06-08
- Posts: 21
Re: [plugin] [ORPHAN] rss_live_archive
Okay, I have a problem that I think was addressed earlier but then when I’ve been trying to get it to work, it doesn’t seem to be doing so.
I have a number of sections that I want independent live archives for (e.g., press, news, events, etc.). I set the auto-cache off and removed the sections from the cache, but if I go to one section, it automatically caches the entries for that section and shows those for any other section, even when I explicitly set the section in the tag.
My options/questions are this: Can I have independent archives for each of the sections, and if so how? And if I can’t have independent archives, is there a way to show the sections on the full archive, or separate the archive by section (like you do years and months etc.)?
Thanks for any help you can give. The plugin is excellent.
Offline
#201 2007-07-02 21:59:23
- Nic
- Member
- Registered: 2007-06-08
- Posts: 21
Re: [plugin] [ORPHAN] rss_live_archive
Did this plugin bork for anybody else who upgraded to 4.0.5?
Offline
#202 2007-08-31 07:09:47
- mascara
- New Member
- Registered: 2007-08-27
- Posts: 9
Re: [plugin] [ORPHAN] rss_live_archive
yeah, I’m with the newest version.(txp4.05, rss_live_archive 0.7)
But I do have a problem. Sometimes, the “year“shows up and sometimes doesn’t. I’ve seen similar problem in previous posts and has anyone fixed it?
(——-I’ve checked previous posts and I note that, for version 0.7, now the disappearing year problem doesn’t go away with my txp 4.05, firefox/safari/omniweb…Can someone please take a look at it?)
Thanks,
-marco
Last edited by mascara (2007-08-31 07:43:45)
Offline
#203 2007-09-08 08:40:28
- shi
- Member
- Registered: 2005-12-09
- Posts: 34
Re: [plugin] [ORPHAN] rss_live_archive
Thank you for this great plugin!
Is there any way to change month-names? January=>Januar, Ferbruary=>Februar, etc… (I’m PHP/Java noob:)
—
P.S. Too bad that plugin can’t browse by date (like sub-category: Year/Month/Day of the month/Posts).
Offline
#204 2007-09-09 04:07:51
- shi
- Member
- Registered: 2005-12-09
- Posts: 34
Re: [plugin] [ORPHAN] rss_live_archive
shi wrote:
Is there any way to change month-names? January=>Januar, Ferbruary=>Februar, etc… (I’m PHP/Java noob:)
Ah, I solved it. Here’s the code to localise date globally, if someone’s having a same problem.
<txp:php>
global $locale;
setlocale(LC_ALL, ‘nl_NL.UTF-8’);
</txp:php>
You’ll need to change the locale string (nl_NL.UTF-8) and format to suit.
http://textpattern.com/faq/30/how-do-i-display-time-and-date-formats-in-my-local-language
Cheers.
Offline
#205 2007-09-14 07:18:58
- candyman
- Member

- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: [plugin] [ORPHAN] rss_live_archive
Hello, I’ve deeply looked though this thread but I can’t find the answer to my problem: using the plug-in I don’t get any postings listed.
I am using txp 4.0.5.
In extensions > live archive I have autocache=yes, sections = pensatoio,editoriale, and categories = blank (but I’ve tried with the same name of the category in which I’ve posted the articles)
In admin preferences I have file upload path is a correct path:
/web/htdocs/www.maidireblog.it/home/files
isn’t it?(Default was: /web/htdocs/www.maidireblog.it/home/files)
and temp folder have this path:
/home/textpattern/tmp (Default was: /web/htdocs/www.maidireblog.it/home/textpattern/tmp)
both have permissions 777 even if I Imagine that only the first need this.
I have the js call in my page head section in this way:
<script type=“text/javascript” src=“http://www.maidireblog.it/?file=livearchive&loading=Loading+Article+Archives…”></script>
I call the plugin with all default settings.
I know the caching is working as I can see the .dat files and they have content including names of articles.
I get no rssSubdate elements listed on the page, so no archive entries at all.
When I try the ?larch=1 extension, I get this message:
Something has gone horribly wrong. The year cache cannot be opened. Make sure your file upload path is correct and writable – /home/files
It’s as if when building the archive list it can’t find or can’t read the .dat files, but I can’t see why?
My archive is here
Every article have at least one category assigned.
Thanks in advance.
<txp:rss_live_archive><txp:rss_suparchive section=“pensatoio,editoriale” /></txp:rss_live_archive>
Last edited by candyman (2007-09-14 09:54:27)
Offline
#206 2007-09-15 09:36:09
- candyman
- Member

- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: [plugin] [ORPHAN] rss_live_archive
Tried to downgrade to 0.6 version and obtain the same result:
Something has gone horribly wrong. The year cache cannot be opened. Make sure your file upload path is correct and writable – /home/files
I think in not compatible with TxP 4.0.5 ‘cause with my previous installation (4.0.4) all was fine. It’s a pity, let’s hope Rob will find a solution.
Offline
#207 2007-09-16 14:14:25
- candyman
- Member

- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: [plugin] [ORPHAN] rss_live_archive
It seems that Rob Sable will not update the plugin so far.
Before downgrading to TxP 4.0.4, ‘cause I have a lot of script that may create problem to the Live Archive, I have a question: did someone get the Live Archive (any version) working with Textpattern 4.0.5?
In my case the .dat files are created but the ?larch=1 option give me no list.
Thnaks in advance.
Offline
#208 2007-09-16 19:31:01
Re: [plugin] [ORPHAN] rss_live_archive
I am running TXP 4.0.5 and rss_live_archive 0.7 together with no problems.
Offline
#209 2007-09-16 19:33:33
Re: [plugin] [ORPHAN] rss_live_archive
Disappearing years free?
Offline
#210 2007-09-16 19:34:59
Re: [plugin] [ORPHAN] rss_live_archive
Yes, running here.
Offline