MyBB Community Forums

Full Version: security issue while trying to install a theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to install this theme on my mybb 1.6.10 forum :
http://mods.mybb.com/view/cms-bb But i have a problem, it says :
Quote:A potential security issue was found in the theme. It was not imported. Please contact the Author or MyBB Group for support
Well, does anyone know what i have to change so this theme will work? because it's a really nice theme and i really want to use it .. the author is not active here anymore, his last visit was like last year .. i hope someone can help me. thank you very much Smile
See if this works:


Open your theme xml and find replace the followings if they exist, then save and re-import.

Replace:
{$monthnames[$prev_month['month']]}
with:
{$prev_month['month']}

Replace:
{$monthnames[$next_month['month']]}
with:
{$next_month['month']}

Replace:
{$monthnames[$week_from[1]]}
with:
{$monthnames[$week_from_one]}

and replace:
{$type_checked[$type['tid']]}
with:
{$checked}
Thanks effone, it works now Smile thank you very much.
^^ No problem. Got those from "Nathan Malcom" & "Destroy666" (thanks to them).