Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Failure in list_cats.tpl / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Failure in list_cats.tpl (2)


Posted: 06/14/2005 5:01:33 PM

Reply Quoted  


Hi Dimitry

I think in the list_cats.tpl of the inlink2-theme is a mistake...

<SPAN class="catsub"><inp:cat _Field="catsubcats" _Limit="3" _TargetTemplate="sub_page.tpl" Separator="," _Anchor="1" /></SPAN>

It should be...

<SPAN class="catsub"><inp:cat _Field="catsubcats" _Limit="3" _TargetTemplate="sub_pageS.tpl" Separator="," _Anchor="1" /></SPAN>

The s after sub_page is missing.

Greetings

Roland

Posted: 06/14/2005 5:30:30 PM

Reply Quoted  


linkit.ch wrote:06/14/2005 5:01:33 PM
Hi Dimitry

I think in the list_cats.tpl of the inlink2-theme is a mistake...

<SPAN class="catsub"><inp:cat _Field="catsubcats" _Limit="3" _TargetTemplate="sub_page.tpl" Separator="," _Anchor="1" /></SPAN>

It should be...

<SPAN class="catsub"><inp:cat _Field="catsubcats" _Limit="3" _TargetTemplate="sub_pageS.tpl" Separator="," _Anchor="1" /></SPAN>

The s after sub_page is missing.

Greetings

Roland


Thanks for point this out. This will be fixed shortly!