MyBB Community Forums

Full Version: Bard Index Bordersr - Logo in three pictures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi
I will creat a theme and would like to know two things:
  • If there is an image (i.e. 2*30) and I want to make it as a border for the whole board index and make it repeated all over the board index... how to do so?
    I mean like shadow.png, and shadowfooter.png we have here.
  • I want to make the logo has 3 images to be exactly the same format as the category format:
1) logo left image
2) logo right image
3) logo middle shall repeated image which will make the logo fit any browser and any screen resolution

Please help me with this issue because I am searching since a month for a solution but no luck at all

Thanks
a gentle reminder
Open up the header template, find:
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
Replace with:
<div class="logo_main"><div class="logo_left"><div class="logo_right">
</div></div></div>

.logo_main {
background: url(images/logo_main.gif) top left repeat-x;
height: 100px;
}

.logo_left {
background: url(images/logo_left.gif) top left no-repeat;
height: 100px;
}

.logo_right {
background: url(images/logo_left.gif) top left no-repeat;
height: 100px;
}
Thanks a lot for your reply mate
I will try it when I get back home because I am at work now and do no thave ftp access.

But what about my second request:

Hi
I will create a theme and would like to know two things:
  • If there is an image (i.e. 2*30) and I want to make it as a border for the whole board index and make it repeated all over the board index... how to do so?
    I mean like shadow.png, and shadowfooter.png we have here.
http://mybboard.net/assets/images/shadow.png
http://mybboard.net/assets/images/shadowfooter.png

Thanks
a gentle reminder
Are you trying to replicate the MyBB.net design? I've seen them say that under no circumstances will it be released at least twice. I wouldn't copy their design and use it, its for one not nice and two Im sure that there is something they could do about it. Smile
Well, I am not trying to rip the theme they are using,
All I am care about is how to do the borders for the board index and to make it an image repeated all over the board index.
Was I successful to clear my point to you
http://mybboard.net/assets/images/shadow.png
http://mybboard.net/assets/images/shadowfooter.png
There are the two images being used for the current theme for MyBB.net
so how to make any images as a borders
[Image: borderssv8.th.jpg]
I mean if I have such images in my own All I want to know is how to insert such images?
I mean what code I should insert to be used and which template I should insert it at?
Thanks
I am not rude but
Why no one give me a simple direct answer
I've tried to post several time in different place but no one answer
is it a a hard question to be answered
How to add borders to board index?
What is the html - css codes to be used or inserted ?
Thanks
I would answer you if I knew how to do it myself. Wink
FirefoxWiz Wrote:I would answer you if I knew how to do it myself. Wink
well
now two persons need to know how to do so
I think we should get more attention now
Sure someone on this board know how to do so
Is it confidential materials
lol
heheheheheBig Grin
Pages: 1 2