Support

  1. hotshot88x
  2. Features Request
  3. Friday, March 14 2014, 04:08 PM
I love this extension. This was a life saver. Your support team was amazing and the extension works great. I do have a couple suggestions for enhancements and I hope you take this is a compliment to your great work. When I search for profiles, can you add something to maybe hide the search criteria with a expansion option or auto scroll down to the results. Also, any way to give the user the ability to change the 10 mile radius front end to maybe 5 or 50 miles? Last with the checkbox search criteria, can i have the option to show in multiple columns so I can have space saving option with inline and nice clean look?
admin Accepted Answer
Admin
To hide search form add this javascript code (if you use Joomla built-in template you can add this at the end of file /templates/protostar/js/template.js):
jQuery(document).ready(function($){
$('.jsn_search').hide();
$('.jsn_search').before('<a class="btn btn-primary" id="jsn_search_btn">Search</a>');
$('#jsn_search_btn').click(function(){
$('.jsn_search').slideDown();
$(this).hide();
});
});
  1. more than a month ago
  2. Features Request
  3. # 1
admin Accepted Answer
Admin
Hi,
can you add something to maybe hide the search criteria with a expansion option

on Monday I will send you a code to do this
change the 10 mile radius front end to maybe 5 or 50 miles

This is expected in the next release
can i have the option to show in multiple columns so I can have space saving option with inline and nice clean look?

With new version: go to administrator->Menus and search list item, set parameter # Column in list parameter tab
  1. more than a month ago
  2. Features Request
  3. # 2
  • 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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.