finally integrated SMF with http://flightcrewcentral.com
SMF
remove logout in selected theme
smf/Sources/Subs.php
line 3982 comment out
/*
‘logout’ => array(
‘title’ => $txt[‘logout’],
‘href’ => $scripturl . ‘?action=logout;%1$s=%2$s’,
‘show’ => !$user_info[‘is_guest’],
‘sub_buttons’ => array(
),
‘is_last’ => !$context[‘right_to_left’],
),
*/
theme…
index.template.php is the one you’ll want to edit.
header function: function template_html_above()
$includeHeader=’../includes/header_forum.php’;
$includeFooter=’../includes/footer_forum.php’;
SMF
remove logout in selected theme
smf/Sources/Subs.phpline 3982 comment out /* ‘logout’ => array( ‘title’ => $txt[‘logout’], ‘href’ => $scripturl . ‘?action=logout;%1$s=%2$s’, ‘show’ => !$user_info[‘is_guest’], ‘sub_buttons’ => array( ), ‘is_last’ => !$context[‘right_to_left’], ), */
theme…index.template.php is the one you’ll want to edit.
header function: function template_html_above()
$includeHeader=’../includes/header_forum.php’;$includeFooter=’../includes/footer_forum.php’;