mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #15040
[Bug 726197] Re: Artefact blocktype help problem
The help file resides in
htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html
since v1.5 so i believe this issue was resolved ages ago
** Changed in: mahara
Status: Triaged => Invalid
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/726197
Title:
Artefact blocktype help problem
Status in Mahara ePortfolio:
Invalid
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?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/726197/+subscriptions
References