Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 502
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 1
Guests: 469
Total: 470

Help with a logo

Started by filipe, Dec 28, 10, 02:14:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

filipe

Hello
I am using the Theme Reference, I can I change the logo for another one....
Thanks
Filipe

[attachment deleted by admin]

Maxx

Wow Friend that's a big logo, I think your gonna need to let me do that for you!

If you want send me a PM with your URL and the temporary log-in so I can make room for it.
but your will need first to upload to it your Theme/reference/images  directory via FTP.

regards,
Maxx

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

change it here with your logo Height & Width ==>
css/index.css
#logo {
position: absolute;
top: 5px;
right: 20px;
display: block;
width: 182px;  ===> Your logo Width  ===>
height: 52px;  ===> Your logo Heigth  ===>
cursor: pointer;
background: url(../images/img/logo.png) no-repeat;
}
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

filipe

Thanks it worked, ;)
Another thing, can anyone tell me how to do this......

http://smf.radaresdeportugal.com/index.php?action=forum
I would like to take this off, is this possible?
Thanks

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

filipe


Crip

1st BACKUP your index.template.php
OK , in your [index.template.php]Find & Remove his bit..
                 <div id="userarea" class="smalltext">';
       if (!empty($context['user']['avatar']))
       echo '<div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'</div>';
       if ($context['user']['is_logged'])
  {
   echo '
      <ul class="reset">
         <li><b>', $txt['hello_member'], ' ', $context['user']['name'], '</b></li><li>';

   // Only tell them about their messages if they can read their messages!
   if ($context['allow_pm'])
    echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

   echo '
           <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
           <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
      </ul>';

  }
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

filipe

Does not work.....I have this problem...
Template Parse Error!
There was a problem loading the /Themes/anecdotaRC4/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
syntax error, unexpected T_STRING, expecting ',' or ';'

Crip

Attach your index.template.php HERE! ?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.