OS Property support center

Change number of rooms, bathrooms and more...

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.
Last edit: 10 years 3 months ago by filaretos.

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

More
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);
Last edit: 10 years 3 months ago by filaretos.

Please Log in or Create an account to join the conversation.

More
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.
Attachments:
Last edit: 10 years 3 months ago by filaretos.

Please Log in or Create an account to join the conversation.

More
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.
Attachments:

Please Log in or Create an account to join the conversation.

More
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 Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan