Posted: Thu 31. May 2007, 02:50
try
[x]
and have fun
bye
[x]
and have fun
bye
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Hi Oliver,Oliver Georgi wrote:OK, then again - and sorry for the peeved undertones
So you need a replacement tag which returns listing of "all" articles inside same level - maybe template based like cp teaser?
Should this go recursive inside the level, so you will get all articles of sub levels too?
Current article should be listed too maybe marked as active?
So, you need something like content part teaser - but there an additional setting like -> current level and/or recursive.
Oliver
Code: Select all
<P><A HREF="{articlelink}" class="{prefix}menulink">{title}</a></p>
Code: Select all
<P><A HREF="{articlelink}" class="{prefix}menulink_active">{title}</a></p>