×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Real Estate
Google Maps bug (?)
Google Maps bug (?)
Less
More
Posts: 54
Thank you received: 3
9 years 1 month ago #8739
by Ciro
components/com_jux_real_estate/models/message.php
line 265 -> insert this code to have info about realty on email send to agent.
$site_name = JURI::base();
$body .= '<table cellspacing="5" cellpadding="5" ><tr>';
$body .= '<td colspan="2">' . JText::sprintf('COM_JUX_REAL_ESTATE_HELLO_S_YOU_HAVE_GOT_A_MESSAGE_FROM_S_ABOUT_THIS_REALTY', (!empty($item->name)) ? $item->name : JRequest::getString('toname'), $_REQUEST['name'])
. '<a href="' . $site_name . '/index.php?option=com_jux_real_estate&view=realty&id=' . $_REQUEST['id_page'] . '&Itemid=' . $_REQUEST['Itemid_page'] . '">'
. $site_name . '/index.php?option=com_jux_real_estate&view=realty&id=' . $_REQUEST['id_page'] . '&Itemid=' . $_REQUEST['Itemid_page'] . '</a><br/><br/>';
$body .= JText::_('COM_JUX_REAL_ESTATE_THE_DETAILS_MESSAGE_IS_BELLOW');
$body .= '<br/>' . nl2br($post['content']) . '<br/><br/><br/>';
$body .= JText::_('COM_JUX_REAL_ESTATE_TO_REPLAY_THIS_MESSAGE_YOU_CAN_JUST_CLICK_TO_REPLAY_OR_FOLLOW_THIS_LINK_TO_GET_YOUR_MESSAGE_BOARD');
$body .= '<br/><a href="' . $site_name . '/index.php?option=com_jux_real_estate&view=message&layout=message&id=' . $row->id . '">' . $site_name . '/index.php?option=com_jux_real_estate&view=message&layout=message&id=' . $row->id . '</a>';
$body .= '</td></tr></table>';
We must solve contact form bug, that doesn't send any email, now
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 1 month ago #8740
by Ciro
Sorry, contact form send email correctly. My bad test!
The following user(s) said Thank You:
GDragon
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 1 month ago - 9 years 1 month ago #8742
by Ciro
BUG on Menu on little monitor: overlap Logo and menu
templates/jux_citilights/css/template.css - riga 1503
@media (min-width: 992px) and (max-width: 1199px) {
#sp-header .row #sp-menu .sp-megamenu-parent {
margin-left: 60px;
}
}
was: margin-left: -60px;
Last edit: 9 years 1 month ago by
Ciro .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 4 weeks ago #8799
by Ciro
Hi Longt,
have you solved the bug about agent subscription?
I cannot wait any longer.
Thanks
Ciro
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 4 weeks ago #8801
by GDragon
Hi,
We are checking style of citilight. It will finish today. When have new package I'll send it for you!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
Less
More
Posts: 898
Karma: 29
Thank you received: 115
Less
More
Posts: 54
Thank you received: 3
9 years 4 weeks ago - 9 years 4 weeks ago #8835
by Ciro
Thanks. I received it. I'll try soon and I'll give you feedback.
Have you made any change to db? If yes, in witch table.
Have you implement also my code for email details?
Last edit: 9 years 4 weeks ago by
Ciro .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 4 weeks ago #8839
by Ciro
There are small fix to do about translations into code (for example the sentence "More Details" is cabled into code), but nothing of important.
Only one bug I cannot solve myself, now.
I added a custom field type="text" (my internal ID of realty) with search capability.
It is showed correctly into new property submit form (frontend and backend), but not on vertical search engine on frontend.
I attach a screenshot. If you can, please, solve also this. If you want, you have my login.
Thanks again for all.
Ciro
Note: if I add the custom field as textarea, it is correctly showed into realty search form (vertical), but not into realty submit form via frontend, so I cannot use this bypass
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 3 weeks ago #8856
by GDragon
Hi indiana71,
Thanks for your feedback!
Sorry for late response because we just have weekend.
I have add a field in agentplans table. You can see the query update in {root}/administrator/components/com_jux_real_estate/sql file 3.2.4.sql
About custom field I check and added a field type texbox. It show on search form but you must choose option Extra Fields in module search is Yes.
Hope this help!
Best regards,
--GD--
The following user(s) said Thank You:
Ciro
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Real Estate
Google Maps bug (?)
Time to create page: 0.196 seconds