I've using this code:
PHP Code:
// Get the message editor for the description
$editorid = construct_edit_toolbar($file['desc'], 0, 'nonforum', 1, 1, 0);
/* function construct_edit_toolbar($text = '', $ishtml = 0, $forumid = 0, $allowsmilie = 1, $parsesmilie = 1, $can_attach = false, $editor_type = 'fe', $force_editorid = '') */
to construct an input box. It works great except for two items.
- I can't figure out how to get the image link button to show
- I can't get the pop-up title to work when I hover over an item on the toolbar.
The attachment shows my page. Any ideas!? Thanks!