Image in Shoutbox

Hello guys. This is my first modification and is for users who have shoutbox installed in their forums.
You can add an image to the left of the shoutbox. here you can find a demo I hope you will like it.

Demo: http://www.besiktasforum.net

Installation:
Find the code below in the vbshout template.
Code:
Code:
<div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;">
						Loading...
and add this code above:
Code:
Code:
<img src="your image url" align="right">
Hope you will like it. Thanks..
 
Back
Top