MyBB Community Forums

Full Version: Error in Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to add bellow code:
<center><div style="margin-top: 6px; padding-right:10px;" class="float_left">
<strong style="float: left; padding-right:10px;">Share Post:</strong>
<a title="Facebook" href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread
['tid']}" target="_blank"><img src="/subs/fb.png" alt="Facebook" /></a>
<a title="Twitter" href="http://twitter.com/home? status={$thread['subject']} - {$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" target="_blank"><img src="/subs/tw.png"
alt="Twitter" /></a></div></center>

but i got error :
A potential security issue was found in the
template. Please review your changes or contact
the MyBB Group for support.
Try this:

<center>
<div style="margin-top: 6px; padding-right:10px;" class="float_left">
<strong style="float: left; padding-right:10px;">Share Post:</strong>
<a title="Facebook" href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" target="_blank"><img src="/subs/fb.png" alt="Facebook" /></a>
<a title="Twitter" href="http://twitter.com/home? status={$thread['subject']} - {$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"target="_blank"><img src="/subs/tw.png"alt="Twitter" /></a>
</div>
</center>