Quote:
|
Originally Posted by stone0075 It worked for me with no problem, I'am running 3.5.4 |
Is not working for me, with vb 3.5.4, but finally, I found a way to make it work.
For me it seams that $forum[forumhomeicon] shows the value, only if it is NOT like this "<img src=" LINK GO"S HERE ">" I mean that if I write "testing" on the forum icon, admin field, I get the text "testing" at forum index beside the forum, but if I put a valid image code like this "<img src="http://www.url.com/path/to/image.gif">" on forum icon field, nothing appears in my index
Then to solve it, in template changes, instead of putting this "$forum[forumhomeicon]" I used this <img src="$forum[forumhomeicon]"> and then it works when I put an image urle on the forum icon field
May it be about the "" character? Don’t know. Or may it be about the vbulletin version? don’t think so. I didn’t see anything, at the code, which would interfere with the vb version to work only with vb 3.5.0 RC1 or RC2. Why are you saying that it only works with those versions? Which is the incompatibility?
Finally I wonder to put the icon on my threadbit template, but I don’t know how to call the $forum[forumhomeicon] on this template.
Any one could help please?