MyBB Community Forums

Full Version: help me with building my forum as it was
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
'Cause of problems with my old forum that runs on OneTwoMax I had to start all over again.
OneTwoMax was a paid hoster of forums, guestbooks etc but they quiet without any notice. I was proud of my forum and had over 1500 visitors a day and there where about 500 post a day.

I hope I can get almost the same lay-out as I had before so I hope some people will help me these days. I know I cannot bomb you with all my questions at once so I start with some important for me.

1. I wanne have a banner at the top of the forum
2. I use some small images in the forum
When you look in the index of this forum you see the forum group names Announcements, MyBB, Customization, etc I wanne have a small image before this text
3. I use some images in the forum II
My forum was an international forum where people can talk in different languages so I had different groups (sub groups)
example
Group
Talk In Your Languages
subgroups
- danish
- dutch
- spanish
- german
etc

look at this picture and see what I mean:

http://www.kellystart.com/test.jpg
the globe is what I mean at point 2
the newspaper is what I mean at point 3


I also wanne have an image before this text, this iamge will be a flag.

I hope there where some people who will help me
For the banner, you can edit the header template. Admin CP --> Templates --> *expand your template set* --> header.

I believe you can add an image with a code something like
<img src="some_image.gif" />
and put it at the beginning of your forum description. But there's no way to put it in front of the title itself, without a modification.
DennisTT Wrote:For the banner, you can edit the header template. Admin CP --> Templates --> *expand your template set* --> header.

I believe you can add an image with a code something like
<img src="some_image.gif" />
and put it at the beginning of your forum description. But there's no way to put it in front of the title itself, without a modification.

For a banner, couldn't he just go into the "images" folder with cuteFTP and replace "logo.gif" with his banner named "logo.gif" ? Thats the way I did mine....worked perfectly.