Edit : I tried with punbb 1.4.4 (in fact, punbb visman to be able to use php 7.4) and php 7.4, checked the 3 options (above, below, behind) and it seems to work fine for the moment, no problem, no error
It would be great when you could add the option for positions "Left", "Middle" and "Right". Not everybody wants an image on the left side of the board. It's already busy at the left side: board title, board description, navigation, breadcrumbs, "logged in as..", etc…
]]>This extension is nice !
]]>Updated to 1.1.3 in OP- can I move this to "supported extensions" forum or is that only for official extensions?
]]>happens because of 1.1.2 and that "EOT" ....
default settings, i.e. as soon as it's installed... happened on 2 forums..
]]>Parse error: syntax error, unexpected T_SL in /home/.../header.php(124) : eval()'d code on line 139
then I changed "EOT" to EOT; since then it works
bug?
<!--Include style info-->
<hook id="hd_head">
<![CDATA[
$forum_loader->add_css( $ext_info['url'].'/css/'.$ext_info['id'].'.css', array( 'type'=>'url' ) );
if ($forum_config['o_header_image_postition'] == 'BEHIND_TITLE')
{
$header_image_url = $forum_config['o_header_image_url'];
$header_css = <<<EOT
#brd-head
{
background-image: url('$header_image_url');
}
EOT;
$forum_loader->add_css( $header_css, array( 'type'=>'inline' ) );
}
]]>
</hook>