Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-20-2006, 12:46 AM   #1 (permalink)
Member
 
Flashnight's Avatar
 
Join Date: Mar 2006

Posts: 16
Rep Power: 0 Flashnight is on a distinguished road
fTrader: (0)
fBuck$: 154
Bank: 53
Total fBuck$: 207

My Forumer
My Country:
Default Add banner and custom avatars, how to?

Hello, I am wondering how do I upload on my forum my custom avatars (for example I want to upload avatars of Bambi). Also I seen on a IPB forum a banner picture as well, is there any way to upload and show such a banner picture? (ususaly sticks where "Forumer.com create a community" text on the blue background is found)
Thank you
Flashnight is offline  
Old 04-20-2006, 03:42 AM   #2 (permalink)
Elite Forumer
 
Moridin12's Avatar
 
Join Date: Feb 2006

Posts: 4,031
Rep Power: 7 Moridin12 is on a distinguished road
fTrader: (20)
fBuck$: 10,862
Bank: 1
Total fBuck$: 10,863

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

To change the banner, see the IPB documentation on how to change your board logo:

http://forum.forumer.com/showthread.php?t=6064

You can upload custom avatars by going to "My Controls" (top right corner) -> Avatar settings and click the browse button. Choose the image you want and press "upload".

Before you can do this you need to have it allowed for your usergroup:

ACP -> Manange Usergroups -> Edit (Admin)

Make sure that the box called something similar to "Allow avatar uploads" is checked

- Moridin

Moridin12 is offline  
Old 04-20-2006, 07:23 PM   #3 (permalink)
Member
 
Flashnight's Avatar
 
Join Date: Mar 2006

Posts: 16
Rep Power: 0 Flashnight is on a distinguished road
fTrader: (0)
fBuck$: 154
Bank: 53
Total fBuck$: 207

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

Thank you for your response.

A few things tho.

When I setup the banner, it seems that if the banner has a height of let's say 160 pixels, the blue banner will clone itself, looking quite nasty. (see attachment).
Was wondering also if the banner can be placed in the center.

About the Avatars, I was refering to introduce avatars inside the forum databank, so they can be found at: Pre-installed avatars
If possible I also would like to delete any existed pre-installed avatar that is comming default with the forum, like the "smilley avatars, IPB Community pack and Base Gallery" so only my set of avatars that I am installing be available.

Thank you again
Attached Images
File Type: jpg bambi_banner_site.jpg (92.2 KB, 37 views)
Flashnight is offline  
Old 04-20-2006, 10:25 PM   #4 (permalink)
Elite Forumer
 
Moridin12's Avatar
 
Join Date: Feb 2006

Posts: 4,031
Rep Power: 7 Moridin12 is on a distinguished road
fTrader: (20)
fBuck$: 10,862
Bank: 1
Total fBuck$: 10,863

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

The reason it clones itself is because the image is to small. Try replacing it with a color:

ACP -> Skins & Templates -> Style Sheets -> edit

Find:
Quote:
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; margin:0px 10px 0px 10px;background-color:#EFEFF0 }
The red isn't the same on your forum but you should change it to something else. Notice that it uses hex code for colors. Too see hex colors for the most common colos, go here

To center banner:

ACP -> HTML Templates -> Manange HTML -> Global HTML elements -> Board Header (logo, links, etc)

find:

Quote:
<!--IBF.BANNER-->
<div id='logostrip' align='center' >
<img src='[color=blue]http://i24.photobucket.com/albums/c4/Mattara/WorldScience.png[/colro]' border="0" width='100%'/></a>
</div>
The blue is different from your forum. Don't change it to that.

Add the things in red.

Avatars:

It is possible to install own avatar galleries and delete the old ones using a modification found over at FMC, but it has some bugs so I would advice you against not using it. Requires registration.

- Moridin

Last edited by Moridin12; 04-20-2006 at 10:27 PM.

Moridin12 is offline  
Old 04-21-2006, 07:17 PM   #5 (permalink)
Member
 
Flashnight's Avatar
 
Join Date: Mar 2006

Posts: 16
Rep Power: 0 Flashnight is on a distinguished road
fTrader: (0)
fBuck$: 154
Bank: 53
Total fBuck$: 207

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

Centering worked but not the banner cloning background.

If I change the color as you presented it will only actualy change the body color, the background around the hole forum.

What I need is to change the background that I pointed in this attachment (see bellow).
As taller the banner is, as many blue lines are made.
Attached Images
File Type: jpg Resize of bambi_banner_site.jpg (31.8 KB, 31 views)
Flashnight is offline  
Old 04-22-2006, 03:42 AM   #6 (permalink)
Elite Forumer
 
Moridin12's Avatar
 
Join Date: Feb 2006

Posts: 4,031
Rep Power: 7 Moridin12 is on a distinguished road
fTrader: (20)
fBuck$: 10,862
Bank: 1
Total fBuck$: 10,863

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

Aha, sorry, I made a mistake. The correct place to change the color should be:

Quote:
#logostrip { border:1px solid #000;background-color: #E6E7E9;padding:0px;margin:0px; }
It will not say background-color but background image (and maybe background color depending on how good the skinner was) on your forum.

- Moridin

Moridin12 is offline  
Old 04-24-2006, 09:42 PM   #7 (permalink)
Member
 
Flashnight's Avatar
 
Join Date: Mar 2006

Posts: 16
Rep Power: 0 Flashnight is on a distinguished road
fTrader: (0)
fBuck$: 154
Bank: 53
Total fBuck$: 207

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

Ok I managed to fix it.

The problem wasn't the color, it was the banner background image. So in order to blend with my banner color, I just took a plane (green in my case) background and insterted the image instead of the default one.
It was very near if not in the #logostrip
Now my banner background is full, nice, plane, one color
Flashnight is offline  
Old 04-24-2006, 09:58 PM   #8 (permalink)
VIP Team
 
Winnopeg's Avatar
 
Join Date: Jan 2005

Location: Canada, eh?
Posts: 6,728
Rep Power: 10 Winnopeg is on a distinguished road
fTrader: (24)
fBuck$: 2,389
Bank: 377,539
Total fBuck$: 379,929

My Forumer
My Country:
Default Re: Add banner and custom avatars, how to?

Support Resolved

If you have any further questions, feel free to create a new thread.

Thanks for choosing Forumer

Please do not PM me for support.
Winnopeg is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
custom banner help TheMonstar IPB General Support 11 04-03-2005 03:38 AM
¿Can I upload custom avatars to my forum? Mr.Crow phpBB2 General Questions 1 03-10-2005 06:44 PM
[resolved]*Replace Logo, Add Custom Avatars m4dm4n IPB Skinning Help 10 05-31-2004 12:34 PM
Banners And Custom Avatars imported_swat_assasin Graphics and Web Design (free) 0 01-19-2004 04:22 PM