Host suggesting problem with .htaccess
Installation and Configuration
we've got the details, need to get dinner then will start poking around.
$_sp = array(
'skip_triggers' => true,
'order_by' => array('_updated' => 'desc'),
);
$_rt = jrCore_db_search_items('jrBlog', $_sp);
// repeat for the other wanted modules,
// merge by the updated time to filter to the latest 15
// spit it out to the templates
$out = jrCore_parse_template('your-formatting-template.tpl', $_rep, 'xxSomeModule');
return $out;
{xxSomeModule_foo}