Heya,
My body onload tag was allready modified by the image resize hack.
Currently I changed it to:
<body onload="<if condition="can_moderate($thread['forumid']) AND $show['inlinemod']">inline_init($thread[threadid], 'post');</if>$onload ; fiImageResize()">
but this is not working, any idea's what I need to change here??
previously it was:
<body onload="$onload; fiImageResize()">
|