contact form directly in apartment page

Questions and answers about change of functions, design, hosting etc.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

contact form directly in apartment page

Postby jmclement » 19 Feb 2018, 15:59

Hi all,

I'd like to have to contact form directly displayed in the object (apartment) page without the fancy box, any idea how to do this?
jmclement
Stranger
 
Posts: 13
Joined: 27 Nov 2017, 13:45
Reputation point: 0

Re: contact form directly in apartment page

Postby Xpycm » 21 Feb 2018, 09:22

Hello.

FREE version:
themes\classic\views\modules\apartments\views\_user_info.php file
Remove
Code: Select all
'class'=>'fancy mgp-open-ajax'

from
Code: Select all
echo '<li>' . $icon . CHtml::link(tt('request_for_property'), $data->getUrlSendEmail(), array('class'=>'fancy mgp-open-ajax')) . '</li>';



PRO version:
themes\atlas\views\modules\apartments\views\view.php file
Remove
Code: Select all
'class' => 'fancy mgp-open-ajax''

from
Code: Select all
echo '<li class="li2">' . CHtml::link(tt('request_for_property'), $model->getUrlSendEmail(), array('class' => 'fancy mgp-open-ajax')) . '</li>';
Dropbox
Open Real Estate CMS: FAQ | FAQ 2 | FAQ 3
Image
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Re: contact form directly in apartment page

Postby jmclement » 01 Mar 2018, 13:16

Thanks got it
jmclement
Stranger
 
Posts: 13
Joined: 27 Nov 2017, 13:45
Reputation point: 0


Return to Questions and help for changes

Who is online

Users browsing this forum: No registered users and 11 guests

cron