Good morning to all!
I have a problem with this excellent plugin.
I have created a form with some simple field. The access setting on this form is on Logged in Users.
When I create the Search Definition, I can't change the Access Type, everytime the plugin reset this on PRIVATE, and I can't access to the search definition page with another users.
Someone have a solution?
Thanks!
Stefano
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- sgiansa@sgiansa
sgiansa - 0 likes
- Saviourself@Saviourself
Saviourself - 0 likes
- Phillip@phillipny
Phillip - 0 likes
You must log in to post replies.Sorry about that - obviously a bug.
If you delete the
$sd->access_id = $sd->access_id;
in the form_set_search_definition function in mod/form/models/model.php (after line 500 or so)
and put:
$sd->access_id = get_input('access_id',0);
after
$sd->form_id = get_input('form_id','');
does that help?
Great solution!
Now all working very well!
Many thanks for solution and for dev this plugin!
:D
I'm still having a problem with this. I've had my search set to private, public, and logged in users while trying the above, however when I try it on any account other than the admin, the search fields do not show up. The only thing that shows up is the search button.
Has anybody succeded to configure the 'Advanced search' part of the plugins under 1.7.x? I still need an example and need to know if it is possible before I dare to spend more days to configure. (http://community.elgg.org/mod/groups/topicposts.php?topic=652050&group_guid=56389).