By joaomachado on
ok, I am so confused it is not even funny....someone please slap me around so that I can wake up from this nightmare.
I have created a View that has two displays, default and Page, on the default display I see the "more" link at the bottom on the preview, but it does not show up on the page display. Consequently, it does not show up when accessed from the link on the menu of the display.
I have 11 content pages in the display, I have it set to only display a max of 10 per page. I am confused, the default display cannot be view because it does not have a path, page dispaly has a path and can be viewed but not "more" link at the bottom to display next next set of items.
Joao
P.S. Drupal 6
Comments
its the way views is designed ...
JM,
Perhaps you need to understand a bit on how Views is designed.
There are slight diffferences in the features available (in the Basic Settings) for displaying views based on Default, Page, Block, Feed or Attachment. For example "more link" is available in Block but not Page. Because a block can ideally hold a sizeable amount of display (say images) then you need to create a "more link" so that it opens up to a page view.
The Default settings basically are the configurations that are made available to all other displays which can be overridden inside each of the unique display. The Default helps to ease up the effort to create many display types within a given view.
I think once we understand how each display type works, then the minor peculiarities can be explained away.
Views
Ah...so I may have to rethink how I may have to display 50 or more items per page?
Thank you rafiqcmnet
"when the only tool you have is a hammer, all problems start to look like a nail"
ok
So how did Drupal site have a list of nodes with page numbers at the bottom?
"when the only tool you have is a hammer, all problems start to look like a nail"
Custom Paging
Besides Views, you can also consider custom paging modules:
http://drupal.org/project/modules?filters=drupal_core:87%20tid:68&solrso...
Custom Pagin
Got it handled..Thank you!
"when the only tool you have is a hammer, all problems start to look like a nail"