Usage - jrAnnika_live_wall
An activity wall can be created on a Jamroom page by inserting the following smarty call (below) into a template.
The three parameters, target, template and tpl_dir are required for any jrAnnika_live_wall call. 'target' is the ID of the div tag into which content is updated so needs to be unique if more than one live wall is on a single page. 'template' is the name of the template that creates the wall content and 'tpl_dir' is the location of that template, be it in a module or a skin.
So the example below is creating a livewall using the annika_module_item_list.tpl template that comes with the Annika module. Note the additional parameter 'module' which is set to 'jrAction'. All parameter values in the call are passed through to the template for parsing. The annika_module_item_list.tpl template is a general purpose listing template that uses that parameter to list the latest items of the specified module, so 'module' could also be set to jrAudio, jrVideo, jrComment, jrLike etc. to get the required listing.