MyBB Community Forums

Full Version: DVZ Shoutbox Input field below
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want the input field to be down and not up

does anyone know how to do this?

[Image: L4xVJ7d.png]
You have to edit global template named "dvz_shoutbox" and switch location (with attached structure!) of {panel} marker...

Something like this:
				<div class="dvz_shoutbox body">
						<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
						       <div class="data">
							     {$html}
						      </div>
                                               </div>
			                       {$panel}
                 		</div>

Try it Smile