partially load of site
Installation and Configuration
Ah, you need a working webserver either on the internet or on localhost.
Look at the html source of your web page. Then click the link to the css stylesheets and see if they load.
{jrComment_form module="jrProfile" profile_id=$_profile_id item_id=$_item_id template="mycustomcommentform.tpl"}
order_by="_item_id `$_conf.jrComment_direction`"
order_by="_item_id desc"
{if $micro_image_display_size == "original"}
<a href="{$jamroom_url}/{$murl}/image/micro_image/{$_item_id}/original" data-lightbox="images" title="{$micro_title|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="ujMicroSite" type="micro_image" item_id=$_item_id size="original" class=$micro_image_class crop=$micro_image_crop alt=$micro_title width=false height=false}</a>{else}
<a href="{$jamroom_url}/{$murl}/image/micro_image/{$_item_id}/1280" data-lightbox="images" title="{$micro_title|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="ujMicroSite" type="micro_image" item_id=$_item_id size=$micro_image_display_size|default:"xxlarge" class=$micro_image_class crop=$micro_image_crop alt=$micro_title}</a>{/if}
// See what size we are getting
if (!isset($_post['_3'])) {
$_post['_3'] = 'icon';
}
$_sz = jrImage_get_allowed_image_widths();
if (!isset($_sz["{$_post['_3']}"])) {
if (isset($_post['debug'])) {
jrCore_notice('CRI', "invalid image size - must be one of: " . implode(',', array_keys($_sz)));
}
jrImage_display_default_image($_post, $_conf);
}
$_post['width'] = $_sz["{$_post['_3']}"];
<img src="http://academicskills.uwe.ac.uk/workbooks/image/micro_image/17957/original/crop=none" width="original" alt="Temporary folder" class="ujdefault iloutline img-responsive center-block">