2012-01-02, 11:48 PM
uploaded in binary instead of ascii? this is the whole of the function to modify the usercp
function quote_notice_templateupdate()
{
global $mybb, $templates, $quote_notice_usercp, $lang;
if($mybb->settings['quote_notice_enabled'] == 1)
{
$lang->load('quote_notice');
$quote_notice_useroption = $lang->quote_notice_useroption;
if($mybb->user['quote_notice'] == "1")
{
$quote_notice_selected = " checked ";
}
else
{
$quote_notice_selected = " ";
}
eval("\$quote_notice_usercp = \"".$templates->get("quote_notice_usercp")."\";");
}
}
Lost interest, sold my sites, will browse here once in a while. It's been fun.