MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-10-01, 12:22 AM)vunguyenphs Wrote: [ -> ]Banning account username isnt actually prevent banned users from chatting for me. Any help?
Go to the following -
http://site-name.com/admin/index.php?module=config
then scroll down to your Plugin Settings
then select DVZ Shoutbox
then scroll down to bottom you should see this:
[Image: 1InUFcXU.png]

Hope that helps!
How can i make the shoutbox forget after X messages. I dont want an archive, i just want 20-30 latest messages, and nothing else.
after installed shout box not showing correctly
please help me how can i add css file
copy the css provided with the shoutbox as file then open your global.css in forum admin panel (Templates & Style)
and paste the css at the bottom and save your global.css .
(2016-11-30, 08:00 AM)iturdu Wrote: [ -> ]copy the css provided with the shoutbox as file then open your global.css in forum admin panel (Templates & Style)
and paste the css at the bottom and save your global.css .

i alredy do it but error not fix Sad
where you add {$dvz_shoutbox} ?
(2016-11-30, 10:31 AM)iturdu Wrote: [ -> ]where you add {$dvz_shotbox} ?

yes it's added index page
(2016-11-30, 05:23 AM)nuwan350 Wrote: [ -> ]after installed shout box not showing correctly
please help me how can i add css file

Have you this code also in your theme's global.css ?
(2016-11-30, 01:01 PM)johnnyvang Wrote: [ -> ]
(2016-11-30, 05:23 AM)nuwan350 Wrote: [ -> ]after installed shout box not showing correctly
please help me how can i add css file

Have you this code also in your theme's global.css ?

yes i alredy past it to global.css
(2016-11-30, 04:07 PM)nuwan350 Wrote: [ -> ]yes i alredy past it to global.css

Not sure if this helps for you but;
Go to templates & style -> themes -> global.css
Open the advanced mode.
Find:
#container {
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 590px;

Add this code under it and save it ( for me it's from line 34 ).
I got the same problem some time ago, and when add this code in there it was solved.

	/* DVZ Shoutbox */
#shoutbox {
margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1);
}

#shoutbox .head {
padding: 8px; border-bottom: solid 2px rgba(0,0,0,0.1);
}

#shoutbox.front .head {
cursor: pointer;
}

#shoutbox .head .right {
float: right; margin: 0; font-size: 13px;
}

#shoutbox.collapsed .head {
opacity: 0.6;
}

#shoutbox.collapsed .body {
display: none;
}

#shoutbox .panel {
border-bottom: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000;
}

#shoutbox .minposts, #shoutbox .blocked {
padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
margin: 0;
}

#shoutbox .window {
overflow-y: scroll;
}

#shoutbox .data {
display: table; width: 100%; font-family: Arial, sans-serif; font-size: 12px;
}

#shoutbox .entry {
display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
background-color: rgba(0,0,0,0.01);
}

#shoutbox .entry.new {
background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry > div {
border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
border-bottom: none;
}

#shoutbox .entry > div {
display: table-cell; padding: 6px;
}

#shoutbox .avatar img {
margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap;
}

#shoutbox .text {
width: 100%; color: #555;
}

#shoutbox .info {
font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .mod {
padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
margin-right: 10px; color: #CECECE;
}


}

#shoutbox .head {
padding: 8px;
}

#shoutbox.front .head {
cursor: pointer;
}

#shoutbox .head .right {
float: right; margin: 0; font-size: 13px;
}

#shoutbox.collapsed .head {
opacity: 0.6;
}

#shoutbox.collapsed .body {
display: none;
}

#shoutbox .panel {
border-top: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000;
}

#shoutbox .minposts, #shoutbox .blocked {
padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
margin: 0;
}

#shoutbox .window {
border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;
}

#shoutbox .data {
display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px;
}

#shoutbox.front .data {
border-top: none;
}

#shoutbox .entry {
display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
background-color: rgba(0,0,0,0.01);
}

#shoutbox .entry.new {
background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
border-bottom: none;
}

#shoutbox .entry > div {
display: table-cell; padding: 6px;
}

#shoutbox .avatar img {
margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap;
}

#shoutbox .text {
width: 100%; color: #555;
}

#shoutbox .info {
font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .entry.unread .info:before {
display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px;
}

#shoutbox .info a {
color: inherit;
}

#shoutbox .mod {
padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
margin-right: 10px; color: #CECECE;
}