?
avatar aasimali
aasimali
31 Dec 2014

-Log into the administrator panel
-Go to article manager
-Create new article

-Check place holder message for tag

It should be-
Placeholder message for tag field: Type or select some option

-Select means, selecting the tag from available list, but there is a facility to create own tag by typing the term. So, Placeholder message must be more usable or easy to understand

joomla3 4 0 staging

avatar aasimali aasimali - open - 31 Dec 2014
avatar aasimali
aasimali - comment - 31 Dec 2014

screen shot 2014-12-31 at 04 14 25


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5570.
avatar infograf768
infograf768 - comment - 2 Jan 2015

This Tag field is not only used for Articles.
The string used is a global string: JGLOBAL_SELECT_SOME_OPTIONS.
It is used as placeholder in formbehavior.php (ROOT/libraries/cms/html/formbehavior.php) when the field is marked as multiple in the chosen method.
We "could" override the string in our various core components ini files after making sure that we have no other fields marked as multiple. But not sure this is the right solution.

avatar brianteeman brianteeman - change - 3 Jan 2015
The description was changed
Labels Added: ?
avatar brianteeman
brianteeman - comment - 19 Jan 2015

In com_modules you have the same situation for module positions and we use the message
Type or select a position

I am going to create a PR for this to be
Type or select a tag


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5570.
avatar rdeutz
rdeutz - comment - 19 Jan 2015

that's not saying what are the options, I think it is more: Type and press enter for a new tag or type and select an existing

I know it is long but that would be a correct description

avatar brianteeman
brianteeman - comment - 19 Jan 2015

Correction I dont see how to easily make that change - maybe someone else can


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5570.
avatar brianteeman
brianteeman - comment - 19 Jan 2015

@rdeutz how is the message for module positions any different to that needed for tags? Am I mising something

avatar rdeutz
rdeutz - comment - 19 Jan 2015

The behaviour is the same, the difference is that a tag or positions will be created. Is the same lang-tag used?

avatar brianteeman
brianteeman - comment - 19 Jan 2015

The code for selecting tags and the code for selecting modules is
completely different from what I could tell although the behaviour is the
same - hence my suggested language string

On 19 January 2015 at 12:56, Robert Deutz notifications@github.com wrote:

The behaviour is the same, the difference is that a tag or positions will
be created. Is the same lang-tag used?


Reply to this email directly or view it on GitHub
#5570 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar zero-24
zero-24 - comment - 9 Oct 2015

Closing as we have a PR here: #8041

avatar zero-24 zero-24 - change - 9 Oct 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-10-09 14:04:12
Closed_By zero-24
avatar zero-24 zero-24 - close - 9 Oct 2015

Add a Comment

Login with GitHub to post a comment