Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-30 12:06:56
- matgorb
- Member
- Registered: 2005-06-12
- Posts: 31
rss_thumpop breaks my txp:older/newer
The txp:older and txp:newer in the following page break when one of the article of the section has a
<txp:rss_thumbpop category="Wulingyan" mode="float" orderby="caption" pagepop="1" showcaption="0" padheight="100" />
inside.
Here is the page:
<txp:output_form form="page_head" />
<body id="travel">
<txp:output_form form="page_nav" />
<div id="leftcolumn">
<txp:if_individual_article>
<txp:article />
<txp:else />
<h1 class="replaced" id="htravel">Reportage</h1>
<ul class="featurelist">
<txp:article limit="15" sortby="Posted" sortdir="desc" listform="featurelist" />
</ul>
<txp:older>Tidigare</txp:older> | <txp:newer>Nya</txp:newer>
</txp:if_individual_article>
</div>
<txp:output_form form="rightcolumn" />
<txp:output_form form="page_foot" />
And to be complete here is the featurelist form
<li><txp:permlink><txp:title /></txp:permlink><br />
<span><txp:posted /> av <txp:author /></span></li>
I tried to move the article from one section to another, and as soon as one with the rss_thumpop is added the txp:older/newer disappear, remove it and they will came back.
Anybody as any idea?
Offline
#2 2005-12-01 03:08:23
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rss_thumpop breaks my txp:older/newer
My first guess would be this is a CSS issue. I suggest you analyze the generated source of your page to find the problem.
Offline
#3 2005-12-01 10:53:32
- matgorb
- Member
- Registered: 2005-06-12
- Posts: 31
Re: rss_thumpop breaks my txp:older/newer
I have two sections, same txp code, same CSS, and only one get the older/newer one not processed, the one with the gallery code in its article, are you saying that the style for the gallery code would prevent the older/newer txp tag to be processed? CSS get apply in the browser, not at txp generation, so how could it affect it?
Am I wrong in assuming that nothing CSS can affect the txp engine? because if I am I would like to know how!
I think that something in the plugin code make this happen, somehow.
Offline
Pages: 1