MyBB Community Forums

Full Version: DVZ Shoutboz not working in mobile version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
hey MyBB    DVZ Shoutboz not working in mobile version

if i'm post any message then msg not showing in that list

plss solve it

i think jscripy of dvz shoutbox not included in mobile templete
Go to AdminCP -> Templates & Style -> MyBB GoMobile -> global.css -> Edit Stylesheet: Advanced Mode

Add this to the very bottom.


/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#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 > 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; }
/* DVZ Shoutbox */
this code already added bro
Actually, you didn't add it to the gomobile theme, only to your main theme (unless you are using cloudflare, then you would have to purge the cache).
how it pls xplain
It looks like ti is working now.
not working

now i'm post a msg but it not showing
Post your headerinclude.
<a name="top" id="top"></a>
<div id="header">
<div id="panel">
{$welcomeblock}
</div>
<div id="logo">
<a href="{$mybb->settings['bburl']}/index.php">{$mybb->settings['gomobile_mobile_name']}</a>
</div>
<div id="menu">
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a>
<a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a>
<a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a>
</div>
</div>
<navigation>
<div id="container">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}{$myprofile_alertbar}
What version of MyBB are you running?
Also, post your stock theme headerinclude.
Pages: 1 2 3