Hello extreme-gaming,
i have currently added icons from FORUMHOME to the sprite, but yes the next step will be adding icons from SHOWFORUM.
----------------------------------
- /images/misc/forum_stats.png
This image is replaced in the last version.
I see, that you are using some additional stats, so these add this image antoher time. Please replace
Code:
<img alt="Spam-O-Matic Statistics" src="images/misc/forum_stats.png" title="Spam-O-Matic Statistics">
with
Code:
<span class="sprite_misc_forum_stats" title="Spam-O-Matic Statistics" ></span>
but be aware that "Spam-O-Matic Statistics" could be an phrase, so look first in your template.
Do this also for "Visitors found this page by searching for:" and "Video Game Chat - Vbulletin Statistics"
----------------------------------
- /images/buttons/search.png
- /images/misc/arrow.png
- /images/misc/navbit-home.png
These images will be supportet in the next bigger addon with a lot of icons from SHOWFORUM (0.7.0 or maybe earlier).
----------------------------------
- /images/misc/tab-collapsed.png
- /images/misc/tab-expanded.png
These images could be replaced within this addon, but not in the near future, since i have to modify an vBulletin-Javascript what will increase my workload to support this addon a lot with every vBulletin Update just to save 2 images.
----------------------------------
- /images/buttons/collapse_40b.png
- /images/buttons/collapse_40b_collapsed.png
These images will never be replaced within this addon, since it is used by many other addons and as long as you didnt change everything to using sprites it will need a second Javascript-file just to manipulate the className-attribute instead of the scr-attribute.
vBulletin has to do this.
----------------------------------
- /images/misc/blog/top-highlight.png
I am not sure whether or not i will add this icon, since it looks like an gradient and i am not sure whether or not i will create an second sprite for gradients. I would advise using CSS3 for gradients (just like digital point did with his addon for gradients):
https://vborg.vbsupport.ru/showthread.php?t=263393
Best regards
Sebastian