Ehy! Just gave a try, i registered
alias. All seem to work perfect, by the way, i see a js error on console, coming out into your wordpress theme header, a js function that cause this:
Code: Select all
TypeError: document.getElementById(...) is null forum:421:54
resizeIframe https://www.nylaathria.dk/forum/:421
callResize https://www.nylaathria.dk/nyl/viewforum.php?f=13:868
but this is NOT the iframe resizer of the plugin, it is from your wp theme, you should resolve this that output into wordpress page-forum causing the js error where
dynheight return a null value on page-forum (it output into wordpress header)
Code: Select all
<script type="text/javascript">
// reSize Iframe when ever child calls it
function resizeIframe(dynheight)
{
document.getElementById("iforum").height=parseInt(dynheight)+10;
}
</script>
this can be resolved in various ways, first of all may detecting why this function called in this case (on page -forum) return a null value for the passed
dynheight var