Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 6744)
+++ wp-includes/general-template.php	(working copy)
@@ -957,6 +957,15 @@
 			document.getElementById('editor-toolbar').style.display = 'block';
 	// ]]>
 	</script>
+	
+	<?php else: // Rich editor is disabled in profile but we still need the media buttons	?>
+		
+	<div id='editor-toolbar' style='display:block;'>
+	        <div id="media-buttons">
+	        <?php _e('Add media:'); ?>
+	        <?php do_action( 'media_buttons'); ?>
+	        </div>
+	</div>
 
 	<?php endif; // user_can_richedit() ?>
 
