MThornback
03-06-2006, 10:00 PM
This is compatable with 3.6, but depending on how modified your templates are...you may need to revert. (The Revert is for functionality in the stock vbulletin, its not related to this addon...to be clear)
Have you ever wanted to put a picture at the top of one of your forums? Above all the posts or between the sub forums and the posts? This is for you!
Example:
find $navbar
Add Below
<if condition="$foruminfo[forumid] == xx"><div style="text-align:center"><img src="http://yoursite.com/images/image.gif"></div></if>
where xx is the forum id :)
This can be used as many times as you feel like it...I'd use comment tags to keep it all orginized, but thats my own preference....I dunno if this will mess with queries per page ( I doubt it....but what do I know? :p) so if your worried about such things, and don't know either, ask around....I'll support if needed, but like everything i've released so far....its pretty basic.
If you like my lil' mod, click install!
1.00- Initial Release
1.01- Included recommended change from Freesteyelz (thank you for your input)
Have you ever wanted to put a picture at the top of one of your forums? Above all the posts or between the sub forums and the posts? This is for you!
Example:
find $navbar
Add Below
<if condition="$foruminfo[forumid] == xx"><div style="text-align:center"><img src="http://yoursite.com/images/image.gif"></div></if>
where xx is the forum id :)
This can be used as many times as you feel like it...I'd use comment tags to keep it all orginized, but thats my own preference....I dunno if this will mess with queries per page ( I doubt it....but what do I know? :p) so if your worried about such things, and don't know either, ask around....I'll support if needed, but like everything i've released so far....its pretty basic.
If you like my lil' mod, click install!
1.00- Initial Release
1.01- Included recommended change from Freesteyelz (thank you for your input)