- Posts: 37
- Thank you received: 0
OS Property support center
Change number of rooms, bathrooms and more...
- filaretos
- Offline
- Junior Member
-
Less
More
10 years 3 months ago - 10 years 3 months ago #56956
by filaretos
Replied by filaretos on topic Change number of rooms, bathrooms and more...
Hello,
//number bed rooms
$bedArr[] = JHTML::_('select.option','',JText::_('OS_SELECT_MIN_BEDS'));
for($i=1;$i<=100;$i++){
$bedArr[] = JHTML::_('select.option',$i,$i);
}
$lists * * = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
between the * i have nbed, when i submit comment it dissappears
That is the correct?
If yes, it didnt change.
//number bed rooms
$bedArr[] = JHTML::_('select.option','',JText::_('OS_SELECT_MIN_BEDS'));
for($i=1;$i<=100;$i++){
$bedArr[] = JHTML::_('select.option',$i,$i);
}
$lists * * = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
between the * i have nbed, when i submit comment it dissappears
That is the correct?
If yes, it didnt change.
Last edit: 10 years 3 months ago by filaretos.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 3 months ago #56957
by Mr. Dam
Replied by Mr. Dam on topic Change number of rooms, bathrooms and more...
Should be
//number bed rooms
$bedArr[] = JHTML::_('select.option','',JText::_('OS_SELECT_MIN_BEDS'));
for($i=1;$i<=100;$i++){
$bedArr[] = JHTML::_('select.option',$i,$i);
}
$lists = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
Thanks
Dam
//number bed rooms
$bedArr[] = JHTML::_('select.option','',JText::_('OS_SELECT_MIN_BEDS'));
for($i=1;$i<=100;$i++){
$bedArr[] = JHTML::_('select.option',$i,$i);
}
$lists = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
Thanks
Dam
Please Log in or Create an account to join the conversation.
- filaretos
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
10 years 3 months ago - 10 years 3 months ago #56959
by filaretos
Replied by filaretos on topic Change number of rooms, bathrooms and more...
Hello
Dam i think something is wrong when i submit comments.
I write nbed between [] where i have the * but when i submit comment it disappears
$lists* = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
Dam i think something is wrong when i submit comments.
I write nbed between [] where i have the * but when i submit comment it disappears
$lists* = JHTML::_('select.genericlist',$bedArr,'nbed','style="width:130px;" class="input-mini" onChange="javascript:document.adminForm.submit();"','value','text',$nbed);
Last edit: 10 years 3 months ago by filaretos.
Please Log in or Create an account to join the conversation.
- filaretos
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
10 years 3 months ago - 10 years 3 months ago #56964
by filaretos
Replied by filaretos on topic Change number of rooms, bathrooms and more...
I am sending a pic cause when i write nbed etc, they disappear when i submit comment.
I still can't add more than 20 rooms, bedrooms, baths.
I still can't add more than 20 rooms, bedrooms, baths.
Attachments:
Last edit: 10 years 3 months ago by filaretos.
Please Log in or Create an account to join the conversation.
- filaretos
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
10 years 3 months ago #57238
by filaretos
Replied by filaretos on topic Change number of rooms, bathrooms and more...
Hello,
Can you please tell me what i am doing wrong. I need to be able to show that properties have more than 20 rooms.
I am sending you a file cause when i submit comments it doesnt show right.
Can you please tell me what i am doing wrong. I need to be able to show that properties have more than 20 rooms.
I am sending you a file cause when i submit comments it doesnt show right.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 3 months ago #57270
by Mr. Dam
Replied by Mr. Dam on topic Change number of rooms, bathrooms and more...
Hi,
Please submit ticket and send your site information, super admin acc, ftp acc. I will check it for you
Dam
Please submit ticket and send your site information, super admin acc, ftp acc. I will check it for you
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.