Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#133 2006-01-18 17:46:53
Re: [plugin] [ORPHAN] rss_live_archive
If you have the cache turned on there’s no way to have 2 independant archives.
Offline
#134 2006-01-18 17:49:21
Re: [plugin] [ORPHAN] rss_live_archive
Perhaps it’s come kind of lag, but I couldn’t get it to restrict to a single category even when I turned caching off.
Offline
#135 2006-01-18 17:51:07
Re: [plugin] [ORPHAN] rss_live_archive
Did you remove the cache files?
Offline
#136 2006-01-18 17:54:32
Re: [plugin] [ORPHAN] rss_live_archive
Doh! I’m not a smart man. I’ll try.
So if you don’t cache is it a great deal slower?
Offline
#137 2006-01-18 18:02:18
Re: [plugin] [ORPHAN] rss_live_archive
If you have a lot of posts, yes.
Offline
#138 2006-02-01 19:34:22
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [plugin] [ORPHAN] rss_live_archive
mad props, yo ; )
Offline
#139 2006-02-07 03:38:58
- Champak
- Member
- Registered: 2006-01-31
- Posts: 56
Re: [plugin] [ORPHAN] rss_live_archive
I’ve followed ALL instructions and suggestions and I’m getting the following error and the archive screen isn’t coming up.
<code>
tag_error <txp:rss_live_archive_js/> -> Notice: Undefined variable: atts on line 67
</code>
That area looks like:
<code>
(line 66) ‘loading’ => ‘Loading Article Archives…’
(line 67) ),$atts));
(line 68) return ‘<script type=“text/javascript” src=”’.hu.’?file=livearchive&loading=’.urlencode($loading).’”></script>’;
(line 69)}
</code>
The paths are correct, the dat files and stuff are being uploaded in the cache, the recaching is on, I have hit publish, and everything else.
HELP!!!!!!!!!!!!!!!!!!!!!
Last edited by Champak (2006-02-07 03:39:31)
Offline
#140 2006-02-07 12:29:50
Re: [plugin] [ORPHAN] rss_live_archive
I want to use the live search on my site. But there is one problem at the time! The plugin “removes” HTML-Tags which are following after the Plugin-TXP-Code!!
Here’s the problem in detail:
Without Plugin
Template:
<code> <div id=“contentBox”></code>
<code> Text here.</code>
<code> </div></code>
<code> <div id=“footer”></code>
<code> <a href=”/rss”><img src=”/grenzstein.com/images/v9/feed-icon-12×12.gif” align=“RSS” border=“0” /></a></code>
<code> </div></code>
<code> </div> <!— end tag of an different div —></code>
<code></body></code>
<code></html></code>
The output is the same as the template code.
But if i replace <code>“Text here.”</code> with <code><txp:rss_live_archive countprefix=”[” countsuffix=”]” showzerocount=“0” showcommentscount=“0”></txp:rss_live_archive></code> I get the following HTML-output:
<code> <div id=“contentBox”> <div id=“livearchives”><div id=“rssLiveArchive”><div id=“notlive”><noscript></noscript></div></div><div style=“clear: both;”></div></div></a> </div>
</div> </body> </html></code>So were’s my <code><div id=“footer”></code>? Whats the problem? Removes the plugin code
Thanks for your help!! :)
Offline
#141 2006-02-10 07:42:17
Re: [plugin] [ORPHAN] rss_live_archive
the javascript of live_archive interferes with the call of your live_search-plugin-javascript-call. i tested it with all my javascriptcalls on and off, after killing live-search, the archive works.
I seem to be experiencing this problem as well. Live archive shows-up only when I disable live search.
Offline
#142 2006-02-23 19:14:33
- Champak
- Member
- Registered: 2006-01-31
- Posts: 56
Re: [plugin] [ORPHAN] rss_live_archive
Is this plugin no longer being attended to by the creator? I’m still looking for a solution for post #139 please.
In addition “loading article archive…” shows for second and then goes away. I did a little test, I put a “1” in front of the call and a “2” at the end of the call just to see what happens. After the loading appears to be finished, the 1 and 2 spread apart far enough where it appears that the archive has loaded between them….but the archive doesn’t actually appear. Maybe the javascript to display isn’t being called which is why I’m getting the error of an undefined variable?
Last edited by Champak (2006-02-24 00:53:56)
Offline
#143 2006-03-06 14:30:32
- instantok
- Member
- Registered: 2004-08-10
- Posts: 20
Re: [plugin] [ORPHAN] rss_live_archive
this was working fine for me and then somehow stopped. i do see the default loading message for a second but then nothing. also, i can’t get the “loading” attribute of the js call to work. does this mean the js isn’t loading or isn’t recognizing variables? i was having problems before with the script not working unless it was the last js call in the head. this doesn’t seem to be the issue anymore. i checked my site at /?larch=1 and it says that the cache path is either incorrect or unwriteable but that is not the case. i have double checked my paths and permissions. what else could be running interference?
Last edited by instantok (2006-03-06 19:26:39)
Offline
#144 2006-03-26 11:38:02
- lisionosk
- Member
- From: Switzerland
- Registered: 2006-02-10
- Posts: 99
Re: [plugin] [ORPHAN] rss_live_archive
This plugin looks great, and one I’d be thrilled to be able to use…
But, how to make the links thumbnails instead of the title of the entry, in the case of a photoblog archive ?
Is there a way also to specify where in the layout to place the year/month links and the links to articles ? I’m trying to have the former in one table cell, and the thumbnails listed in another.
Thanks in advance for any suggestions.
http://urbangriffin.com/archives/
Offline