sentient
 river guide Posts:121

 |
| 09-09-2009 01:54 PM |
|
Is there a way of clicking back to the search results after going to the details page?
I cant see any thing for this and if you click back on the browser it throws "webpage expired" screen.
A back link would be a good option to have.
Ideas or patches? |
|
|
|
|
David To
 river guide Posts:2736

 |
| 09-09-2009 02:17 PM |
|
Well, on your Details template, you could try creating a hyperlink back to the tabID of your Search page. Perhaps this will work. -- David |
|
|
|
|
sentient
 river guide Posts:121

 |
| 09-09-2009 02:28 PM |
|
Seems very odd that there wouldn't be a back link built in. Its pretty elementary that any user would want to click back to results 90% of the time. In the meantime how would I go about making that hyperlink? What is the url token i should use? |
|
|
|
|
David To
 river guide Posts:2736

 |
| 09-10-2009 08:13 AM |
|
Well, look at the URL of your search page that you want to return to, what is it? Try using that as the hyperlink. -- David |
|
|
|
|
David To
 river guide Posts:2736

 |
| 09-10-2009 08:14 AM |
|
Well, look at the URL of your search page that you want to return to, what is it? Try using that as the hyperlink. -- David |
|
|
|
|
sentient
 river guide Posts:121

 |
| 05-12-2010 01:42 PM |
|
Okay so here is the issue. You can go back to the search PAGE but not to the search RESULTS. The user then has to go through and choose criteria all over again. Is there a javascript or something that will go back to the search results? I used Go back and that also just returned to the page. I have a client that is very frustrated by this. |
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 05-18-2010 04:19 PM |
|
I am not sure if its a token or not but I know you can create a 'Back' hyperlink with the JavaScript to go back. I believe the JavaScript is history.go(-1). You can check the hyperlink example here though: http://www.crowderassoc.com/javascr...utton.html You could make this a hyperlink, an image, or really anything you wanted... We will review adding enhancements to make this a token for future versions though. -Chad |
|
|
|
|
Kellyo
 river guide Posts:102

 |
| 03-03-2011 12:38 PM |
|
I use the method mentioned above and it works great. I believe you can use either
javascript:history.go(-1) or javascript:history.back()
Kelly
|
|
|
|
|
Ryan Bakerink
 river guide Posts:1179

 |
| 03-03-2011 01:52 PM |
|
Hello Kellyo,
Glad to hear you have two methods to achieve the same functionality. When coding in a language, there are usually more than 10 different ways to get the same results you wanted.
If you ever have any questions please let us know.
Thanks,
Ryan
|
|
|
|
|
Sean Sean
 going with the flow Posts:48

 |
| 04-04-2011 07:02 AM |
|
Posted By sentient on 05-12-2010 02:42 Okay so here is the issue. You can go back to the search PAGE but not to the search RESULTS. The user then has to go through and choose criteria all over again. Is there a javascript or something that will go back to the search results? I used Go back and that also just returned to the page. I have a client that is very frustrated by this.
Is there a solution for the search results Problem posted by sentient? With many filters and dozens of results you realy don't want to choose criteria all over again every time you looked at the details page.... Thank you |
|
|
|
|
Ryan Bakerink
 river guide Posts:1179

 |
| 04-04-2011 09:27 AM |
|
Hello Sean,
In your back link you can provide querystring parameters that have the same search field name as your search fields and also pass the query string parameter autosearch=true.
This way you can dynamically pass the query string variables which are relevant to the search criteria.
If you have any questions please let me know.
Thanks,
Ryan
|
|
|
|
|
Sean Sean
 going with the flow Posts:48

 |
| 04-04-2011 01:03 PM |
|
Hi there Ryan, thanks for your reply.
I´m not sure if I understand what you mean. For example I have a search field with cities in a dropdownbox to choose from. Let´s say you select all users who live in Amsterdam and from that filtered userlist you pick one user to look at his details. Now I do understand that you can pass query string variables in the back link, such as
www.yoursite.com/default.aspx?TabID=555&City=Amsterdam&AutoSearch=True
But how do you get the search criteria (in this case ´Amsterdam´ )into the back link in the first place?
Thanks,
Sean |
|
|
|
|
Ryan Bakerink
 river guide Posts:1179

 |
| 04-07-2011 09:52 AM |
|
Hello Sean,
You would use the token in the back link:
www.yoursite.com/default.aspx?TabID=555&City=[CityColumnToken]&AutoSearch=True
Thanks,
Ryan
|
|
|
|
|
Sean Sean
 going with the flow Posts:48

 |
| 04-07-2011 03:15 PM |
|
Hello Ryan,
Thanks for your reply, your help is appreciated
This works great for the example of the city, or any other searchfield which contains 1 item. How can you create a back link for a textfield with more than 1 item?
For example: Days of the week users are available: From all users you select the users where´day´ contains ´Monday´. But then you look at one person in detail where the day-token shows more than one day e.g. ´Monday, Tuesday, Saturday´
When using that day-token in the backlink then the select query has changed from ' contains Monday` to ´contains Monday, Tuesday, Saturday´
Hope its clear, thanks again
|
|
|
|
|
Ryan Bakerink
 river guide Posts:1179

 |
| 04-11-2011 09:53 AM |
|
Hello Sean,
This won't be easy to do but can be accomplished.
With Dynamic User Directory there are limitations with SQL and multiple search criteria, so you may have to use Dynamic Views, you can setup Dynamic Views to work almost exactly like Dynamic User Directory by using a Custom SQL data source. I have implemented this multiple search field values in Dynamic Views for clients before. Basically you would pass a Comma Separated List and use a Split function to Select In those values.
Please let me know if you have further questions, I can give you a general idea of what needs to be done, but unfortunately I can't write out exact descriptive steps for this implementation because this would fall under our Premium Support and not standard support.
Thanks,
Ryan
|
|
|
|
|
sentient
 river guide Posts:121

 |
| 01-11-2012 05:59 PM |
|
2 years since my post and still not back button or a description on how to make a good pop-up.
Just purchased the new suite, please update these old modules. |
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 01-12-2012 02:22 PM |
|
Hi Marc, I believe Kelly posted a solution that they used: javascript:history.go(-1) or javascript:history.back() At this time we do not have a built in Back feature. There have been MANY improvements with else modules over the last few years but when we reviewed this we determined that because so many users are using very custom implementations of pop ups (w/ Live Content) or with jQuery to show/hide detail templates, or with the back icon being easy to implement using a link or image from Kelly's suggestion, we have not determined that adding in a built in back feature is on our list of enhancements at this time. Thank you for your feedback. Thanks, Chad
|
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 01-12-2012 02:22 PM |
|
Hi Marc, I believe Kelly posted a solution that they used: javascript:history.go(-1) or javascript:history.back() At this time we do not have a built in Back feature. There have been MANY improvements with else modules over the last few years but when we reviewed this we determined that because so many users are using very custom implementations of pop ups (w/ Live Content) or with jQuery to show/hide detail templates, or with the back icon being easy to implement using a link or image from Kelly's suggestion, we have not determined that adding in a built in back feature is on our list of enhancements at this time. Thank you for your feedback. Thanks, Chad
|
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 01-12-2012 02:22 PM |
|
Hi Marc, I believe Kelly posted a solution that they used: javascript:history.go(-1) or javascript:history.back() At this time we do not have a built in Back feature. There have been MANY improvements with else modules over the last few years but when we reviewed this we determined that because so many users are using very custom implementations of pop ups (w/ Live Content) or with jQuery to show/hide detail templates, or with the back icon being easy to implement using a link or image from Kelly's suggestion, we have not determined that adding in a built in back feature is on our list of enhancements at this time. Thank you for your feedback. Thanks, Chad
|
|
|
|
|
sentient
 river guide Posts:121

 |
| 01-12-2012 06:34 PM |
|
Okay but how does the average use achieve this? We would love to use a popup detail view. However on the forum or over a support request me are given very basic information (use a Jquery pop up, or just use Javascript), thats all good if you are a developer but we are not, or we would have made this ourselves. So please, rather than offer generalized "just do...'s) or say that it requires premium support, just post on the forum, blog OR the user guide how to achieve a working module. We have spent the last 2 years trying to trawl through so many forum posts, that now have broken links after yur site upgrade... we just want a working module. |
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 01-13-2012 09:54 AM |
|
Hi Marc, I have added a to-do within our system to add this to a future blog post. I will see if we can create an example within the near future, I agree more examples and implementation instructions will be more helpful and we are always trying to create these. We actually now have 36 demonstrations posted for Dynamic Forms but we could utilize Dynamic Views more for some demonstrations. We probably need to create a couple Dynamic Views demonstrations for its own section too, we have so many templates and client examples that we could start to showcase. Thanks, Chad
|
|
|
|
|
sentient
 river guide Posts:121

 |
| 01-14-2012 07:45 PM |
|
Okay can you please tell me exactly what to place in the link code do do the following: The user has entered the code "999" into the search field for "unitnumber" - 3 results are presented and the user is in the details of one. We need to go back to the search result for unitnumber=999. Thanks. |
|
|
|
|
sentient
 river guide Posts:121

 |
| 01-17-2012 05:34 PM |
|
It would be really great to just have a simple instruction on how to do this rather than trawl through all this data (that makes no sense to me). You gave me examples of sites that work and are GREAT but again nothing that helps us do it ourselves. We are not programmers and its honestly taken us years just to get to this point. We love the curbappeals site and would like to use that expanding feature... how do we do this? |
|
|
|
|
Chad Nash
 river guide Posts:4843

 |
| 01-17-2012 06:51 PM |
|
Thanks for posting Marc! -Chad
|
|
|
|
|