PHP Code:
$toolbar[] = array('Smiley');
$toolbar[] = array('Attach', '-', 'Undo', 'Redo');
$toolbar[] = array('Link', 'Email', 'Unlink', 'Image', 'Video', '-', 'Quote', 'Code', 'Html');
This is from the ckeditor.php file int he forum/vb folder. I added the Attach line below the Smiley lines in a couple places in the file. I just copied it from the other section that had it for the advanced reply.
The undo and redo work fine but the attach button doesn't show up.
Thanks