MyBB Community Forums

Full Version: another board message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
how can i put in another board message? with different colours and text? with links
put this code in any template you want

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tbody>
<tr>
<td class="trow1">MESSAGE IN HERE</td>
</tr>
</tbody>
</table>
<br />
but i want to use the exact same mod as the one i got, thew board message mod like on this site, i have one on there now and i want another.
then we will need to edit the plugin file, something like creating a whole new mod, by only renaming every variable and file name.

regards
you cant just double the code or something?
Deactivate the plugin you are using, and replace it with the attached one, then activate it.

You will be able to edit the second message from the same place where you used to edit the 1st.

To use the sec message, put $boardmsg2

To edit its template, edit the global_boardmsg2 template.

regards
every time i activate and deactivate it i gain another board message, i have 5 now, i only need 2 lol Sad
Then you'll have to manually remove them from the templates.
mk, where abouts is the code i have to remove?
In the header template. Look for $boardmsg about 5 times Toungue
Pages: 1 2 3