PDA

View Full Version : I think this is the right forum to ask this...I don't really know...



Raindrops
July 11th, 2001, 19:47
Before you tell me to ask this in Ikonboard's support forum, I already tried to register to ask but it wouldn't let me, I kept getting an error message, so I thought I'd ask here...

I just installed an Ikonboard, and so far, so good. I uploaded my own avatars, but they are so small! How can I make my avatars bigger?

Gonzo
July 11th, 2001, 20:52
Use a image editor and incress the image size?

cowax
July 12th, 2001, 13:04
This should work for Ikonboard 2.x:

Edit topic.cgi. Go to line 300. It should show some like this:


$useravatar = qq(<br><img src="$imagesurl/avatars/$useravatar.gif" border=0 width="32" height="32">);

Either delete or modify the width and height and that should work. But don't hold me up to it ;)

Raindrops
July 12th, 2001, 13:40
Ok, thanks, I'll try it :)