Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: double txp:if_custom_field?
lous wrote:
I mean, everything works how i want it with “txp:article_custom” but the only thing thats missing is a page navi like Page 1 2 3 4 of the current article list
Pagination works only with txp:article tag.
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#14 2009-05-23 22:34:12
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: double txp:if_custom_field?
ok :D
With that i can see the pagination
<txp:article allowoverride="0" listform="article_listing" pgonly="0" sort="Posted desc" status="4" limit="5" />
But i need inside of it something like category=“cat2” but it doesnt work, thats why i choosed _custom. Does someone know a solution?
Would really help me a lot
Offline
#15 2009-05-23 23:00:19
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: double txp:if_custom_field?
never mind i got it now :D i was thinking a way to complicated :D Thanks so much guys
But another thing again, once this works. but not anymore, if i use it now it destroy my list. Does anyone know why?
<txp:if_custom_field name="sprache" val="Deutsch">
<td><img height="11" width="16" alt="German" src="de.png></td>
<txp:else/>
<td><txp:custom_field name="sprache" /> </td>
</txp:if_custom_field>
thats the output of it
<td><img height="11" width="16" href="http://localhost/crystal-warez/downloads/rge" bookmark="" src="de.png></td>
<td> MB</td>
<td></td>
</tr><tr>
<td><a rel=" alt="German"/>rge</td>
gosh…. im posting to fast without thinking i got the error :D i forgot “ after the image ^^
Last edited by lous (2009-05-23 23:09:58)
Offline