There are some new content codes fixes available in the Downloads/Updates section with the following changes.

- Menus content codes now will correctly display menus and submenus and you will be able to show submenus as main menus. For e.g. {menus}main-menu/downloads{/menus} will now only show downloads submenus and will show them as main menus and let them have dropdown submenus just like for other main menus.

- Posts content codes will now be able to show posts from subsubmenus too. For e.g. {posts}how-to/install/jcore/%{/posts} will show all posts from the How-to->Install->jCore menu while it is backward compatible and {posts}how-to{/posts} will also show all posts from the How-to menu. Please note that if you define a submenu (how-to/install) you will have to add /% at the end that will tell the code to show all posts from that submenu because you could show only one content from that submenu just like this: {posts}how-to/install/jcore/how-to-install-jcore-server{/posts} which will display only the How-to Install jCore Server post.

- Content codes now support limits and because blocks can have a limit set for their contents they now will forward that limit to the posts/modules this way for e.g. if you define a block lets say Latest News and set a limit to 2 (to only show two items in them) and use a code like {posts}news{/posts} will only show the latest 2 news.

Fixes in two formats (1. as a patch file that you can apply to jCore server; 2. as the changed files to just copy over to your jCore server) have been uploaded to the Updates / Fixes, please click here to download them.