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.
Found where to edit {html}. In dvz_shoutbox.php line 1323

My code ( you will need to edit css a bit )
<div class="' . $classes . '" data-id="' . $id . '" data-username="' . $username . '"' . $attributes . '>
	<span class="avatar">' . $avatar . '</span>
	<a href="' . $staticLink . '"><span class="date">' . $date . '</span></a>
	<br>
	<span class="info">' . $notes . '</span>
	<span class="user">' . $user . ' : </span>
	<span class="text">' . $text . '</span>
	<br>
	<span>&nbsp;</span>
</div>';

This is how it looks.
[Image: x3jO9xD.png]

My website: woow.us.lt
Hello I recently added the chatbox to my forum without problems the only one i face at this moment is this

[Image: d055ec5aa339aa3d9e1d9993fb261c67.png]

Not too sure why it would do this as I haven't edited any of the files. Has any one else experienced this before?
^ what is your forum url, which theme you are using & can guests view the shoutbox ?
Is it possible to add text styling ( text color, size, bold, italic, etc. )
Found a way to add it.

[Image: 6MkFe9S.png]
Hi, the shoutbox is working perfectly until now, but I was wondering, is there any chance of including it in a mod section of the forum, where only mods can get it? What I want is to have one shoutbox in the portal where everyone can shout and a different one in the mod section, is this even possible? Thanks in advance.
Need info about this $mybb->get_input('text'), does it get data from type="text" or class="text" in  dvz_shoutbox_panel template or somewhere else
Found what i was looking for.
Is there any way how to add users online (users whose are active in shoutbox) below the DVZ shoutbox window? Thank you!

P.S. How to add a box of smilies under the shoutbox? Even better clickable popup box Smile
Version 2.3.2
  • fixed error when deleting own shouts with user permissions,
  • fixed minor JavaScript error in Archive mode,
  • added word break to prevent long messages from breaking the layout,
  • added missing template on uninstall,
  • minor fixes

Updating: Overwrite inc/plugins/dvz_shoutbox.php, jscripts/dvz_shoutbox.js and update the CSS from STYLES.txt.


-----BEGIN PGP SIGNATURE-----

iQEcBAABCAAGBQJZd6HmAAoJEOL9rFzOOKd9GTcIAKIBURjiR7yIWyeMKkzhFUWn
Xx2qGsOAI3aFi9V4ytXMnqzmt0jBZZ1pFWiXF3K3XSUCneC6s7pZBovLs1bfpWrz
pLHm1gzfBtlsX6zVb6T8WHWLTghp1M7qnyC4Cd+mqhyHVX+mSFUJaRZODi7nzibY
2OxPkIlY5OtsVdkF12DpKGNk4gKEhchsdG/bvm6mXtgkEBAmypPBrmb9OmOJIyaB
k1pe+wbFNC1X6sLi65hq7fxiN1F9sjy8554lYyXBwTl0cvmumvj88LTIdfq8lulH
KUzPWSdBZBOYTwa35xI0LJBTk4D+XvCJM2NmveinsmTkndWKaHrz9NYWeKBmEPI=
=1hBs
-----END PGP SIGNATURE-----

P.S. How to add a box of smilies under the shoutbox? Even better clickable popup box Smile

Please add this..i really want this too! thank you Smile
I am unable to make it work on MyBB 1.8

Stuck at step "Insert the {$dvz_shoutbox} variable into your index template"

Is this talking about index.php page at root of site or index.php in template? Because index.php is not found in any of the themes I am using and I don't know where to put this code in index.php of root site.