MyBB Community Forums

Full Version: Simple Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make that yellow bar which says the following?

Important: MyBB 1.02 Update Released - Update for the Update. (12/01/2006)

Thanks. Smile
Thanks, just one problem.
I installed the mod like the file said so, and the option to activate it wont appear. Sad

Also I activated the Hello World plugin and now I cant deactivate it. Sad
heloo there

make sure to chmod ./jscripts/general.js to 777.

this might solve the issue

many regards
Done, and the Hello World plugin can be deacivated now. Smile
But still the Board Message Plugin still wont work. Sad

I'll slip in an extra question, how do I edit my settings so sigs show up by default?
heloo there,
i'll have a look at the plugin as i find time.

however regarding the signature !! what is ur request excatly?
coz once u set a signature it will appear immedialty. if u dont it wont

ciao
Open your header template and search for
<navigation>
Above add
$boardmsg
When a new user registers on your board the setting "show signatures" is set to yes by default. See member.php, line 406:
			"remember" => "yes",
			"showsigs" => "yes",
			"showavatars" => "yes",
Quote:heloo there

make sure to chmod ./jscripts/general.js to 777.

this might solve the issue

many regards
I'm curious what that file has to do with the "hello world" plugin. Chmoding random files so they're writable is a bad idea.

Chris
Michael83, I did that but still no change. Sad