MyBB Community Forums

Full Version: board message question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

2 things regarding the board message module

1. how can i centre the message in the message box ? and does it allow html tags or mycode ?
2. can i add the section header (like the blue one in default) to the message box with some text eg. "Important Message"

cheers
talisman Wrote:1. how can i centre the message in the message box ? and does it allow html tags or mycode ?

HTML code can be used in the board message, so simply use <center></center> tags in your message to centre the message text.

talisman Wrote:2. can i add the section header (like the blue one in default) to the message box with some text eg. "Important Message"

You'll need to edit the global board message template in order to do this. The template is called global_boardmsg and you'll need to add the following code to the template before <tbody>.

<thead>
<tr>
<td class="thead"><strong>Important Message</strong></td>
</tr>
</thead>
hiya.

thanks got the first bit sorted (i can;t spell center :dohSmile

but the second bit i can't find global_boardmsg.

the only globals i have are

global_bannedwarning
global_boardclosed_warning
global_unreadreports

i am using mintboard red theme
Appologies, the template should be located in the "Global Templates" set, not any of the other sets.
thanks mate , works like a dream Smile