Icon issues

BlacknGold by Chucklehead

Icon issues

Postby HoRuS » Thu Jan 19, 2006 2:26 am

Hey,
I use this template on my forums and I have some issues with some icons wich are originally sized 19x18, but on my board the appear as 25x25, what ruins the images quality. If someone knows how to fix this, please help :D
I tried to resize trough photoshop, but that doesn't work well, so I figure it has to be done trough one of the php or tpl files.
Here are some screens:
http://img.photobucket.com/albums/v165/ ... ferror.jpg
http://img.photobucket.com/albums/v165/ ... error2.jpg

These are the icons:
folder.gif
folder_new.gif
folder_announce.gif
folder_hot.gif
folder_new_hot.gif
folder_lock.gif
folder_lock_new.gif

Regards

HoRuS
 
Posts: 4
Joined: Mon Aug 29, 2005 12:34 am
Blog: View Blog (0)

Postby Helter » Thu Jan 19, 2006 8:17 pm

open blackngold.cfg. you find code similar to this

Code: Select all
$current_template_images = $current_template_path . "/images";
$topic_iw = '68';
$topic_ih = '20';
$post_iw = '95';
$post_ih = '22';
$icon_iw = '20';
$icon_ih = '20';
$folder_iw = '25';
$folder_ih = '25';
$folderbig_iw = '22';
$folderbig_ih = '22';


change this
Code: Select all
$folder_iw = '25';
$folder_ih = '25';


to this

Code: Select all
$folder_iw = '19';
$folder_ih = '18';

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Postby HoRuS » Fri Jan 20, 2006 12:41 am

Cool, that fixed it, thanks! :)

HoRuS
 
Posts: 4
Joined: Mon Aug 29, 2005 12:34 am
Blog: View Blog (0)



Post a reply



Return to BlacknGold

Who is online

Users browsing this forum: No registered users and 2 guests

cron