Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-06-29 17:46:05

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,674
GitHub Twitter

A bug or not a bug?

In TXP 4.0.3, I can display in the same section 2 differents articles, like this :

<code>
<div id=“columnleft”>
<txp:article status=“Publish” />
</div>
<div id=“columnright”>
<txp:article status=“sticky” limit=“1” offset=“0” />
</div>
</code>

and that’s work perfectly.

But in <strong>TXP 4.0.4 (r1388)</strong> the same stuff display only the published article twice : in columnleft and in columnright.

What’s the matter? What’s wrong?
Thanks for your response.


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#2 2006-06-29 18:14:46

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: A bug or not a bug?

Did you read the topic next to this one? Specifically:
http://forum.textpattern.com/viewtopic.php?pid=111007#p111007

Offline

#3 2006-06-29 18:39:49

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: A bug or not a bug?

Also:

<txp:article status="Publish" />

there is no status=“publish”

I think you want to type status="live"

saludos!


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#4 2006-06-29 19:01:05

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,674
GitHub Twitter

Re: A bug or not a bug?

maniqui wrote:

Also:
<txp:article status="Publish" />
there is no status=“publish”
I think you want to type status="live"
saludos!

…oops, exact <em>status=“live”</em> sorry for this error.

Thanks Sencer for your answer.
Regards.


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

Board footer

Powered by FluxBB