This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

mixradu

  • ****
  • 171 posts
Ajax DELETED listing
« on: January 29, 2017, 11:22:50 PM »
Hello, ajax in listing recomendation still show a "deteled" listing

*

MB Themes

Re: Ajax DELETED listing
« Reply #1 on: January 30, 2017, 08:22:41 AM »
@mixradu
You need to be more specific, not sure what or where is problem from your description.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mixradu

  • ****
  • 171 posts
Re: Ajax DELETED listing
« Reply #2 on: January 30, 2017, 02:45:03 PM »
@mixradu
You need to be more specific, not sure what or where is problem from your description.


Enter in lannonce then search for "financement pour" and click the first recomendation you will be redirected to an 404 page.

Marked as best answer by mixradu on January 30, 2017, 03:09:04 PM
*

MB Themes

Re: Ajax DELETED listing
« Reply #3 on: January 30, 2017, 03:02:25 PM »
@mixradu
Oh I thought ajax is removing something :)
in contact.php find:
Code: [Select]
        WHERE d.fk_c_locale_code = '" . osc_current_user_locale() . "' AND (s_title LIKE '%" . $pattern . "%' OR s_description LIKE '%" . $pattern . "%')
replace with:
Code: [Select]
WHERE d.fk_c_locale_code = '" . osc_current_user_locale() . "' AND (s_title LIKE '%" . $pattern . "%' OR s_description LIKE '%" . $pattern . "%') AND b_active = 1 AND b_enabled = 1 AND b_spam = 0
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mixradu

  • ****
  • 171 posts
Re: Ajax DELETED listing
« Reply #4 on: January 30, 2017, 03:09:41 PM »
@mixradu
Oh I thought ajax is removing something :)
in contact.php find:
Code: [Select]
        WHERE d.fk_c_locale_code = '" . osc_current_user_locale() . "' AND (s_title LIKE '%" . $pattern . "%' OR s_description LIKE '%" . $pattern . "%')
replace with:
Code: [Select]
WHERE d.fk_c_locale_code = '" . osc_current_user_locale() . "' AND (s_title LIKE '%" . $pattern . "%' OR s_description LIKE '%" . $pattern . "%') AND b_active = 1 AND b_enabled = 1 AND b_spam = 0


Thanks, fast, short and best awnser like always :)