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.
(2019-05-23, 05:16 AM)GamingVexed Wrote: [ -> ]I enabled shoutbox and did evrything right, But i don't still see.

Peharps it may help if you give an url to let us see
(2019-05-23, 06:14 AM)Crazycat Wrote: [ -> ]
(2019-05-23, 05:16 AM)GamingVexed Wrote: [ -> ]I enabled shoutbox and did evrything right, But i don't still see.

Peharps it may help if you give an url to let us see

UPDATE: I got work but https://imgur.com/a/8aHnFQM it looks so ugly
Can somebody fix?
If somebody wants fix i can give forum url.
excuse me i have installed this one https://community.mybb.com/mods.php?action=view&pid=63

DVZ Shoutbox, last version
i followed the instructions but two shoutbox instead of one appeared. Any explanation please?

here you can see.. it's weird because i followed the instructions step by step
https://www.ilforumdeibrutti.it/mybb/index.php
Hello,
Can you make new option for archive?
The option is about we can select the archive to who to be visible?
It's really necessary function,
I don't know why you did not include it in your plugin.
I hope you make it in DVZ Shoutbox and release an update with it ASAP,
Because i really need this option to be available in DVZ Shoutbox. (In-needed)
Greetings for this plugin.
Thanks a lot. Big Grin
Great plugin, thanks for sharing
Where to add this {$dvz_shoutbox}
(2019-07-14, 09:53 PM)numanme Wrote: [ -> ]Where to add this {$dvz_shoutbox}

Add it where you want to use it on index template, normally above {$forums}, but you can also put it into a sidebar if you have one.
yes thanks Ashley1 got it working

(2014-11-10, 03:24 PM)Supryk Wrote: [ -> ]the second thing , we should not hardcode
create shoutbox.php file in your root forum directory
<?php
 
define('IN_MYBB', '1'); 
define('THIS_SCRIPT', 'shoutnox.php');
require "./global.php"; 

$plugins->run_hooks("dvz_shoutbox_start");

add_breadcrumb("Shoutbox", "shoutbox.php"); 
eval("\$page = \"".$templates->get("shoutbox")."\";"); 
output_page($page); 

?>

done

now create new template in global template

name shoutbox

 <html>
 <head>
 <title>{$mybb->settings['bbname']} - Shoutbox</title>
 {$headerinclude}
 </head>
 <body id="shoutbox">
 {$header}
{$dvz_shoutbox}
 {$footer}
 </body>
 </html>
done
now edit inc/plugins/dvz_shotbox.php
if you wont shoutbox on index and sub page add

$plugins->add_hook('dvz_shoutbox_start',  ['dvz_shoutbox', 'load_window']); // load Shoutbox window to {$dvz_shoutbox} variable
in hook area
if y wont only on sub page replace
$plugins->add_hook('index_end',  ['dvz_shoutbox', 'load_window']); // load Shoutbox window to {$dvz_shoutbox} variable
to
$plugins->add_hook('dvz_shoutbox_start',  ['dvz_shoutbox', 'load_window']); // load Shoutbox window to {$dvz_shoutbox} variable

result http://polish-zone.pl/shoutbox.php

easy job
swoja droga czemu nie na polskim supporcie mybb?



done this all working, but how do I add a chat button

<li><a href="shoutbox.php" style="color: #fff"><span> Chatroom</span></a></li>

this works but how do you add an image
Need to change the colour on the shoutbox, but I don’t understand the transparent code at all, how do I change this to look like my site colors see pick below.

[attachment=42003]

[attachment=42004]