Zwraca total_rows widoku w Drupal 7 bez filtra php?

Odpowiedzi:

26

Na mojej stronie D7 z wyłączonym filtrem php ...

Ze strony konfiguracji Widok: sekcja NAGŁÓWEK, dodaj Globalne podsumowanie wyników

wybierz całkowitą liczbę wierszy lub cokolwiek, cokolwiek chcesz:

You may use HTML code in this field. The following tokens are supported:
@start -- the initial record number in the set
@end -- the last record number in the set
@total -- the total records in the set
@name -- the human-readable name of the view
@per_page -- the number of items per page
@current_page -- the current page number
@page_count -- the total page count
tenken
źródło
1

Znalazłem ten samouczek dla Drupala 7, który wyświetla liczbę elementów i pokazuje elementy xx w widokach. To jest dla Drupal 7, który pozwala wyświetlić liczbę stron w Widokach.

Navdeep Singh
źródło