Member:
Markus ⋅
Date: January 30, 2010, 10:42 PM
⋅ Subject: "Re: Creating BOXES on module pages (configuring dynamic content)"
You may have a bit of a confusion with the content types there. If you want the latest article posts, you need to select box type "post". (It was set to "area", which is a parent-level container.) Here's how it looks like now:

I have now changed it to "post" and saved the unit. When you save and reload it directly from the Builder, you will see five items from different modules coming up; this is because the unit updater AJAX doesn't yet keep track of the URL of the parent page, and just shows content as if no query string were provided.
When you refresh the page, you will note that there are only two articles fetched in from your Articles module. If you are configuring dynamic units (and I seem to do that with all page editing), it's a good idea to keep two copies of the page in two tabs; one with the builder open, where you modify the page, and another that you keep refreshing to see exactly how the page looks when loaded.
I have also changed the content format to "short". If you want to edit the look and detail of the different formats for dynamic content, you will find them in skin_post.php, skin_category.php etc. under the /templates/pro/ folder, and in some cases (where the module has customized formats) in the skin_groups_ow.php etc. files in the /pro/modules subfolder.
While we're on the topic, let me share a carefully guarded dev secret.
Most of our "different" modules have been produced simply by editing these content formats, changing the way they work by editing the modules' configuration files, and revising the layouts with the Builder where necessary. "Blogs" is the mother module I created when Wiccle was young, and everything you see has followed from cloning, modifying and extendingit in different ways.