MyBB Community Forums

Full Version: Compose message missing editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason, the editor works everywhere on my forum except when going to compose private messages.

I suspect that it's perhaps missing {$codebuttons} in its template... But I don't know the name or location of the template I should be looking for. Any pointers?
Hi,

The template you're after is the private_send template:

Admin CP -> Templates & Style -> Templates -> (select your template set) -> Private Messaging Templates -> private_send

The original template contents has the following in the middle of it:
<textarea name="message" id="message" rows="20" cols="70" tabindex="4">{$message}</textarea>
{$codebuttons}