Support

  1. Madera
  2. Support
  3. Sunday, November 02 2014, 05:00 PM
Hello everyone! Where can I find the search form module?
Many thanks!
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry but we not have module for search, we plan to make a integration with current search module and smart search module.

Anyway you can build this with simple html custom module, you can put something like this
<form action="index.php?Itemid=104" method="post">
<input name="name" type="text" />
<input type="submit" class="btn" value="Search" />
</form>

replace 104 with your User list menu item id.

in this example you can see a search by name field, you can put your alias of field instead name
  1. more than a month ago
  2. Support
  3. # Permalink
Madera Accepted Answer
Thank you for your answers! I try to create a custom html module with your code and it works perfectly!
Bye!!
  1. more than a month ago
  2. Support
  3. # 1
Madera Accepted Answer
Hello again... The custom search module works fine but when the results are divided into multiple pages, when I click on forward or on another page number It clear the search and return to the page with the list of all users.
How can I fix it?

and an other little question, how can I use the same input field for more search?
for example I'd like use one input field to search City and Nation (where city and nation are two separated field)

Thank you so much for everything!!!
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
How can I fix it?
try this:
<form action="put_your_list_use_menu_url" method="get">
<input name="name" type="text" />
<input type="submit" class="btn" value="Search" />
</form>
replace "put_your_list_use_menu_url" with your User list URL

and an other little question, how can I use the same input field for more search?
Sorry this is not possible for now.
  1. more than a month ago
  2. Support
  3. # 3
Madera Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Can you please post me your site link? If you want to keep secret this you can use the form below the reply in "Site Details" tab
  1. more than a month ago
  2. Support
  3. # 5
Madera Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
Hi,
I have tried your search module and seems to work!
  1. more than a month ago
  2. Support
  3. # 7
Madera Accepted Answer
Sorry! I set "display all users", so there was no division by page.
Now I changed. You will see 18 user per-page.

Try to search "Mar"in "Nome e Cognome" input field.

Thanks!
  1. more than a month ago
  2. Support
  3. # 8
admin Accepted Answer
Admin
Hi,
in Form declaration replace "post" method with "get"
so from
 <form action="associati-aigli.html" method="post">

to
<form action="associati-aigli.html" method="get">
  1. more than a month ago
  2. Support
  3. # 9
Madera Accepted Answer
Perfect!!! Many thanks!!!
  1. more than a month ago
  2. Support
  3. # 10
Zephyrinus Accepted Answer
Pro
This works perfectly! But i'm trying to set the Gmaps option within my SEARCH module... The fields work, but the Gmaps autocomplete does not show, and thus it does not set the right coördinates to actually filter in the action page.

any thoughts?
  1. more than a month ago
  2. Support
  3. # 11
admin Accepted Answer
Admin
Sorry for now this is not possible with a simple way
  1. more than a month ago
  2. Support
  3. # 12
occfaadm Accepted Answer
Pro
Hi,
sorry but we not have module for search, we plan to make a integration with current search module and smart search module.

Anyway you can build this with simple html custom module, you can put something like this
<form action="index.php?Itemid=104" method="post">
<input name="name" type="text" />
<input type="submit" class="btn" value="Search" />
</form>

replace 104 with your User list menu item id.

in this example you can see a search by name field, you can put your alias of field instead name

I'm Lost. I was expecting that when I paid, I would be able to have a searchable user list. How?
  1. more than a month ago
  2. Support
  3. # 13
admin Accepted Answer
Admin
Hi Robert,
sorry for late reply, it's a weekend for us:p

I'm Lost. I was expecting that when I paid, I would be able to have a searchable user list. How?

You can create a menu item of type "Easy Profile->Users List" and set parameters for search to see search form.

This topic is for search module
  1. more than a month ago
  2. Support
  3. # 14
Zephyrinus Accepted Answer
Pro
Is there another possiblity to "post" a search query into the user-list-menu-item page?

Searching for a name works fine. But I need a little bit more. Can i "post" some search words into the select field? Or checkbox or anything else?

Or is there a work arround i can build for myself without changing the extension? Maybe copying some of the functionality within another module to get those custom search fields work?

Please?
  1. more than a month ago
  2. Support
  3. # 15
admin Accepted Answer
Admin
Hi Dennis,
the only way to do this is to create many menu item of type list users and set different "Custom SQL Where" parameter.

You can make a select that with javascript change the action of form to redirect to correct menu item.
  1. more than a month ago
  2. Support
  3. # 16
  • 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.