MyBB Community Forums

Full Version: Board Messages 2.0.1 plugin not working for myBB 1.6.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have found a few related threads to make Board Message 2.0.1 plugin work for myBB 1.6.5, but I could not make it to work in myBB 1.6.6

Any help in this matter Huh
...hi brianmccoy, mine also stopped working when I successfully upgraded to 1.6.6 but I managed to make it work by uploading this file, I forgot the thread in here where I got this but it made my Board Message 2.0.1 work

...make a copy of your original file first before uploading this file just in case

[attachment=25612]

...after I have uploaded this file I proceeded to follow this

1. Go to Admin CP > Configuration >

Board Messages > Add Message.

2. Type in your message and in the Class

field type custom_message1

3. Go to Admin CP > Templates & Style >

Themes > Your Theme > board_messages.css

> Advanced Mode.

4. Add this at the bottom:
Code:

.custom_message1 {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
text-align: center;
margin-bottom: 10px;
padding: 5px;
}

...sorry for my answer, hope this works for you, I am no expert, just trying to help
Try this, it is the fix for 1.6.5
https://github.com/lukaszklis/BoardMessages
Thanks ollie, it worked
...hey! that was my very first +rep Big Grin thanks man
Thanks, Ollie, your new file worked for me, too. I was lost after re-downloading from the plugin site and not seeing the Board Messages in the Config area of the ACP!
This is great thanks.....fixed the problem on V1.6.7 also
ty ollie works for me