Hi,
You mentioned you pasted the link directly in your first, so I presume the menu type is a URL. If so try altering this to:
www.dingkuhn.de/cms/index.php?option=com...gory&catid=1
The url contained the wrong Itemid for the menu item, you can enable the debug mode for the module by adding &sdbDebug=1 to the end of the browser URL. In your case:
| Code: |
[34] => Array
(
[rowname] => Galerie Kinder
[name] => Galerie Kinder
[urldone] => 0
[ampreplace] => http://www.dingkuhn.de/cms/index.php?option=com_ponygallery&Itemid=32&func=viewcategory&catid=1
[sef] => http://www.dingkuhn.de/cms/index.php?option=com_ponygallery&Itemid=32&func=viewcategory&catid=1
[txt] => Galerie Kinder
[retlink] => Galerie Kinder
)
|
Here you can see your Itemid in the URL is 31, but looking at the array id, it needs to be 34.
Hope this helps.