Before release, it would be useful to have a couple of help files, so that (a) Help (b) Advanced Help, have something visible. I think they need only include a link (i) to the project home page (ii) the project documentation page.

Comments

eugenmayer’s picture

well i will not postpone the stable because of this, but maybe we have this intime

iantresman’s picture

Add this to the end of the file, wysiwyg_imageupload.module, for basic help information:

/**
 * Implementation of hook_help().
 */
function wysiwyg_imageupload_help($path, $arg) {
  switch ($path) {
    case 'admin/help#wysiwyg_imageupload':
      $output = t('<p>An image upload dialog for the most WYSIWYG Editors.<h2>Full Installation</h2> 
<ul>
<li>You need to have a <a href="http://drupal.org/project/wysiwyg" target="_blank">WYSIWYG</a>-compatible editor enabled
<li>Check the <a href="http://drupal.org/node/808626" target="_blank">Installation How-to</a>
<li>Also refer to the <a href="http://drupal.org/project/wysiwyg_imageupload" target="_blank">WYSIWYG image upload</a> home page
</ul></p>');
      return $output;
  }
}
eugenmayer’s picture

Status: Active » Needs review
eugenmayer’s picture

Version: 6.x-2.0-rc5 » 6.x-2.0-rc6

Thanks for the contribution - i have added it http://github.com/EugenMayer/wysiwyg_imageupload/commit/b720b364667fc8a6... .

Most like will be in the stable 2.0 if nothing special happens. Otherwise rc7

eugenmayer’s picture

Status: Needs review » Fixed
Anonymous’s picture

That should be
$output = t('<p>An image upload dialog for most WYSIWYG Editors.<h2>Full Installation</h2>

eugenmayer’s picture

@6 thanks, corrected.

eugenmayer’s picture

Status: Fixed » Closed (fixed)

released in 6--2.0