Lets discuss icons

Discuss phpbb and phpbb related stuff here. No support!
Forum rules
This area is for discussion. No support!
All support requests are locked and poster will be banned!
Locked
matthewtimothy
BBCoder II
BBCoder II
Posts: 31
Joined: 27 Jun 2012, 17:48
BBCodes: 1

Lets discuss icons

Post by matthewtimothy »

Well ive bugged a lot of people on phpBB and here about phpBB in general and how to use it. So i thought I would give back and use my design skills and make some new icons. Now I see that many styles have icons they use and some are default but I wanted to know if i could get a total list of all types of icons.
User avatar
mobius
BBCoder II
BBCoder II
Posts: 23
Joined: 17 Dec 2011, 10:35
BBCodes: 3

Lets discuss icons

Post by mobius »

to theme a skin like prosilver you go look at the

styles/prosilver/imageset/en/

folder. pretty much all these icons can be edited/changed, and if you change the image type or size of an icon/image, then you edit the

styles/prosilver/imageset/en/imageset.cfg

like this

img_site_logo = site_logo.gif*52*139

to maybe a bigger png

img_site_logo = site_logo.png*200*600


anything outside the imageset folder isn't really part of the core theme i.e maybe from a mod or something.
Locked