Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

detail page back button
Last Post 01-17-2012 06:51 PM by Chad Nash. 23 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
sentientUser is Offline
river guide
river guide
Posts:121
Avatar

--
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 ToUser is Offline
    river guide
    river guide
    Posts:2736
    Avatar

    --
    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
    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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 ToUser is Offline
    river guide
    river guide
    Posts:2736
    Avatar

    --
    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 ToUser is Offline
    river guide
    river guide
    Posts:2736
    Avatar

    --
    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
    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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 NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    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
    KellyoUser is Offline
    river guide
    river guide
    Posts:102
    Avatar

    --
    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 BakerinkUser is Offline
    river guide
    river guide
    Posts:1179
    Avatar

    --
    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 SeanUser is Offline
    going with the flow
    going with the flow
    Posts:48
    Avatar

    --
    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 BakerinkUser is Offline
    river guide
    river guide
    Posts:1179
    Avatar

    --
    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 SeanUser is Offline
    going with the flow
    going with the flow
    Posts:48
    Avatar

    --
    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 BakerinkUser is Offline
    river guide
    river guide
    Posts:1179
    Avatar

    --
    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 SeanUser is Offline
    going with the flow
    going with the flow
    Posts:48
    Avatar

    --
    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 BakerinkUser is Offline
    river guide
    river guide
    Posts:1179
    Avatar

    --
    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


    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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 NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    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 NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    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 NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    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
    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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 NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    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
    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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.
    sentientUser is Offline
    river guide
    river guide
    Posts:121
    Avatar

    --
    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?
    Your other forum post by Ryan Bakerink suggests that you can initialize the search again via www.yoursite.com/default.aspx?TabID=xx&City=[ColumnToken]&AutoSearch=True
    This doesnt work, do we need some javascript to make this process?
    Hi Marc,

    I would probably recommend putting in something that does the JavaScript history.


    Here are some references:
    http://www.w3schools.com/jsref/met_his_back.asp

    http://www.crowderassoc.com/javascr...utton.html

    http://www.aota.net/forums/showthre...hp?t=20855

    You might also consider making the Details link a popup or jQuery show/hide. Here is a good example of that (in development) with the "Show More" hyperlink.

    http://curbappeals.datasprings.com/...urPro.aspx

    Thanks,

    Chad
    Chad NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

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

    -Chad
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way

     

     

       
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.