You are not logged in.
Man, I am having an identical problem and I can’t seem to figure out what is going on. I have installed and re-installed but no extensions tab ever shows up. Is this plugin even supported anymore?
Last edited by fangonk (2008-05-18 15:40:04)
Offline
As far as I can tell this plugin is no longer supported. I did read in another post about plugins, that to work with 4.06 you had to add some extra code to get the tab to appear. Sorry but I can’t find the post again.
“Do you think yourself wise? Then there’s a donkey inside your waistcoat”
Offline
There’s a post outlining a way to get the plugin working here
To get the Live Archive plugin working again under 4.06, install it, then edit the plugin code by clicking the ‘Edit’ link next to the listing for rss_live_archive in the Plugins tab.
Search for the following line of code:
register_tab("extensions", "rssla", "live archive");
Right before that line, paste in this line of code:
add_privs('rssla', '1');
Save the edited plugin and activate it, and when you view Admin > Extensions you should see the plugin details and not an error message.
Hope that helps!
Offline
Anyone managed to get the rss_live_archive working with Txp 4.2.0?
I get this plugin working only once with 4.0.4 and. after that, never again.
I’ve checked all the things one hundred of times, I’ve read this topic from the first post to the latest, I’ve installed, cleared, reinstalled all many times with no results at all. I cannot find the missing piece.
Could someone post his working configuration, please?
p.s.: I’ve changed the default articles section with pensatoio: may I change also some plugin code or must I specify the choosen section (in the plugin preferences tab) only?
Last edited by candyman (2010-02-11 20:44:37)
Offline
Hello
I am trying to get live archive working with my local copy of txp 4.4.1.
I use the following code:
<txp:rss_live_archive section=“archives” showpostscount=“1” showcommentscount=“0” countprefix=”(” countsuffix=”)” showsubdate=“1”> </txp:rss_live_archive>
And there is also a call in the head for <txp:rss_live_archive_js />.
The list is displaying allright, but unfortuantely not all the links do work. Only the links for the years work properly, the ones for the months don’t seem to work: even though all the months having articles are being displaied, there is no possibility to change between them. There are only links to the youngest articles.
The source code does not validate either. Where there should be the list of the archive, ther is only a bunch of <div> with the same ID:
<div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript> </noscript></div></div><div style=“clear: both;”></div></div>
Thanks for help
Regards
Jörg
Last edited by joe_ma (2012-02-21 15:58:29)
Offline
Hi Jörg,
this is an orphan plugin (not supported any longer by its developer) and the last response dates almost 4 years back, meaning: Don’t expect to get an answer. You can always open a new topic, though, in the How do I section of our forum and describe what you want the tags to do. It’s very likely that (almost?) all of it can be done by core tags, these days.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
uli schrieb:
Hi Jörg,
this is an orphan plugin (not supported any longer by its developer) and the last response dates almost 4 years back, meaning: Don’t expect to get an answer. You can always open a new topic, though, in the How do I section of our forum and describe what you want the tags to do. It’s very likely that (almost?) all of it can be done by core tags, these days.
Ah, ok, thanks a lot for this information.
Cheers
Jörg
Last edited by joe_ma (2012-02-22 05:59:46)
Offline