You are not logged in.
Huzzah!
You cooin’ with my bird?
Offline
Wilshire, that’s awesome. I’ll have to give this one a shot! :)
Last edited by theturninggate (2005-05-28 15:09:58)
Offline
Okay, I’m up against a wall trying to get this to work. The problem is that my Files directory is unwritable. I’ve gone into my host interface and have set file permissions to 777, but TXP doesn’t recognize them. I even tried changing the File Upload Path to “images” as a test (because I know that I can write to my images directory) and it still said the directory wasn’t writeable.
Does anyone have any ideas on this, or am I just doing something wrong?
Offline
Try setting the directory to an absolute path (/full/path/to/dir) and see if that works.
Offline
I got it working by leaving the File Upload Path set to the default “/tmp”. I had been trying to change it to “/files”. Is there any reason not to do it this way?
Offline
i get this error message:
Warning: Missing argument 2 for rss_live_archive() in /customers/iamnotfromfinland.net/iamnotfromfinland.net/httpd.www/jonas/textpattern/lib/txplib_misc.php(352) : eval()‘d code on line 72
any idea why?
Offline
The tag is not self closing. Use like this:
<code>
<txp:rss_live_archive>
<txp:rss_suparchive />
</txp:rss_live_archive>
</code>
Offline
oh hahaha, i had missed the closing tag.
but now it only shows the “Loading Article Archives…” then i dissapear and nothing else shows up.
Offline
anyway this could squeeze in organisation alphanumerically? so it goes:
year, month, first letter/number of entry? or the option to remove the month and just have the letter?
Cheers
EDIT: having problems getting it to work, I just get a blank page.
http://sekhu.net/txpattern/section/book/
Here’s the page code:
<pre><div id=“single” class=“box”>
<txp:if_article_list>
<txp:rss_live_archive>
<txp:rss_suparchive_menu headerlabel=“Archives” showcount=“1” showheader=“1” section=“book” />
<txp:rss_suparchive section=“book” />
</txp:rss_live_archive>
</txp:if_article_list>
</pre>
Any ideas? The dir is writable to 755 as per the default tot he default tmp dir.
EDIT2: It’s doing something, checking the tmp file there about three files one named year, it’s just not displaying?
Last edited by sekhu (2005-05-29 17:12:27)
Offline
@himynameisjonas : I had problems with this working too, are you using “zem_debug”? try disabling it. Thats how i got it going….
Offline