Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] rss_live_archive
I’m stumped. I’m not getting output from this even using the “larch” tag.
.dat files have been created, though I’ve tried deleting them and recreating the cache several times.
Plugin is active.
Page is located at http://shinyhappyjen.com/test
Last edited by Jennifer (2005-06-08 20:55:35)
Offline
Re: [plugin] [ORPHAN] rss_live_archive
Something kind of funny about it is that the TXP tags are showing up in source. They ought to be converting into XHTML or Java or whatever, so it would seem that the tags aren’t being processed. I’m not quite sure why that would be happening, though.
Last edited by theturninggate (2005-06-08 23:24:23)
Offline
Re: [plugin] [ORPHAN] rss_live_archive
Jennifer – As theturninggate said its a bit odd that the tag isn’t being parsed by Textpattern. Can you show me that code you’re using for the page tempalte and how you’re calling the plugin.
Also, I’m still looking for someone thats having the disappearing years probelm that can work with me to track it down.
Offline
Re: [plugin] [ORPHAN] rss_live_archive
I don’t know how to quote code in this forum, so I’ll try emailing it directly to you, Wilshire.
Offline
Re: [plugin] [ORPHAN] rss_live_archive
Ok, got it.
First thing I forgot to ask…I assume you have the latest version (0.5).
I think the problem is that you need something in between the open and close tags for the live archive. Try adding something and see if that fixes it.
Offline
Re: [plugin] [ORPHAN] rss_live_archive
That’s funny – it worked. It wasn’t working before, so I removed what I had between the tags so I could see what was and wasn’t happening…
Well, it’s fine now, and it’s beautiful. I’m going to go play with it more. :)
Offline
#79 2005-06-10 08:42:59
- Finner
- Member
- Registered: 2005-05-04
- Posts: 33
Re: [plugin] [ORPHAN] rss_live_archive
Gah! now i’m having probs with this! :)
Same problem as previously mentioned, but can’t manage to get it working from suggestions…
I get the JS archive loading, and nothing, nada, zip!
.dat files are in the tmp folder..
calling it using:
<txp:rss_live_archive sections=“Rants.”>You must have Javascript enabled to use this page.</txp:rss_live_archive>
archive is here – http://detached.farfromreal.com/?s=archive
any help is greatly appreciated!! :D
Offline
#80 2005-06-10 08:52:40
- stevechamp
- Member
- Registered: 2004-08-13
- Posts: 12
Re: [plugin] [ORPHAN] rss_live_archive
I don’t think this problem is messy url, I’ve got it working with all kinds of url on my home server, just not where I want it to happen!
Offline
#81 2005-06-10 09:13:36
- Finner
- Member
- Registered: 2005-05-04
- Posts: 33
Re: [plugin] [ORPHAN] rss_live_archive
is there any way to change it from a messy url to one of the others? i tried that, and although the links change (just in general), i get a 404 error when i click on them…
shall continue to fiddle..
Offline
Re: [plugin] [ORPHAN] rss_live_archive
Hmm this is odd.
It conflicts with bas_img_select in the admin interface. The latter gets re-located above the text area, right at the top, which makes the new article page ridiculously clumsy.
Offline
Re: [plugin] [ORPHAN] rss_live_archive
> Finner wrote:
calling it using:
<code><txp:rss_live_archive sections=“Rants.”>You must have Javascript enabled to use this page.</txp:rss_live_archive></code>
Please, before you post a question, read the rest of the thread to see if your question has been answered.
Make sure you are using section=”“ in your call to the plugin, not sections=”“.
Last edited by wilshire (2005-06-10 11:56:38)
Offline
#84 2005-06-10 12:03:36
- Finner
- Member
- Registered: 2005-05-04
- Posts: 33
Re: [plugin] [ORPHAN] rss_live_archive
I have, and i am .. and still having probs.
didn’t mean to paste that one… sorry.
i’ve now tried using no attributes, as i’d like to use the default settings… still no luck
Offline