Uutiset:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu
Advertisement:

Remove Header Avatar

Aloittaja lukas24, elokuu 17, 2011, 04:08:56 IP

« edellinen - seuraava »

lukas24

I have played about with the Board.indextemplate but not having much sucess.

Can anyone let me know the code to edit?

http://bsmbsmtest.com/forum/index.php

I have enabled the forum for immediate registration so if someone wouldnt mind could they sign up and upload a default avatar and you will see what I mean when you go to the

http://bsmbsmtest.com/forum/index.php how the avatar messes up the page

TIA as always

Hj Ahmad Rasyid Hj Ismail

Please provide an image. I dont want to register to help...

Ricky.

Header avatar is in index.template.php
Remove following lines or comment them out!


if (!empty($context['user']['avatar']))
echo '
<p class="avatar">'
$context['user']['avatar']['image'], '</p>';



lukas24

unable to find that in the index template.

I know it is something to do with here but not sure:


<div id="wrapper">
    <div id="header">
        <div id="head-l">
            <div id="head-r">
                <div id="userarea" class="smalltext">';
                if (!empty($context['user']['avatar']))
               echo '
                    <div id="my-avatar" class="clearfix">
                  '.$context['user']['avatar']['image'].'
               </div>';

Hj Ahmad Rasyid Hj Ismail

Lainaus käyttäjältä: lukas24 - elokuu 20, 2011, 07:19:31 IP
                if (!empty($context['user']['avatar']))
               echo '
                    <div id="my-avatar" class="clearfix">
                  '.$context['user']['avatar']['image'].'
               </div>';
If you really need it, just remove the above code only.

However, your problem is due to the avatar that messes your site, thus, it is not wise to remove it but clean it css so it won't mess around again.

Advertisement: