ASL and Transposh
-
Hello again,
After sorting out a few very minor issues here comes the big one ?? I’m trying to get ASL to work with with Transposh plugin properly. What I achieved so far is getting search results translated by adding this:
add_action('transposh_ajaxsearchlite_search', 'ajaxsearchlite_search' );
and changing this line:
if (isset($_POST['action']) && $_POST['action'] == 'activity_get_older_updates')
to this:
if (isset($_POST['action']) && $_POST['action'] == 'activity_get_older_updates' || @$_POST['action'] == 'ajaxsearchlite_search')
in
transposh.php
Unfortunately, as getting translated results is perfectly fine now, the plugin seems to ignore translated keywords whet typing them into the search field. I type in original language keywords and then ASl looks for related items and returns them translated. When I type in translated keyword it returns no search results (as there are no tranlated items at all). How to make ASL search by translated keywords?
Kind regards, Dan.
- The topic ‘ASL and Transposh’ is closed to new replies.