'mediapro' => array(
'title' => $txt['mediapro_admin'],
'permission' => array('admin_forum'),
'areas' => array(
'mediapro' => array(
'label' => $txt['mediapro_settings'],
'file' => 'AutoEmbedMediaPro2.php',
'function' => 'MediaProMain',
'custom_url' => $scripturl . '?action=admin;area=mediapro;sa=settings;sesc=' . $sc,
'icon' => 'server.gif',
'permission' => array('admin_forum'),
'subsections' => array(
'settings' => array($txt['mediapro_settings']),
'copyright' => array($txt['mediapro_copyremove']),
),
),
),
),
'layout' => array(
'title' => $txt['layout_controls'],
'layout' => array(
'title' => $txt['layout_controls'],
Quote from: karpalak on June 04, 2022, 08:40:22 PMI can't really remember what I was trying to do, I think I was converting the database to UTF-8 so I can upgrade to newer version of SMF.
Quote from: Web Help Forums on June 06, 2022, 05:32:42 AMThank you for your help everyone. I will try and report back
if (iedomltr) {
let el = document.getElementById('containing_element_id');
el.innerHTML += '<span id="templtr" style="visibility:hidden;position:absolute;top:-100px;right:9000px;">' + rightrightslideltr + '</span>';
}