Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Ive got a quick question with the next/last buttons at the bottom of my drupal page. It only shows a max of 5 numbered pages that I can click, then the next and last page button.
Is there anyway to show every page i have?
i.e. 1 2 3 4 5 6 7 8 9 10 11 next etc ?
I'm sure I'm not the only one who has noticed that when you are adding book pages, in a logical order, and you want them to stay in that order, they do not stay in that order in the book navigation menus. I may be crazy, but when I'm writing a book and book pages I write from beginning to end. The book navigation menus are sorting my pages the opposite way, with the newest at the top.
With the following code i want to open another database within a php enabled node, and print all of the data in the table i select. i've made mydb the one i want to open, and def a variable for my drupal one, so i can send drupal back to its database... but my code doesn't work, doesn't do anything... why is that?? i think the print command is screwed up, and maybe something else. drupal is so hard to work with with other databases, but what do i need to fix below?