Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#73 2005-01-10 02:09:43

paularms
Member
From: University of Minnesota
Registered: 2004-10-21
Posts: 155
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

monthly

this is definitely not the form that I am calling. and yes, I made a new section and this is the only real txp call on the page.

Last edited by paularms (2005-01-10 02:10:19)

Offline

#74 2005-01-10 02:37:36

paularms
Member
From: University of Minnesota
Registered: 2004-10-21
Posts: 155
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Also of note, I reinstalled the plugin just to make sure that I didn’t mess something up and it still did not work.

Offline

#75 2005-01-10 03:23:07

kevinpotts
Member
From: Ghost Coast
Registered: 2004-12-07
Posts: 370

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Not sure if this of interest to anyone here, but I wrote about my usage of this plug-in on my site:

<a href=“http://www.graphicpush.com/news/114/”>http://www.graphicpush.com/news/114/</a>

Hope someone finds it useful.

Last edited by kevinpotts (2005-01-10 03:23:30)


Kevin
(graphicpush)

Offline

#76 2005-01-10 13:42:52

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

I don’t know how familar you are with php but if you could check a few things it would help. Its pretty hard for me to diagnose a problem without being able to get it to happen here.

First scan down from the top of the plugin and look for a block that starts with <code>
if ($form) {</code>. Do an echo or something on the $form to make sure the value is set correctly.

A few lines further down theres a variable called $q which is the query that is being run. Echo that and see if it looks correct. Try running it using phpmyadmin to see if you’re getting the results you expect.

Offline

#77 2005-01-19 16:57:38

ubernostrum
Member
From: Lawrence, KS
Registered: 2004-05-05
Posts: 238
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

How feasible would it be to add an “offest” parameter to this? Check out my weblog archive for a case where this’d be useful; as-is, the most recent entry is displayed up top and then listed again in the rss_suparchive output. It’d be nice to be able to specify, say, offset="1" on rss_suparchive and have it start from the second most-recent article.


You cooin’ with my bird?

Offline

#78 2005-01-19 17:16:50

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

It wouldn’t be that difficult to add. The only problem seems to be that you’ve decided to drop all people named Rob, which is of course what the r in rss_suparchive stands for. So I might have to think some more about it :)

I am planning on releasing a new version sometime soon that includes some minor bug fixes among other things. I’ll add this to the list.

Offline

#79 2005-01-20 19:25:58

futurosity
Member
From: Petaluma, CA
Registered: 2005-01-14
Posts: 14
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Just discovered this plugin and it looks great, but here’s a mystery:

If I put in the txp:rss_suparchive_bycat / tag everything works fine (http://www.futurosity.com/?s=Archives).

But if I try any other tags (I cut and pasted several examples from the wilshire|one site), I get nothing!

I know I’m probably missing something very obvious, but I’d really like to get this working. I want to use this display:

txp:rss_suparchive showsection=“1” showauthor=“1” showsubdate=“1” dateformat=“F Y” class=“aa” limit=“5”

…but it just won’t work (I tried tweaking it).

Any help would be greatly appreciated. I’ve just switched to TP from WordPress and I’m still finding my way.

Thanks!

Last edited by futurosity (2005-01-20 19:27:36)


Futurosity | Creating Possibilities
Mystics of the Ordinary | One Man. One Year. One Novel.

Offline

#80 2005-01-20 19:32:41

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

If you’re cutting and pasting from the site you might be getting the quotes as “smart” (or not so smart) quotes. Make sure you just have plain old quotes that you’re pasting in.

To be safe you can view the source of the page and copy from there.

Offline

#81 2005-01-20 20:20:03

futurosity
Member
From: Petaluma, CA
Registered: 2005-01-14
Posts: 14
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

> wilshire wrote:

> If you’re cutting and pasting from the site you might be getting the quotes as “smart” (or not so smart) quotes. Make sure you just have plain old quotes that you’re pasting in.

> To be safe you can view the source of the page and copy from there.

Nope, that’s not it. I checked my code and tried cutting and pasting from your source. Any other ideas? Should I send you the HTML for the page?

Thanks for the help!


Futurosity | Creating Possibilities
Mystics of the Ordinary | One Man. One Year. One Novel.

Offline

#82 2005-01-20 20:30:00

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

The rss_suparchive by default gets articles that are in the section “article”. If you’re articles aren’t in a section called article you need to specify something in the section=”“ attribute or you won’t get any results.

If thats not the problem feel free to send some code.

Offline

#83 2005-01-20 21:01:19

futurosity
Member
From: Petaluma, CA
Registered: 2005-01-14
Posts: 14
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

That was it! I didn’t think about that because there was no section tag in the example I wanted to use.

I knew it was something obvious. Thanks very much for your help, and for the great plugin.


Futurosity | Creating Possibilities
Mystics of the Ordinary | One Man. One Year. One Novel.

Offline

#84 2005-01-20 21:02:52

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

No problem. Glad its working for you.

Offline

Board footer

Powered by FluxBB