This is my problem:
I want to change the subforum default icon (see below image).
I've read the #677 post but I've failed!!!
My icons are situated in :
vbulletin forum/ images /
ICONE_SEZIONI
This was the original code :
Code:
<br>
<div style="width:65px;">
<center><a href="{vb:link forum, {vb:raw row}}"><img src="images/{vb:raw vboptions.forumiconimg_folder}/{vb:raw row.forumiconimg}" /><br>{vb:raw row.title}</a></center>
</div>
ICONE_SEZIONI in which part of the code I have to paste it?
Thanks