SMF Support > Server Performance and Configuration
Take that thing of the header
Rk00:
sorry u.u
but can you help me?
K@:
If you want to get rid of that stuff, which is quite useful to have (But what do I know?) you could remove this section, I believe:
--- Code: --- // If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
if (!empty($context['user']['avatar']))
echo '
<p class="avatar">', $context['user']['avatar']['image'], '</p>';
echo '
<ul class="reset">
<li class="greeting">', $txt['hello_member_ndt'], ' <span>', $context['user']['name'], '</span></li>
<li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';
--- End code ---
Keep a copy of the original file, as a backup, though, in case I've done that wrong or you realise that it's better to have those functions rather than a huge banner.
Truth to tell, you might get better help in the theme's support topic.
Navigation
[0] Message Index
[*] Previous page
Go to full version