MyBB Community Forums

Full Version: How to Change Compose a message To A button or something like
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi , when we go to Compose a message we have a place where is write compose a message and is not appear a lot on the user control panel is in little text blue .. how we can Create a Big ButtonĀ  the button Named Create a Message or Create a new message or Compose a message.. is be more visible to all user ?
This is partially in the private template and in the private_composelink template.

You can modify these using HMTL / CSS to fit your needs, to for example appear like a button.

A simple button in MyBB is <a href='link' class='button'>Text here</a>

Adding that class around the link into it in the private_composelink should do the trick.