1. koaweb
  2. General
  3. Wednesday, April 02 2014, 04:07 AM
When I use the search function on the Members List I am taken to the home page. It does not show any results...
admin Accepted Answer
Admin
Ok,
sorry for late reply, it was night for us.

i found the problem. this issue happens with SEF disabled.

We will fix in next release.

Today I will attach a patch in this Topic.

Thanks for report
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Patch:
in /components/com_jsn/views/list/tmpl/default_search.php replace at line 14 this
<?php echo JURI::current(); ?>

with this
<?php echo JRoute::_('index.php?option=com_jsn&view=list&Itemid='.JRequest::getVar('Itemid',''),false); ?>


in /components/com_jsn/views/list/tmpl/table_search.php replace at line 14 this
<?php echo JURI::current(); ?>

with this
<?php echo JRoute::_('index.php?option=com_jsn&view=list&Itemid='.JRequest::getVar('Itemid',''),false); ?>


I have fixed on your site.
  1. more than a month ago
  2. General
  3. # 2
koaweb Accepted Answer
Pro
OK great. Thank you for your help...
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.