[Pro] Input navigation

Hi

I’ve seen a website where they used text input fields to navigate through the website. I can’t figure out how they did that or what action in Freeway could get me something similar. I would like to be able to setup a text box/input field have the viewer input a page number and then hit enter to go to that page.

I figure I would need to assign web pages a number and then setup a form so that it knows what page to load, but I cant see any options under forms that would allow this.

Thanks for any help/advice!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How would they know what page number to go to? Are you going to make all those pages and name them numerically? If so, you could try using the Password Protected URL Action (Password Protected URL - ActionsForge) to fake this. The way that it works is it takes whatever you enter into the field, adds .html to the end of it, and tries to load that page with JavaScript. I fear that this has some usability concerns, though. If they type in something besides one of the page numbers, they’ll just get an error (404) because the page won’t be there.

There is a Navigation Action built into Freeway which can generate a drop-down list of pages and auto-navigate to them when the user changes the picker. That has a tremendous advantage over the password hack, because there’s no way to input a “wrong” page. It only lists the ones that exist.

Now if you have been looking at pages generated by a CMS (content management system), those often have long lists broken into multiple pages based on some parameters in the database. So then you would see a little widget like this below the list:

<previous 1 2 (3) 4 5 next>

with the current page highlighted, and a nice user experience.

You can do something almost like that with the Link to Page Action (Link to Page - ActionsForge) which can create Next and Previous links in a folder of your document. That way you can give “paged” content without having to manually maintain all those links from page to page.

The major down-side to this Action is that it forces every page where you have used it to re-publish every time you publish or upload the site, in order to make sure that those URLs are still accurate. (It uses the order in which you have dragged your pages in the left-hand column in Freeway to determine what “next” and “previous” mean, and you dragging those around in Freeway does not “dirty” them and therefore require republishing, so the Action forces the issue. It’s a pain, but there’s no way around it.)

Walter

On Jan 24, 2015, at 4:36 PM, stephanie email@hidden wrote:

Hi

I’ve seen a website where they used text input fields to navigate through the website. I can’t figure out how they did that or what action in Freeway could get me something similar. I would like to be able to setup a text box/input field have the viewer input a page number and then hit enter to go to that page.

I figure I would need to assign web pages a number and then setup a form so that it knows what page to load, but I cant see any options under forms that would allow this.

Thanks for any help/advice!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The easy way is to use tables for how many item you want to link or you can
just pick pieces of text link.

After you have your menu in place and the text or button you need to link to
the page or web site. You do this by using hyperlink inside your site or
external Hyperlink if it is located on the web under edit at the top of your
layout window or at the bottom of your layout (left hand corner) window you
will see a earth icon you can click it after you have selected your text or
button and put the url our page name in the window that come up after
clicking it. here is link that has several links to internal and extern
links just move you mouse over text or icons on the page and you will see
that it will take you some where, it’s still under construction but you will
get the idea. If you need more help just get back to me.

http://plumsandhoney.com

larry

On 1/24/15, 4:36 PM, “stephanie” email@hidden wrote:

Hi

I’ve seen a website where they used text input fields to navigate through the
website. I can’t figure out how they did that or what action in Freeway could
get me something similar. I would like to be able to setup a text box/input
field have the viewer input a page number and then hit enter to go to that
page.

I figure I would need to assign web pages a number and then setup a form so
that it knows what page to load, but I cant see any options under forms that
would allow this.

Thanks for any help/advice!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve seen a website where they used text input fields to navigate through the website.

Can you share a link to this site. i am curious about the UI offered by something like this.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks everyone, I’ll try out some of the suggestions and see what will work best.

@DeltaDave, it was on iamdonald.com, but they dont have it up anymore. I had been meaning to check out the code if I could but never got the chance. Basically they listed out a table of contents and there was a box where you would input the page number and it would take you to that page.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

they dont have it up anymore

Maybe that tells us something!?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

it was promotional website for the album so they change to fit the album or mixtape they released. It suppose to get fans to search through code and find secrets so it was kind of interactive to the theme of the album.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It suppose to get fans to search through code and find secrets so it was kind of interactive to the theme of the album.

So really a special use case?

Are you trying to replicate it for a similar ‘special use case’ as I dont really think that it has great appeal as a regular navigation system.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options