← Back to team overview

mahara-contributors team mailing list archive

[Bug 726197] Re: Artefact blocktype help problem

 

** Changed in: mahara
       Status: New => Triaged

** Changed in: mahara
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/726197

Title:
  Artefact blocktype help problem

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I want to extend htdocs/artefact/file/blocktype/gallery blocktype to
  include showing the external gallery (Picasa, Flickr, etc.) in Mahara
  view.

  In the "instance_config_form" I defined a textarea, called "external",
  like:

  'external' => array(
      ...
      'type' => 'textarea',
      'rows' => 5,
      'cols' => 80,
      ...
      'help' => true,
  ),

  I also want to show the help icon next to textarea. Everything seems
  to work OK, except the help is not showing.

  After investigating this, I discovered, that the help is shown, if the
  file is in the following location:

  htdocs/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

  I believe, it should be in:

  htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

  Can you please fix that?



References