Quote:
Originally Posted by dangerin
Thanks but i've done all and the image do not appear.
where you indicate iconlocation i've put my address for example /images/statusicon/forum/xxxxx.jpg or gif or png but i do not see.
Also if i put the address indicated how can i change an icon for every forum? i thought and i've read that it was possible. it's correct?
thanks
|
Should use the full path to test. Use IE if you see a red X, it's bad link, if you dont see anything, it's wrong code.
So revert the template and do like my post #119:
https://vborg.vbsupport.ru/showpost....&postcount=119
For who want place it nearby the forum description:
Find:
Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace with:
Code:
<vb:if condition="$show['forumdescription']"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;" id="forum_statusicon_{vb:raw forum.forumid}"/><p class="forumdescription">{vb:raw forum.description}</p><vb:else /><p class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:if>
Edit the red pixel number to style it fix your design.
Below code is for who wanna make it below the forum description:
Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;clear: both;" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if></vb:if>
It's easy to help if you give your link