Theming Forum Icons
From e107 Wiki
e107 Wiki: English | Русский | Deutsch | Français | Magyar | Português | Български | Česky | Nederlands | Ελληνικά | Italiano | Norske | Polska | Slovenščina | Español | Svenska | Translate: Wiki | Page
Creating your own set of Forum IconsIn e107 you can create and implement you own set of forum icons and to include these icons with your distributed theme. To start your icon set the first thing you need to do is create a /forum/ directory in you themes folder containing your replacement images, name them without the language prefix, such as: - mytheme/forum/
If you then open this copied file you can change the html tags that are outputted to display your icons. In your theme.php remember that you still need to set the following, for all the other site images. define("IMODE", "lite")
or
define("IMODE", "dark")
| |||||||

