MyBB Community Forums

Full Version: Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to control/edit portal content ?
Go to> ACP > Templates > Your theme's templates > Portal templates > and edit its templates.

You also add/remove some boxes directly from its settings; ACP > Configurations > Portal
And how to control and change hello world plugin message?
I don't believe you can. That is just a sample plugin that comes with every installation mybb.

Maybe look into the actual php file and see if you can do anything there.
I ask how to change it using cp Smile
(2011-04-28, 11:03 PM)eclat Wrote: [ -> ]I ask how to change it using cp Smile

You can't; it's just a sample plugin for devs.
If you need to edit the plugin message, Open the plugin file and find;
$post['message'] = "<strong>Hello world!</strong><br /><br />{$post['message']}";

Edit
<strong>Hello world!</strong><br /><br />