MyBB Community Forums

Full Version: BootBB - Responsive Multicolor MyBB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
(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 


    1. Upload
      Upload the files from UPLOAD to your MyBB root directory.

    2. CSS Code
      Copy the CSS included in the package (

      STYLES.txt
      ) into your theme stylesheets (for example 

      global.css
      ).
    3. {$dvz_shoutbox}
      Insert the 

      {$dvz_shoutbox}
       variable into your 

      index
       template (Index Page Templates of your theme).
    4. 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..??

[Image: Screenshot-2022-04-26-at-09-18-50-Themes...esheet.png]

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) Big Grin

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... Rolleyes
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.
Videos no longer being centered using center align keeps them to the left.. How to fix ?
https://forum.xerolinux.xyz/thread-28.html
(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]

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) Big Grin

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... Rolleyes
Thanks

name should be dvz_shoutbox.css , i think you forget to add .css extention
(2022-05-12, 11:37 AM)mujeebdgk Wrote: [ -> ]
(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

Works thanks
welcome ,
glad it helpsSmile
(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)?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31