Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#421 2006-02-08 19:59:42

loid
Member
Registered: 2005-03-09
Posts: 38

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

Wilshire & cap_nemo,

I’m having the same problem. All the other attributes work fine, but adding offset causes results to cease appearing. I’m calling it just the way the other attributes are called, similar to cap_nemo’s example below. Running Textpattern 4.0.3 and rss_suparchive 0.16.1

Loid

> cap_nemo wrote:

> Wilshire,

Thanks for your response. It’s very odd, i add offset and nothing appears. Here is how i’m calling it.

< txp:rss_suparchive section=“comment” limit=“10” category=“homerants” offset=“8” / >

Offline

#422 2006-02-09 20:26:30

roelof
Member
Registered: 2005-03-27
Posts: 647

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

Hello,

I have a problem with this plugin.

My html looks like this :
<code>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”

“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” lang=“en”>
<head>

<meta http-equiv=“content-type” content=“text/html; charset=utf-8” /> <meta http-equiv=“imagetoolbar” content=“no” /> <meta name=“description” content=”“ /> <meta name=”“ /> <meta name=“author” content=”“ /> <meta name=“copyright” content=”“ /> <meta name=“company” content=”“ /> <meta name=“revisit-after” content=”“ />
<title><txp:page_title /></title>
<link rel=“stylesheet” href=”<txp:css />” type=“text/css” media=“screen” />

</head>
<body>
<div id=“container”>
<div id=“head”>
&nbsp;
</div>
<div id=“wrapper”>
<div id=“sidebar-1”>
<txp:if_article_list>
<txp:rss_suparchive section=“article,zwangerschap” dateformat=“F Y” showsubdate=“1” />
</txp:if_article_list>
</div>

<div id=“content”>
<txp:article form=“default” limit=“1” listform=“default” />
</div>
<div id=“foot”>
Design by <a href=“http://www.ryanarrowsmith.com/”>Ryan Arrowsmith</a> but feel free to share / Proudly

powered by <a href=“http://www.textpattern.com/”>Textpattern</a>.
</div>
</div>

</body>
</html>
</code>

When i open the main page which is assigned to section default , i can see the output of this plugin.
When i open another page wich is for example is assigned to section “ zwangerschap” , i can’t see the output of this plugin.
Both sections are assigned to the default page and the default css.

Who know’s what’s going on here.
when i deleted the <code><txp:if_article_list></code> nothing changes.

Roelof

Last edited by roelof (2006-02-09 20:27:57)

Offline

#423 2006-02-10 01:39:12

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

Roelof,

Try putting the code in twice:

<code><txp:if_article_list><txp:rss_suparchive section=“article,zwangerschap” dateformat=“F Y” showsubdate=“1” /><txp:if_article_list></code> and

<code><txp:if_individual_entry><txp:rss_suparchive section=“article,zwangerschap” dateformat=“F Y” showsubdate=“1” /><txp:if_individual_entry></code>

Last edited by Elenita (2006-02-10 01:40:04)

Offline

#424 2006-02-10 12:37:49

roelof
Member
Registered: 2005-03-27
Posts: 647

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

Sorry,

It didn’t work You can see the problem at http://www.tamarawobben.nl

Offline

#425 2006-02-10 17:27:40

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

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

Elenita wrote:

<code><txp:if_individual_entry><txp:rss_suparchive section=“article,zwangerschap” dateformat=“F Y” showsubdate=“1” /><txp:if_individual_entry></code>

Shouldn’t that be <txp:if_individual_article></txp:if_individual_article> ;)

Offline

#426 2006-02-10 17:57:01

roelof
Member
Registered: 2005-03-27
Posts: 647

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

Correct,

I had seen this and corrected this , but no difference.

Roelof

Im looking for what can cause this problem and everytime i click on the link that this plugin makes (the title) the menu disappear.

Last edited by roelof (2006-02-10 22:05:07)

Offline

#427 2006-02-11 04:22:46

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

doggiez, yes, it should. Obviously, I’m not as proficient at this as I’d like to be. :)

The best way we could help you, I think, is to check your TxP markup. Could you post it somewhere like <a href=“http://pastebin.com/”>Pastebin</a> (xml syntax preferred)?

Last edited by Elenita (2006-02-11 04:30:53)

Offline

#428 2006-02-11 07:42:28

roelof
Member
Registered: 2005-03-27
Posts: 647

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

oke,

Here a xml file of a page where there is a menu
<code>

Posted by r.wobben@home.nl on Sat 11th Feb 07:38
download | new post
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”

“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” lang=“en”>
<head>

<meta http-equiv=“content-type” content=“text/html; charset=utf-8” /> <meta http-equiv=“imagetoolbar” content=“no” /> <meta name=“description” content=”“ /> <meta name=”“ /> <meta name=“author” content=”“ /> <meta name=“copyright” content=”“ /> <meta name=“company” content=”“ /> <meta name=“revisit-after” content=”“ /> <title>Tamara Wobben – Niemand krijgt mij eronder</title> <link rel=“stylesheet” href=“http://www.tamarawobben.nl/textpattern/css.php?s=default” type=“text/css” media=“screen” />

<script type=“text/javascript” src=“http://www.tamarawobben.nl/index.php?js=upm_img_popper”></script>
</head>
<body>
<div id=“container”>
<div id=“head”>
&nbsp;
</div>
<div id=“wrapper”>
<div id=“sidebar-1”>

<dl><dt>September 2005</dt>
<dd><span class=“rssSubdate”>01: </span><a href=“http://www.tamarawobben.nl/article/3/even-voorstellen” title=“Permanent link to Even voorstellen” class=“rssArticle rssAlt”>Even voorstellen</a></dd>
<dd><span class=“rssSubdate”>01: </span><a href=“http://www.tamarawobben.nl/bevalling/39/1-september-2005” title=“Permanent link to Bevalling” class=“rssArticle”>Bevalling</a></dd>
<dd><span class=“rssSubdate”>01: </span><a href=“http://www.tamarawobben.nl/zwangerschap/38/1-september-2005” title=“Permanent link to Spooknacht” class=“rssArticle rssAlt”>Spooknacht</a></dd>
<dt>August 2005</dt>
<dd><span class=“rssSubdate”>30: </span><a href=“http://www.tamarawobben.nl/zwangerschap/37/30-augustus-2005” title=“Permanent link to Rondleiding” class=“rssArticle”>Rondleiding</a></dd>
<dd><span class=“rssSubdate”>27: </span><a href=“http://www.tamarawobben.nl/zwangerschap/36/27-augustus-2005” title=“Permanent link to Draaien” class=“rssArticle rssAlt”>Draaien</a></dd>
<dd><span class=“rssSubdate”>25: </span><a href=“http://www.tamarawobben.nl/zwangerschap/35/25-augustus-2005” title=“Permanent link to Indalen” class=“rssArticle”>Indalen</a></dd>
<dd><span class=“rssSubdate”>24: </span><a href=“http://www.tamarawobben.nl/zwangerschap/34/24-augustus-2005” title=“Permanent link to Bedrust ?” class=“rssArticle rssAlt”>Bedrust ?</a></dd>
<dd><span class=“rssSubdate”>22: </span><a href=“http://www.tamarawobben.nl/zwangerschap/33/22-augustus-2005” title=“Permanent link to CTG” class=“rssArticle”>CTG</a></dd>
<dd><span class=“rssSubdate”>21: </span><a href=“http://www.tamarawobben.nl/zwangerschap/32/21-augustus-2005” title=“Permanent link to Babykamer” class=“rssArticle rssAlt”>Babykamer</a></dd>
<dd><span class=“rssSubdate”>20: </span><a href=“http://www.tamarawobben.nl/zwangerschap/31/20-augustus-2005” title=“Permanent link to Geboortekaartje” class=“rssArticle”>Geboortekaartje</a></dd>
<dd><span class=“rssSubdate”>17: </span><a href=“http://www.tamarawobben.nl/zwangerschap/30/17-augustus-2005” title=“Permanent link to Bed” class=“rssArticle rssAlt”>Bed</a></dd>
<dd><span class=“rssSubdate”>15: </span><a href=“http://www.tamarawobben.nl/zwangerschap/29/15-augustus-2005” title=“Permanent link to Naam” class=“rssArticle”>Naam</a></dd>
<dd><span class=“rssSubdate”>14: </span><a href=“http://www.tamarawobben.nl/zwangerschap/28/14-augustus-2005” title=“Permanent link to Gebroken vliezen” class=“rssArticle rssAlt”>Gebroken vliezen</a></dd>
<dd><span class=“rssSubdate”>10: </span><a href=“http://www.tamarawobben.nl/zwangerschap/27/10-augustus-2005” title=“Permanent link to Kinderarts” class=“rssArticle”>Kinderarts</a></dd>
<dt>July 2005</dt>
<dd><span class=“rssSubdate”>28: </span><a href=“http://www.tamarawobben.nl/zwangerschap/26/28-juli-2005” title=“Permanent link to Groei-echo” class=“rssArticle rssAlt”>Groei-echo</a></dd>
<dd><span class=“rssSubdate”>13: </span><a href=“http://www.tamarawobben.nl/zwangerschap/25/13-juli-2005” title=“Permanent link to Partneravond” class=“rssArticle”>Partneravond</a></dd>
<dt>June 2005</dt>
<dd><span class=“rssSubdate”>27: </span><a href=“http://www.tamarawobben.nl/zwangerschap/24/27-juni-2005” title=“Permanent link to Down syndroom” class=“rssArticle rssAlt”>Down syndroom</a></dd>
<dd><span class=“rssSubdate”>18: </span><a href=“http://www.tamarawobben.nl/zwangerschap/23/18-juni-2005” title=“Permanent link to Baby uitzet” class=“rssArticle”>Baby uitzet</a></dd>
<dd><span class=“rssSubdate”>10: </span><a href=“http://www.tamarawobben.nl/zwangerschap/22/10-juni-2005” title=“Permanent link to Schoppen” class=“rssArticle rssAlt”>Schoppen</a></dd>
<dd><span class=“rssSubdate”>06: </span><a href=“http://www.tamarawobben.nl/zwangerschap/21/6-juni-2005” title=“Permanent link to Zwangerschapsgym” class=“rssArticle”>Zwangerschapsgym</a></dd>
<dd><span class=“rssSubdate”>03: </span><a href=“http://www.tamarawobben.nl/zwangerschap/20/3-juni-2005” title=“Permanent link to Contact” class=“rssArticle rssAlt”>Contact</a></dd>
<dt>May 2005</dt>
<dd><span class=“rssSubdate”>28: </span><a href=“http://www.tamarawobben.nl/zwangerschap/19/28-mei-2005” title=“Permanent link to koffie-ochtend” class=“rssArticle”>koffie-ochtend</a></dd>
<dd><span class=“rssSubdate”>26: </span><a href=“http://www.tamarawobben.nl/zwangerschap/18/26-mei-2005” title=“Permanent link to Structurele echo” class=“rssArticle rssAlt”>Structurele echo</a></dd>
<dd><span class=“rssSubdate”>19: </span><a href=“http://www.tamarawobben.nl/zwangerschap/17/19-mei-2005” title=“Permanent link to Belofte” class=“rssArticle”>Belofte</a></dd>
<dd><span class=“rssSubdate”>07: </span><a href=“http://www.tamarawobben.nl/zwangerschap/16/7-mei-2005” title=“Permanent link to Vlindertje” class=“rssArticle rssAlt”>Vlindertje</a></dd>
<dt>April 2005</dt>
<dd><span class=“rssSubdate”>24: </span><a href=“http://www.tamarawobben.nl/zwangerschap/15/24-april-2005” title=“Permanent link to Plop” class=“rssArticle”>Plop</a></dd>
<dd><span class=“rssSubdate”>15: </span><a href=“http://www.tamarawobben.nl/zwangerschap/14/14-april-2005” title=“Permanent link to Gesprek dr. Veenstra” class=“rssArticle rssAlt”>Gesprek dr. Veenstra</a></dd>
<dd><span class=“rssSubdate”>11: </span><a href=“http://www.tamarawobben.nl/zwangerschap/13/11-april-2005” title=“Permanent link to Uitslag vlokkentest” class=“rssArticle”>Uitslag vlokkentest</a></dd>
<dd><span class=“rssSubdate”>07: </span><a href=“http://www.tamarawobben.nl/zwangerschap/12/7-april-2005” title=“Permanent link to Dagje uit voor mama” class=“rssArticle rssAlt”>Dagje uit voor mama</a></dd>
<dd><span class=“rssSubdate”>05: </span><a href=“http://www.tamarawobben.nl/zwangerschap/11/5-april-2005” title=“Permanent link to Vlokkentest” class=“rssArticle”>Vlokkentest</a></dd>
<dd><span class=“rssSubdate”>04: </span><a href=“http://www.tamarawobben.nl/zwangerschap/10/4-april-2005” title=“Permanent link to Vlokkentest ??” class=“rssArticle rssAlt”>Vlokkentest ??</a></dd>
<dd><span class=“rssSubdate”>01: </span><a href=“http://www.tamarawobben.nl/zwangerschap/9/1-april-2005” title=“Permanent link to Nekplooimeting” class=“rssArticle”>Nekplooimeting</a></dd>
<dt>March 2005</dt>
<dd><span class=“rssSubdate”>17: </span><a href=“http://www.tamarawobben.nl/zwangerschap/8/17-maart-2005” title=“Permanent link to Tripletest” class=“rssArticle rssAlt”>Tripletest</a></dd>
<dd><span class=“rssSubdate”>01: </span><a href=“http://www.tamarawobben.nl/zwangerschap/7/10-maart-2005” title=“Permanent link to 9 weken echo” class=“rssArticle”>9 weken echo</a></dd>
<dt>February 2005</dt>
<dd><span class=“rssSubdate”>27: </span><a href=“http://www.tamarawobben.nl/zwangerschap/6/27-februari-2005” title=“Permanent link to Appelgebak” class=“rssArticle rssAlt”>Appelgebak</a></dd>
<dd><span class=“rssSubdate”>10: </span><a href=“http://www.tamarawobben.nl/zwangerschap/5/22-februari-2005” title=“Permanent link to 7 weken echo” class=“rssArticle”>7 weken echo</a></dd>
<dd><span class=“rssSubdate”>05: </span><a href=“http://www.tamarawobben.nl/zwangerschap/4/5-februari-2005” title=“Permanent link to Zwanger ??” class=“rssArticle rssAlt”>Zwanger ??</a></dd>
</dl>

</div>

<div id=“content”>
<h3><a href=“http://www.tamarawobben.nl/article/3/even-voorstellen” title=“Permanente link naar dit artikel”>Even voorstellen</a> <p><img src=”/images/16.jpg” alt=”“ /></p> <p>Naam: Tamara Wobben<br />
Geboren : 01-09-2005<br />
Geboortegewicht: 2000 gram<br />
Lengte bij de geboorte : 44 cm</p>

</div>
</div>
<div id=“foot”>
Design by <a href=“http://www.ryanarrowsmith.com/”>Ryan Arrowsmith</a> but feel free to share / Proudly

powered by <a href=“http://www.textpattern.com/”>Textpattern</a>.
</div>
</div>

</body>
</html>
</code>

and here he code for a page without the menu :
<code>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”

“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” lang=“en”>
<head>

<meta http-equiv=“content-type” content=“text/html; charset=utf-8” /> <meta http-equiv=“imagetoolbar” content=“no” /> <meta name=“description” content=”“ /> <meta name=”“ /> <meta name=“author” content=”“ /> <meta name=“copyright” content=”“ /> <meta name=“company” content=”“ /> <meta name=“revisit-after” content=”“ /> <title>Tamara Wobben – Niemand krijgt mij eronder: Even voorstellen</title> <link rel=“stylesheet” href=“http://www.tamarawobben.nl/textpattern/css.php?s=article” type=“text/css” media=“screen” />

<script type=“text/javascript” src=“http://www.tamarawobben.nl/index.php?js=upm_img_popper”></script>
</head>
<body>
<div id=“container”>
<div id=“head”>
&nbsp;
</div>
<div id=“wrapper”>
<div id=“sidebar-1”>

</div>

<div id=“content”>
<h3><a href=“http://www.tamarawobben.nl/article/3/even-voorstellen” title=“Permanente link naar dit artikel”>Even voorstellen</a> <p><img src=”/images/16.jpg” alt=”“ /></p> <p>Naam: Tamara Wobben<br />
Geboren : 01-09-2005<br />
Geboortegewicht: 2000 gram<br />
Lengte bij de geboorte : 44 cm</p>

</div>
</div>
<div id=“foot”>
Design by <a href=“http://www.ryanarrowsmith.com/”>Ryan Arrowsmith</a> but feel free to share / Proudly

powered by <a href=“http://www.textpattern.com/”>Textpattern</a>.
</div>
</div>

</body>
</html>
</code>

Roelof

Offline

#429 2006-02-11 19:57:05

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

Sorry, I should have been more clear. I want to see what your Textpattern templates look like in the backend. You know—with the <code><txp:whatever></code> tags.

Offline

#430 2006-02-12 11:51:47

roelof
Member
Registered: 2005-03-27
Posts: 647

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

oke,

Here it is :

The default page :
<code>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”

“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” lang=“en”>
<head>

<meta http-equiv=“content-type” content=“text/html; charset=utf-8” /> <meta http-equiv=“imagetoolbar” content=“no” /> <meta name=“description” content=”“ /> <meta name=”“ /> <meta name=“author” content=”“ /> <meta name=“copyright” content=”“ /> <meta name=“company” content=”“ /> <meta name=“revisit-after” content=”“ />

<title><txp:page_title /></title> <link rel=“stylesheet” href=”<txp:css />” type=“text/css” media=“screen” />

</head>
<body>
<div id=“container”>
<div id=“head”>
&nbsp;
</div>
<div id=“wrapper”>
<div id=“sidebar-1”>
<txp:if_article_list>
<txp:rss_suparchive section=“article,zwangerschap,bevalling” dateformat=“F Y” showsubdate=“1” />
</txp:if_article_list>
</div>

<div id=“content”>
<txp:article form=“default” limit=“1” listform=“default” />
</div>
<div id=“foot”>
Design by <a href=“http://www.ryanarrowsmith.com/”>Ryan Arrowsmith</a> but feel free to share / Proudly

powered by <a href=“http://www.textpattern.com/”>Textpattern</a>.
</div>
</div>

</body>
</html>
</code>

And here is the default form :
<code>
<h3><txp:permlink><txp:title /></txp:permlink> <txp:body />
</div>
</code>

Roelof

Offline

#431 2006-02-12 19:32:55

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

<code><txp:if_article_list>
<txp:rss_suparchive section=“article,zwangerschap,bevalling” dateformat=“F Y” showsubdate=“1” />
</txp:if_article_list></code>

Note that the if_article_list conditional is still there. That will limit the archive list to only be shown on the “main” page of a section.

Offline

#432 2006-02-12 20:29:20

roelof
Member
Registered: 2005-03-27
Posts: 647

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

oke,

I deleted that part, but no change.
Still no menu after a menu -choice

Roelof

Offline

Board footer

Powered by FluxBB