Recent Topics

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

Black Rain V2 help.

Started by amcapt89, Nov 07, 10, 01:03:03 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

amcapt89

Hello there!

I have a couple of issues which I do not know how to solve.

First of all I would like to insert a banner/logo at the top of the page where there is now the logo "blackrain". I had a look in css, index template and so on but without any luck.

I would also like to remove the SMF logo to replace it with something else...

Last thing, yesterday after I uploaded ADK Portal I got this nasty overlay at the end:

http://img232.imageshack.us/i/24937135.png/

Any idea at all on I can solve this?

Many thanks in advance for your help.

Best Regards.

amcapt89

amcapt89

I knew I was missing something... :)

Is it possible to insert a background as well?

Many thanks again! :-)


Crip

I'll need to see '''Your site Link n Theme''' to be certain -
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.

amcapt89

Hello Crip,

here's the link: http://www.wrclan-darkcobra.com/

Many thanks indeed for your help!

Regards.

amcapt89

Crip

Quote from: amcapt89 on Nov 07, 10, 10:40:46 AM
Hello Crip,

here's the link: http://www.wrclan-darkcobra.com/

Many thanks indeed for your help!

Regards.

amcapt89

The CopyRight Link I cannot help you with ..?
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.

amcapt89

What do you mean exactly with "The CopyRight Link"?

I'am sorry if I did not understand in the frist place.

Crip

#6
see the SS below --


[attachment deleted by admin]
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.

amcapt89

I do apologise but I don't get what you mean. The SS you sent just displays one of the problems I have...!

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

LOGO / BANNER - (INDEX.TEMPLATE.PHP) -


      <table width="100%" cellpadding="0" cellspacing="0" border="0">
         <tr>
   <td align="center"><a href="'.$scripturl.'" title="', $context['forum_name'], '"><img src="', $settings['images_url'], '/myslogan.jpg" style="margin: 2px;" alt="', $context['forum_name'], '" /></a>
          </td>
   </tr>
     </table>

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.

amcapt89

That's the banner solved! Thanks ! :)

I would like to put a background as well and remove the SMF logo, if possible.

Any idea no how to solve the problem displayed in the SS?

Cheers!

amcapt89

Crip

background i added /Themes/BlackRainv2/images/
css/index.css

/* Set a fontsize that will look the same in all browsers. */
body {
   background: #171717 ---=>url(../images/bg.png) repeat;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}


..no idea on SS ?
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.

amcapt89

Well on the SS i do not know where to find the Copyright thing. I have tried to search in several templates but without any success...

Crip

Quote from: amcapt89 on Nov 07, 10, 12:13:59 PM
Well on the SS i do not know where to find the Copyright thing. I have tried to search in several templates but without any success...

u could right your own css.code for and ALIGN it left / right..?
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.

amcapt89

I have no idea on how to do it.

By the way the banner is now in place...  :) I added the background code, but what I have now, is a white background and not the selected pic I uploaded in the folder (named bg.png)

Crip

Quote from: amcapt89 on Nov 07, 10, 12:38:22 PM
I added the background code, but what I have now, is a white background and not the selected pic I uploaded in the folder (named bg.png)
may i see how your added your code for background?
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.

amcapt89

#16

/* Set a fontsize that will look the same in all browsers. */
body {
   background: #171717 ---=>url(../images/bg.png) repeat;;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}

Crip

Should be :

/* Set a fontsize that will look the same in all browsers. */
body {
   background: white url(../images/bg.png) repeat;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}
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.

amcapt89

Great, it's now solved!  O0 O0 O0

Small issue on the banner: when I reduce the size of the window, the banner exceeds the width of the forum (you can see it trying right now).

amcapt89

Crip

you may need to reduce image Width:1300px / Height:358px To same as Window/..?
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.

amcapt89

The problem is that the banner does not reduce with the forum. When you pass from full screen to half the size, the image does not follow the reduced width of the forum.

Crip

I have No idea why amcapt89 ...
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.