mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02846
[Bug 726197] [NEW] Artefact blocktype help problem
Public bug reported:
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?
** Affects: mahara
Importance: Undecided
Status: New
** Description changed:
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,
-
+ ...
+ '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?
--
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:
New
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?
Follow ups
References