I have the next tree:
TOPICO (37)
ITEM1 (49)
ITEM2 (48)
ITEM3 (47)
DITTO:
[!Ditto? &parents=`[*id*]` &tpl=`MASTER-CATEGORIA-TPL` &summarize=`1` &paginate=`1` !]
TPL:
<table align="center">
<tr>
<td width="110">
[+PREVIOUSIMAGE+] HERE I WANTO TO SEE THE ID49
</td>
<td width="200">
<p align="center">[+IMAGE+] HERE THE ID48
<p align="center"><a href="[+alias+]">[+pagetitle+]</a></p>
</td>
<td width="110">
[+NEXTIMAGE+] HERE THE ID47
</td>
</tr>
</table>
The problem is if I put &summarize=`1` and I only want 1 not 3 I never can see the other.
I think something like paginator but for ditto can resolve, like a new placeholder for NEXT ID and PREVIOUSE ID
Someone have ideas to solve this problem...
I realy have improve a manual system creating a new TV to the client put the next ID and previous ID but want to get a dinamic solution...
Thanks...