MyBB Central

Full Version: Nickmans Welcome Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get it to display in the header template rather than the index template?
I am not familiar with that plugin. However it's easy enough to add text to the header template to display on all pages.
didn't open the plugin, but probably change the hook to global_start and add {$wm} to your header template.
LeX- Wrote:didn't open the plugin, but probably change the hook to global_start and add {$wm} to your header template.

Unfortunately I tried that, seems a bit more complicated.
Just use html in the header template. The header message here is an edit.

Code:
<p style="background: #FFF6BF; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324; text-align: center; margin: 10px auto; padding: 5px 20px;"><strong>Please Read:</strong> <a href="http://www.mybbcentral.com/subscribe.php">Support Mybb Central</a> to gain full site access to all our downloads, plugins, and themes.</p>
Reference URL's