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-11-23, 08:53 PM)inkaman Wrote: [ -> ]Hello, I have successfully installed the shoutbox and adapted it to my portal. Respect for the great plugin. A trifle is annoying. I get the circle around the avatar image no smaller and changed to a circle. I think it's the style of global.css. Maybe someone can help here? The link to the portal attached.

https://source.synology.me/mybb2/portal.php

In your CSS I found this:
.avatar {
    height: 90px;
    border-radius: 80px;
    border: 5px solid #3B525D;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}

If you remove these two lines, you fix the appearance:
border-radius: 80px;
border: 5px solid #3B525D;

But this can be impacted with an appearance on a different page/place. So...
A better solution is to add another CSS code:
#shoutbox .entry > .avatar {
    border-radius: 0;
    border: none ;
}
(2019-11-24, 12:46 AM)Salvation Wrote: [ -> ]
(2019-11-23, 08:53 PM)inkaman Wrote: [ -> ]Hello, I have successfully installed the shoutbox and adapted it to my portal. Respect for the great plugin. A trifle is annoying. I get the circle around the avatar image no smaller and changed to a circle. I think it's the style of global.css. Maybe someone can help here? The link to the portal attached.

https://source.synology.me/mybb2/portal.php

In your CSS I found this:
.avatar {
    height: 90px;
    border-radius: 80px;
    border: 5px solid #3B525D;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}

If you remove these two lines, you fix the appearance:
border-radius: 80px;
border: 5px solid #3B525D;

But this can be impacted with an appearance on a different page/place. So...
A better solution is to add another CSS code:
#shoutbox .entry > .avatar {
    border-radius: 0;
    border: none ;
}


Top! The last solution has improved the result. Thank you for that.

Would it be possible to adjust the height of the output field? At the moment it is unfortunately fixed. Does that also mean that the field is only as high as the written text?

(2019-11-24, 02:06 PM)inkaman Wrote: [ -> ]
(2019-11-24, 12:46 AM)Salvation Wrote: [ -> ]
(2019-11-23, 08:53 PM)inkaman Wrote: [ -> ]Hello, I have successfully installed the shoutbox and adapted it to my portal. Respect for the great plugin. A trifle is annoying. I get the circle around the avatar image no smaller and changed to a circle. I think it's the style of global.css. Maybe someone can help here? The link to the portal attached.

https://source.synology.me/mybb2/portal.php

In your CSS I found this:
.avatar {
    height: 90px;
    border-radius: 80px;
    border: 5px solid #3B525D;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}

If you remove these two lines, you fix the appearance:
border-radius: 80px;
border: 5px solid #3B525D;

But this can be impacted with an appearance on a different page/place. So...
A better solution is to add another CSS code:
#shoutbox .entry > .avatar {
    border-radius: 0;
    border: none ;
}


Top! The last solution has improved the result. Thank you for that.

Would it be possible to adjust the height of the output field? At the moment it is unfortunately fixed. Does that also mean that the field is only as high as the written text?

By the way. Here is the translation into german language!
Keep up the good Work!!

[attachment=42341]
It is fixed, but this is for the avatar column only and this is protection against larger images. So if you put really long message the height of the row will grow Toungue

Solution: (replace the previous solution)

#shoutbox .entry > .avatar {
    border-radius: 0;
    border: none;
    height: auto;
}

Cheers Wink
Version 2.3.3
  • added support for suppressing delete confirm dialog with Shift key
  • unread messages tracking improvements
  • fixed auto-scroll issues
  • minor UX, visual, and security improvements
Found out about this through using check for updates in the plugin manager. The update check still fails after update because dvz_shoutbox_info('version') is still 2.3.2. Not a big deal, but it's something I've done before myself and just wanted to let you know. Thanks for your hard work.
after updating to latest 2.3.3 version , chat box suddenly disappears it self , after you made a shout.

Any suggestions ?
(2019-12-14, 08:32 AM)Settyness Wrote: [ -> ]Found out about this through using check for updates in the plugin manager. The update check still fails after update because dvz_shoutbox_info('version') is still 2.3.2. Not a big deal, but it's something I've done before myself and just wanted to let you know. Thanks for your hard work.

Looks like dvz_shoutbox_info()['version'] is set to 2.3.3 in the latest package - is it still happening?

(2019-12-16, 04:38 PM)Prisim Wrote: [ -> ]after updating to latest 2.3.3 version , chat box suddenly disappears it self , after you made a shout.

Any suggestions ?

Can you share the URL with a test account, and the plugin's setting values?
(2019-12-16, 06:11 PM)Devilshakerz Wrote: [ -> ]
(2019-12-16, 04:38 PM)Prisim Wrote: [ -> ]after updating to latest 2.3.3 version , chat box suddenly disappears it self , after you made a shout.

Any suggestions ?

Can you share the URL with a test account, and the plugin's setting values?

Here are the settings:
https://ibb.co/5kGvLZS

and this is debug report of shoutbox , sent from a member:
https://pastebin.com/WczCwzg0


If you still need an account , i will share details using pm.

Thanks
(2019-12-17, 06:57 AM)Prisim Wrote: [ -> ]
(2019-12-16, 06:11 PM)Devilshakerz Wrote: [ -> ]
(2019-12-16, 04:38 PM)Prisim Wrote: [ -> ]after updating to latest 2.3.3 version , chat box suddenly disappears it self , after you made a shout.

Any suggestions ?

Can you share the URL with a test account, and the plugin's setting values?

Here are the settings:
https://ibb.co/5kGvLZS

and this is debug report of shoutbox , sent from a member:
https://pastebin.com/WczCwzg0


If you still need an account , i will share details using pm.

Thanks

It looks like the jscripts/dvz_shoutbox.js file is still at the old version. If it was overwritten, you can try:
  • a hard refresh in the browser (CTRL+F5)
  • purging proxy (e.g. Cloudflare) cache for that file, if applicable
  • changing
    <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script>
    
    to
    <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js?v=2"></script>
    in dvz_shoutbox and dvz_shoutbox_archive templates (Global Templates).
It worked Smile