#1
|
|||
|
|||
![]()
Hi,
in the mod_hotproperty_search (joomla 1.5.x) I've published the Types's Field. The selectbox print as first option a selected value -> - Select Type - I need to change this text.. I can't find where this text is automatically generated. Tnks for your time! |
#2
|
|||
|
|||
![]()
Thats in the language file
__________________
On the box it said "Needs Win98 or better" - so I installed Linux. |
#3
|
|||
|
|||
![]()
which language file ?
|
#4
|
|||
|
|||
![]()
In the earlier version I have this set to 'all types' on the adv search page.
Now after the upgrade, the user is made to select a specific 'type' from the drop down. How does one make it set to search all types as default? Thanks |
#5
|
|||
|
|||
![]()
Has anyone located the area to change this default text ( "- Select Type -" ) ??
I really need to change this asap. Thank YOU |
#6
|
|||
|
|||
![]()
It seems it's not possible for only one field, changes will affect all select type elements.
In \administrator\components\com_hotproperty\helpers\ html\form.php find function extrafield_search($field, $value = null, $label = false), line 395 $arr = array(MosetsHTML::_('select.option', '', '- ' . sprintf(JText::_('Select %s'), $fieldCaption) . ' -')); As you can see, to the "Select" string name of field is added, result is "Select Type". |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frontpage template giving an strange error? | hengcung | Discussions, Troubleshooting and Problems | 6 | 05-15-2009 10:51 AM |