MyBB Community Forums

Full Version: header_welcomeblock_member_admin PROBLEM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB Version I Am Using: 1.6.4

When i try to save this code in header_welcomeblock_member_admin

Code i am trying to put:
<td>
<a onMouseover="fixedtooltip('{$lang->welcome_admin}', this, event, '150px')" onMouseout="delayhidetip()" href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php"><img title="{$lang->welcome_admin}" border="0" src="images/supernat/admin.png"  width="32" height="32"></a></td>

it gives me a error that says
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.

what did i do wrong?
hmm., I was able to save it exactly on localhost with myBB 1.6.5 !!
You should change
{$config['admin_dir']}
to
{$admin_dir}
But other than that - I am not exactly sure.