MyBB Community Forums

Full Version: [Help] Error On Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Current Code For > Header_WelcomeBlock_Member
<table class="tborder" cellpadding="6" cellspacing="1" align="center" border="0" width="100%">
          <tbody>
            <tr>
              <td class="alt1" width="100%"><div class="navbar" style="font-size:10pt"><a href="http://digi-leaks.com/vb/index.php" accesskey="1"><img src="http://www.digi-leaks.com/vb/titanium/misc/navbits_start.gif" alt="" width="15" height="15" border="0" class="inlineimg" /></a> <strong>Digi Leaks</strong></div></td>
              <br/>
              <br/>
              <td class="alt2" nowrap="nowrap"><div class="smallfont"><span style="margin: 0; padding: 0;"><span class="alt1"><img height="75px" width="75px" src="{$mybb-&gt;user['avatar']}" alt="avatar" title="avatar" /></span> Hello {$mybb-&gt;user['username']},</span><br />
                {$lang-&gt;welcome_current_time}
<div><a href="{$mybb-&gt;settings['bburl']}/search.php?action=getnew">{$lang-&gt;welcome_newposts}</a></div>
<div><a href="{$mybb-&gt;settings['bburl']}/search.php?action=getdaily">{$lang-&gt;welcome_todaysposts}</a></div>
<div><a href="{$mybb-&gt;settings['bburl']}/private.php">{$lang-&gt;welcome_pms}</a> {$lang-&gt;welcome_pms_usage}</div>
<div>Testing</div>
              </div></td>
            </tr>
          </tbody>
        </table>

My Error:
The following errors were encountered:
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.

I was reading some thread's on here about some code's aren't allowed to be used because of security issues. Which is {$mybb-&gt;settings['bburl']}.

I just want to make it clear that when I change that code to my URL of my forum, it still gives me an error. Can someone please help me solve this puzzle? Thank you in advanced!