Tagged: multiselect
-
AuthorPosts
-
southsouthworld Friend
southsouthworld
- Join date:
- April 2017
- Posts:
- 257
- Downloads:
- 15
- Uploads:
- 56
- Thanks:
- 14
- Thanked:
- 4 times in 4 posts
May 19, 2017 at 12:45 pm #1035429Hi team at Joomlart, I would be grateful if someone could help me change the default phrase "Type or select some options" for the multi-select search boxes. Please see the picture attached below. I am using JA Directory template.
Kindest regards,
Alyssa
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
May 22, 2017 at 10:20 am #1035991southsouthworld Friendsouthsouthworld
- Join date:
- April 2017
- Posts:
- 257
- Downloads:
- 15
- Uploads:
- 56
- Thanks:
- 14
- Thanked:
- 4 times in 4 posts
May 23, 2017 at 5:27 am #1036234Thank you very much!
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
May 23, 2017 at 10:30 am #1036343Hi.
Try this.
Edit the file : /modules/mod_jak2filter/helper.phpLook for :
$attrs['multiple'] = 'multiple';
Add this under.
$attrs['data-placeholder'] = JText::_('TRANLATE_TEXT').' Some Text '.$field->name;
You can modify the text.
southsouthworld Friendsouthsouthworld
- Join date:
- April 2017
- Posts:
- 257
- Downloads:
- 15
- Uploads:
- 56
- Thanks:
- 14
- Thanked:
- 4 times in 4 posts
May 23, 2017 at 3:02 pm #1036415Thank you very much, I would like to change it for each different field group box. For example:
- Select Countries
- Select Type
- Select Themes
- Select Global Goals
Many many thanks in advance!
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
May 25, 2017 at 1:59 am #1036870Hi.
You have to name the extrafield are : Countries, Type , Themes, Global Goals….
And add the code:
$attrs['data-placeholder'] = 'Select '.$field->name;
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 3 voices, and was last updated by Mo0nlight 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum