(2022-04-26, 01:54 AM)Snik Wrote: [ -> ]Hi guys. Trying the BootBB theme and it's very nice, just what I am looking for.
I hope this is ok...
I am trying to install the DVX Shoutbox but I'm not having any luck. Now, I sure it's me as I am brand new to this, but are there any suggestions...??(or is it even possible..??)
Thanks.
what problem are you facing installing DVZ shoutbox ?
these are steps
- Upload
Upload the files from UPLOAD to your MyBB root directory.
- CSS Code
Copy the CSS included in the package (
STYLES.txt
) into your theme stylesheets (for example
global.css
).
- {$dvz_shoutbox}
Insert the
{$dvz_shoutbox}
variable into your
index
template (Index Page Templates of your theme).
- Install the plugin in the ACP
Hey thanks man. My problem is I'm stretching my meagre capacity here trying to learn this stuff. Retired renovation/construction worker trying to find things to keep my mind engaged, so I do appreciate the help.
Could this be part of my error..??
As the error box suggests, I change the the
{$dvz_shoutbox} to dvz_shoutbox.css. If this is the case, am I entering the text in the wrong spot, or is it something else.
Thanks.
Hey, I reread your instructions and I think I got it. I was doing it all wrong.(shocker huh, I know)
I added the text to the bottom of the global.css and index, so my shout box is now on the bottom, but I'm guessing that's fixable by moving it upwards.
Serious, I appreciate the help. I think I kinda sorta get it now...

Thanks
You can move {$dvz_shoutbox} to different places of the index template according to your preferences. If you cannot find the correct location, tell me where you want it to appear, and i will try to help you the location.
Got everything sorted, thanks.
(2022-05-12, 07:53 AM)TechXero Wrote: [ -> ]Videos no longer being centered using center align keeps them to the left.. How to fix ?
https://forum.xerolinux.xyz/thread-28.html
try this CSS code (Global Css)
.mycode_align{
max-width:800px;
margin:auto;
}
BR
Mujeeb
(2022-04-26, 01:25 PM)Snik Wrote: [ -> ]Hey thanks man. My problem is I'm stretching my meagre capacity here trying to learn this stuff. Retired renovation/construction worker trying to find things to keep my mind engaged, so I do appreciate the help.
Could this be part of my error..??
![[Image: Screenshot-2022-04-26-at-09-18-50-Themes...esheet.png]](https://camo.mybb.com/029b9971008ea75aa7a3020929f13dfb6f913942/68747470733a2f2f692e706f7374696d672e63632f347937784d7933462f53637265656e73686f742d323032322d30342d32362d61742d30392d31382d35302d5468656d65732d4164642d5374796c6573686565742e706e67)
As the error box suggests, I change the the {$dvz_shoutbox} to dvz_shoutbox.css. If this is the case, am I entering the text in the wrong spot, or is it something else.
Thanks.
Hey, I reread your instructions and I think I got it. I was doing it all wrong.(shocker huh, I know) 
I added the text to the bottom of the global.css and index, so my shout box is now on the bottom, but I'm guessing that's fixable by moving it upwards.
Serious, I appreciate the help. I think I kinda sorta get it now... 
Thanks
name should be dvz_shoutbox.css , i think you forget to add .css extention
(2021-06-23, 10:19 PM)infosmart Wrote: [ -> ]The new bootbb version 9 build 19 has a problem, it wont show the upload attachment buttons in Mybb version 1.8.27.
Use 1.8.30 and BootBB v12
for fix that bug I'm change template - post_attachments_new
<div class="trow1 rowbit">
<div data-width="40%">
{$lang->new_attachment} <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" />
</div>
<div data-width="60%" class="align_right">{$attach_update_options} {$attach_add_options}</div>
</div>
<div class="trow1">
<div id="upload_bar" style="background: #0066A2; height: 5px; width: 0%;"></div>
<div id="dropzone" style="padding: 50px 0; margin: 5px 10px 10px; cursor: pointer; border: 2px dashed #CCC; text-align: center;">
<img src="{$theme['imgdir']}/paperclip.png" alt="" />
<div style="pointer-events: none;"></div>
</div>
</div>
[
attachment=45238]
Hi, what is the proper way of disabling countup feature and delete all the things related (js file)?