MyBB Community Forums

Full Version: DVZ Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Shoutbox problem.

Here is Index.php
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<div class="side" style="float: right; width: 100%">
  

 
  
 </div>
	
	{$dvz_shoutbox}
 

	<div class="forum" style="float: left; width: 100%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>

Error IMG

[Image: VelV82L.png]
looks like you have missed adding css style rules for the shoutbox in the global.css stylesheet of the theme

dvz shoutbox plugin pack consists of a text file with required style rules. they should be added to the global.css

forum admin panel >> themes >> revolution theme >> global.css >> edit in advanced mode (tab)
>> scroll down to bottom >> paste the codes from the text file >> save the stylesheet
>> visit index page of your forum >> hard refresh your browser (eg. press CTRL + F5)
(2016-12-27, 06:30 AM).m. Wrote: [ -> ]looks like you have missed adding css style rules for the shoutbox in the global.css stylesheet of the theme

dvz shoutbox plugin pack consists of a text file with required style rules. they should be added to the global.css

forum admin panel >> themes >> revolution theme >> global.css >> edit in advanced mode (tab)
>> scroll down to bottom >> paste the codes from the text file >> save the stylesheet
>> visit index page of your forum >> hard refresh your browser (eg. press CTRL + F5)

I am using Plugin Uploader... so what to do now?
^ please follow above given suggestion!
Thanks Alot Problem Solved.