Advanced Options
Show Javscript Warning
If enabled, a Javascript waring within noscript will be shown when javascript is disabled. This option is useful to show up your clients javascript is required to use the website in full functionality.
This only work when the following code in the HTML-Templates are present. In most cases this code is already included in the default template files.
<?php if($this->params->get('showjsalert', 0)) : ?>
<noscript class="jswarn-global jsremove">
<div>
<strong><?php echo JText::_('JYAML_JSALERT_TITLE'); ?></strong><br />
<?php echo JText::_('JYAML_JSALERT_DESC'); ?>
</div>
</noscript>
<?php endif; ?>
Insert Script tags before closing body
If enabled, all Script tags (excluding IE Conditional Comments) will be inserted before the closing Body-Tag. This can increase the optical performance on client side (defer load).
Warning: This feature may cause JavaScript errors if the so-called domready javascript event was not used in fully!
Debug
If enabled, this shows you some functions in frontend to analyse JYAML (errors, logs, settings, tools, etc.)
Debug IP-Address
Limit to show the debug information's by IP-Address.
