Page 1 of 1

Icon Pack for IntegraMOD

PostPosted: Sat Nov 11, 2006 11:36 pm
Author: Watcher
did not see any where to add this file to the download section so ill post it here, there are no restrictions on it, its for any one that wonts to use it.

Made this Icon pak for IntegraMOD1.4.0, well it will work on most ported forums.
the theme is Neverwinter Knights, there was one for the phpBB forums so sence IM has lots more i made one to acomadate it hope you like it.
did not add instrution . all that needs to be done if open folder, copy all, and paste them in the style image folder, then select overwight all. there is instructions in the zip file that should help

[flash=,:31lcz0r5]http://worldofarkania.net/Downloads/ArkIIstuff/Icon_preview.jpg[/flash:31lcz0r5]

[url=http]NWK Icon Pk click here[/url]

Re: Icon Pack for IntegraMOD

PostPosted: Sun Nov 12, 2006 1:23 am
Author: Helter
you should write an instruction on how/where to edit the images sizes since they are very different from the originals

Re: Icon Pack for IntegraMOD

PostPosted: Sun Nov 12, 2006 6:09 pm
Author: Watcher
not good at instructions
all thats needed is go to file, than select all than copy all files from the icon pak and paste them in the
/your site/templates/your theme/image file, when it asks if you wont to overright say yes to all. and thats it

Made the Icons from the main icons in the theme, there shouldnt be any size differants

Re: Icon Pack for IntegraMOD

PostPosted: Sun Nov 12, 2006 8:15 pm
Author: Helter
if you just overwrite the images in a template such as fisubice, they will be distorted.
example. your folder.gif is 21x18. it will actually display as 25x25 because that is the size specified in fisubice.cfg

these images all need to be the same size

folder.gif
folder_new.gif
folder_hot.gif
folder_new_hot.gif
folder_lock.gif
folder_lock_new.gif
folder_sticky.gif
folder_sticky_new.gif
folder_announce.gif
folder_announce_new.gif

because they are controlled by this statment in the begining of fisubice.cfg

$folder_iw = '25';
$folder_ih = '25';

so, because folder_announce_new.gif is 22x22 and folder.gif is 21x18 you should edit folder.gif to be 22x22, even if you only increase the canvas size without changing the image. now you would edit this


$folder_iw = '25';
$folder_ih = '25';

to this


$folder_iw = '22';
$folder_ih = '22';

Re: Icon Pack for IntegraMOD

PostPosted: Mon Nov 13, 2006 10:28 am
Author: Watcher
K ill fix it and repost did not know that other themes had different sizes

is that the only ones that need to be a spicific size just wondering because topic lock and some others are 16x18 witch are smaller than mine

never mind im going to use the icons from the fisubice theme and redo all the icons, i used the icons from blueSteel to make them, ill repost as soon as i finish