8 Messages

 • 

634 Points

Thursday, November 17th, 2016 8:53 AM

Implemented

9

Lists: Add page number links for lists

Can you please add page numbers to the lists so that we can skip to certain pages or to the end without clicking through each page one at a time? For longer lists it gets pretty tedious. thanks!

Official Solution

Employee

 • 

7.6K Messages

 • 

183.1K Points

2 months ago

@ricky_hm We are pleased to report that this was implemented late last year, please see https://community-imdb.sprinklr.com/conversations/imdbcom/imdb-redesigns-listlike-pages/662a8541586efb2637c22757?commentId=6760996a09d8db27001a9889 

8 Messages

 • 

634 Points

5 years ago

any progress?

10 Messages

 • 

206 Points

2 months ago

When it comes to very long user lists, I find the paging features of IMDb to be very inadequate. If you are looking at a 1000 item list, for instance, the only way to access pages very deep in the list is to flip one page at a time until you get there. With only 100 items displayed per page, it would take you "forever" to get to the very end of a 1000 item list. Even worse is the fact that the selector to go to the next page in the list is ONLY at the BOTTOM of each page, which means that you have to scroll down each page before you can go on to the next page. It would at least be an improvement if you could select going to the next page at the top AS WELL as the bottom of each page, so that you wouldn't needlessly have to scroll through the whole page just to get to the next page. Many other websites have 7 or 8 or more pages available for a user to jump to. Then, if you select the last available page, the system automatically displays the next 7 or 8 pages or whatever amount. Thus, you can at least jump through the list 7 or 8 pages at a time. Many websites even feature a "last page" & "first page" link on every page of a long list, so that you can jump to the end or beginning of a long list. If a "last page" link were available on IMDb user lists, then at least you could flip backwards from the end & get into the deeper pages that way. I just read about a "filter" option on user lists on this message board  that I wasn't aware of & that would help to get at items buried deep in a very long list, & I will definitely check that out. However, even a well defined filter system doesn't solve the basic problem because with very long lists you would might still need to flip through a heck of a lot of pages to get to the part of the filtered list that you're interested in. Also, you might not think of a possible filter that would get you to a particular item that you might be interested in. There is a display feature for user lists that displays only one line per item, thereby showing more items per page, thereby lessening the number of pages that you would need to flip through to get to the end of a list, but with a 1000 item list that's still A LOT of pages to flip through, and the one line per item display has very limited information about each item. SO-O-O-O, to make a long story short, the IMDb user list system has very PRIMITIVE paging features for very long list access that REALLY needs to be improved, unless there's something that I'm just ignorant about.  Note: This comment was created from a merged conversation originally titled Lists: Accessing The End Of VERY Long User Lists

758 Messages

 • 

29.6K Points

As an alternative (instead of using the page links), you can edit the "start" parameter in the URL  (The "start" parameter specifies the index of the first entry displayed on the page.) Just for example, here is one long list (chosen at random, this list is not mine): http://www.imdb.com/list/ls004128506/ That list contains 3118+ titles. Click in your browser's address box to edit the URL. Add ?start=3019 to the URL, and then press the Enter key. This will display entries #3019 and beyond: http://www.imdb.com/list/ls004128506/?start=3019 When you are viewing a list URL that already contains a "start" parameter, you can change its value to go to any other index position in the list. (For example, to view entries starting with #1500, click in your browser's address box, set the start parameter value to 1500, and press the Enter key.)

Champion

 • 

19.8K Messages

 • 

480.6K Points

Hi Joe Kulik, I agree with you, longer IMDb lists should have better page navigation, much like what is implemented for the IMDb message boards. There are two suggestions related to your problem. I recommend that you click the "like" button for both. Page # bar on each page for long searches https://getsatisfaction.com/imdb/topics/page_bar_on_each_page_for_long_searches Pagination Links on Lists https://getsatisfaction.com/imdb/topics/pagination_links_on_lists Until IMDb implements these ideas, what Nobody suggests is you best option for accessing lists from other people. When you create a long list, you may wish to add page navigation similar to this list: Many Degrees of Kevin Bacon - Films with Most Votes (Actors) http://www.imdb.com/list/ls006743621/ Page: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59

10 Messages

 • 

206 Points

Thank You Very Much !!!   Although you response seems to reinforce my opinion that the paging feature for IMDb user lists is, in fact, primitive & inadequate, you at least gave me a way to compensate for it, a way that is both practical & easy to implement.

10 Messages

 • 

206 Points

I don't understand the part of your reply that refers to the "Many Degrees of Kevin Bacon" list. 1) I went to this list & saw the pagination matrix that you display in your response, but when I click on any of the page numbers, it just brings me back to page 01 !!!   IT DOESN"T WORK !!!   2) Are you saying that I can insert such a (working) pagination matrix into one of my lists???? If so, how would I accomplish that ???

Champion

 • 

19.8K Messages

 • 

480.6K Points

1)  Try this instead. I had not updated the navigation since IMDb changed naming conventions for lists. 2) Yes, you could insert such a matrix into one of your lists. The code is shown below. Simply replace the list ID with the list ID for your list. The code only works inside IMDb lists. Page: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 This is the code: Page: [link=http://www.imdb.com/list/ls006743621/?start=1]01[/link] [link=http://www.imdb.com/list/ls006743621/?start=101]02[/link] [link=http://www.imdb.com/list/ls006743621/?start=201]03[/link] [link=http://www.imdb.com/list/ls006743621/?start=301]04[/link] [link=http://www.imdb.com/list/ls006743621/?start=401]05[/link] [link=http://www.imdb.com/list/ls006743621/?start=501]06[/link] [link=http://www.imdb.com/list/ls006743621/?start=601]07[/link] [link=http://www.imdb.com/list/ls006743621/?start=701]08[/link] [link=http://www.imdb.com/list/ls006743621/?start=801]09[/link] [link=http://www.imdb.com/list/ls006743621/?start=901]10[/link] [link=http://www.imdb.com/list/ls006743621/?start=1001]11[/link] [link=http://www.imdb.com/list/ls006743621/?start=1101]12[/link] [link=http://www.imdb.com/list/ls006743621/?start=1201]13[/link] [link=http://www.imdb.com/list/ls006743621/?start=1301]14[/link] [link=http://www.imdb.com/list/ls006743621/?start=1401]15[/link] [link=http://www.imdb.com/list/ls006743621/?start=1501]16[/link] [link=http://www.imdb.com/list/ls006743621/?start=1601]17[/link] [link=http://www.imdb.com/list/ls006743621/?start=1701]18[/link] [link=http://www.imdb.com/list/ls006743621/?start=1801]19[/link] [link=http://www.imdb.com/list/ls006743621/?start=1901]20[/link] [link=http://www.imdb.com/list/ls006743621/?start=2001]21[/link] [link=http://www.imdb.com/list/ls006743621/?start=2101]22[/link] [link=http://www.imdb.com/list/ls006743621/?start=2201]23[/link] [link=http://www.imdb.com/list/ls006743621/?start=2301]24[/link] [link=http://www.imdb.com/list/ls006743621/?start=2401]25[/link] [link=http://www.imdb.com/list/ls006743621/?start=2501]26[/link] [link=http://www.imdb.com/list/ls006743621/?start=2601]27[/link] [link=http://www.imdb.com/list/ls006743621/?start=2701]28[/link] [link=http://www.imdb.com/list/ls006743621/?start=2801]29[/link] [link=http://www.imdb.com/list/ls006743621/?start=2901]30[/link] [link=http://www.imdb.com/list/ls006743621/?start=3001]31[/link] [link=http://www.imdb.com/list/ls006743621/?start=3101]32[/link] [link=http://www.imdb.com/list/ls006743621/?start=3201]33[/link] [link=http://www.imdb.com/list/ls006743621/?start=3301]34[/link] [link=http://www.imdb.com/list/ls006743621/?start=3401]35[/link] [link=http://www.imdb.com/list/ls006743621/?start=3501]36[/link] [link=http://www.imdb.com/list/ls006743621/?start=3601]37[/link] [link=http://www.imdb.com/list/ls006743621/?start=3701]38[/link] [link=http://www.imdb.com/list/ls006743621/?start=3801]39[/link] [link=http://www.imdb.com/list/ls006743621/?start=3901]40[/link] [link=http://www.imdb.com/list/ls006743621/?start=4001]41[/link] [link=http://www.imdb.com/list/ls006743621/?start=4101]42[/link] [link=http://www.imdb.com/list/ls006743621/?start=4201]43[/link] [link=http://www.imdb.com/list/ls006743621/?start=4301]44[/link] [link=http://www.imdb.com/list/ls006743621/?start=4401]45[/link] [link=http://www.imdb.com/list/ls006743621/?start=4501]46[/link] [link=http://www.imdb.com/list/ls006743621/?start=4601]47[/link] [link=http://www.imdb.com/list/ls006743621/?start=4701]48[/link] [link=http://www.imdb.com/list/ls006743621/?start=4801]49[/link] [link=http://www.imdb.com/list/ls006743621/?start=4901]50[/link] [link=http://www.imdb.com/list/ls006743621/?start=5001]51[/link] [link=http://www.imdb.com/list/ls006743621/?start=5101]52[/link] [link=http://www.imdb.com/list/ls006743621/?start=5201]53[/link] [link=http://www.imdb.com/list/ls006743621/?start=5301]54[/link] [link=http://www.imdb.com/list/ls006743621/?start=5401]55[/link] [link=http://www.imdb.com/list/ls006743621/?start=5501]56[/link] [link=http://www.imdb.com/list/ls006743621/?start=5601]57[/link] [link=http://www.imdb.com/list/ls006743621/?start=5701]58[/link] [link=http://www.imdb.com/list/ls006743621/?start=5801]59[/link]

Employee

 • 

7.6K Messages

 • 

183.1K Points

We are pleased to report that this was implemented late last year, please see https://community-imdb.sprinklr.com/conversations/imdbcom/imdb-redesigns-listlike-pages/662a8541586efb2637c22757?commentId=6760996a09d8db27001a9889 

9 Messages

 • 

402 Points

2 months ago

The feature was removed years ago.   I have over 7,000 movies (29 pages) in my Primary List: Movies I have Seen.  To find a particular movie INSIDE my list I have to load the list page by page by page.  IMDB, please consider adding that feature back again!! Note: This comment was created from a merged conversation originally titled Lists: We used to be able to jump to a page in My lists

Employee

 • 

7.6K Messages

 • 

183.1K Points

@kentcdillon We are pleased to report that this was implemented late last year, please see https://community-imdb.sprinklr.com/conversations/imdbcom/imdb-redesigns-listlike-pages/662a8541586efb2637c22757?commentId=6760996a09d8db27001a9889 

27 Messages

 • 

724 Points

2 months ago

​ When navigating through a list that has multiple pages --  I would like to see a GO TO PAGE button. Currently, you have to go and open each page and move through all the pages hitting a NEXT button instead of going directly to a desired page. Even having a LAST PAGE button would help. Also why not have the navigation buttons/features at the top of the each page as well as the bottom of the page. Currently, you have to scroll down to the bottom of each page (that is going past 100 entries) just to hit "NEXT PAGE". The next page brings you automatically to the top of the next page anyway so if there is more navigating to do the features are right there. Additionally, I suggest having an EDIT button at the bottom of each page - not just at the top of the page. There is currently a DONE button at both the top and bottom of each page.   I would like to see a way to SET the SORT BY: List order selection for each individual list instead of now the SORT BY feature gets applied to ALL my lists. The sorting feature changes back to the default each time you move from list to list.   Lastly, I would like a way to find how many TOTAL entries there are from ALL lists without manually adding each list together. Note: This comment was created from a merged conversation originally titled Lists: Add better pagination

Employee

 • 

7.6K Messages

 • 

183.1K Points

@denise_6033628 We are pleased to report that this was implemented late last year, please see https://community-imdb.sprinklr.com/conversations/imdbcom/imdb-redesigns-listlike-pages/662a8541586efb2637c22757?commentId=6760996a09d8db27001a9889 

4 Messages

 • 

80 Points

2 months ago

I think that IMDB should let users type in the page they want to go (e.g. 123 page). When I go to a list with hundreds of thousands TV shows and movies (I want to find something to watch), I have to click the 'next' button for god-knows-how-many times.Besides this, everything is good. Note: This comment was created from a merged conversation originally titled Lists: Please let me skip the numerous TV shows and movies.

4 Messages

 • 

80 Points

I just found a way to solve this problem-_- It would be nice to add this function, though.

Champion

 • 

14.8K Messages

 • 

334.4K Points

Yes, others have suggested this as well, and you may want to add your vote: https://getsatisfaction.com/imdb/topi...

3 Messages

 • 

80 Points

2 months ago

1. It would be awesome if we could select single pages on our lists to jump to, instead of having just one next button. Then you have to scroll all the way down to the end, per page. Especially if you have big lists of 500+ movies as I do, this gets frustrating. This would make it a lot easier. 2. We should have a journal on our pages, so we can write miscellaneous things about movies and such.  3. Lastly, we should implement a visitor counters to our page and lists.  **Tell me what you all think.** Note: This comment was created from a merged conversation originally titled Lists: Add page navigation

2 Messages

 • 

70 Points

2 months ago

Possible to add page number links to lists, so you don't have to click through pages and pages? List page numbers. Note: This comment was created from a merged conversation originally titled Lists: Restore page navigation