MyBB Community Forums

Full Version: Few questions I need help with.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I've a couple things I'm trying to figure out if anyone can lend a hand.

1) I need to know how to change a few of the settings for when people post attachments, yet I can't figure out where to go to edit these things.
-Please see my picture attachment for details on what I'm asking for help with.

2) - Solved - Where do I go to change the background color of the box that comes up with people use tags such as [code] and whatnot?

3) This is regarding the arcade mod - see http://community.mybboard.net/showthread...5#pid33195
for complete details/pictures.
-I'm basically wanting to change the same things as those in my first question. Perhaps they're related, and fixing one will fix both?

4) - Solved - Where do I go to change the things up top from slashes to >> marks?
-For example, if I wanted it to say "MyBB Community Forums >> MyBB >> General Support," as opposed to "MyBB Community Forums / MyBB / General Support."

Any help is appreciated.
-Thanks.
hey

Quote:2) Where do I go to change the background color of the box that comes up with people use tags such as [ code ] and whatnot?
you should go to the Admin CP > Themes > Themes Manager > MyBB Master Style

Scroll till the bottom in the Additional CSS
find

.quote_header {
margin-left: 20px;
padding: 4px;
border-top: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
background: #ffffff;
font-weight: bold;
}

.quote_body {
margin-left: 20px;
padding: 0 4px 4px 4px;
border-bottom: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
background: #ffffff;
}

.code_header {
margin-left: 20px;
padding: 4px;
border-top: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
background: #ffffff;
font-weight: bold;
}

.code_body {
margin-left: 20px;
padding: 0 4px 4px 4px;
border-bottom: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
font-family: monospace;
background: #cccccc;
}

Customize it the way u want

regarding the attachment border it should be in templates, postbit > postbit >postbit_attachments_images_image or postbit_attachments_thumbnail_thumbnail.

and remove the class.

i'm not sure ( but sorry i;m really in a hurry my plane is after a couple of hours)
regards




Quote:4) Where do I go to change the things up top from slashes to >> marks?
-For example, if I wanted it to say "MyBB Community Forums >> MyBB >> General Support," as opposed to "MyBB Community Forums / MyBB / General Support."
Go to Templates > Modify/ Delete > Navigation Template. Changes the instances of / in the nav_sep and nav_sep_active to »
Solved #2 and #4 - thanks.
-Still hoping for help with the other two.