Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#193 2007-02-18 15:44:06
- Trix
- New Member
- From: Slovakia
- Registered: 2006-05-28
- Posts: 3
Re: [plugin] [ORPHAN] rss_live_archive
Both IE6 and IE7 are working properly now. Also tested at Opera 8.5, 9.0, 9.10, FF 1.5.0.9, Netscape 8.1.2
Very good job!
BTW, IE7 is slowly increasing in my statistics(now at 5th place 3%) and I suppose that in the march will be on the third or second place, but now thx to your quick reply is my site ready to use in IE7. :o)
Linux is like wigwam no gates, no windows and Apache inside.
Offline
#194 2007-03-27 14:50:37
- producemedia
- New Member
- Registered: 2007-02-21
- Posts: 9
Re: [plugin] [ORPHAN] rss_live_archive
Does anyone know of a way to include textpattern links in the search criteria.
I have a large amount of links on my site and would like these to be searchable.
cheers
Offline
#195 2007-05-31 17:57:10
Re: [plugin] [ORPHAN] rss_live_archive
Simply put: this plugin does not work. I’ve went through all 20 pages of this thread trying everything that was suggested and no matter what it will not work. The plugin looks promising assuming of course that it works. I’m one of the (what seems like) countless people that this doesn’t work for.
Offline
#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