Php filtre olmadan Drupal 7'de bir görünümün total_rows dön?


Yanıtlar:


26

Php filtresi devre dışı bırakılmış D7 sitemde ...

Görünüm yapılandırma sayfasından: HEADER bölümü, ekle, Global Sonuç Özeti

toplam satır sayısını veya istediğinizi seçin:

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

1

Bu öğreticiyi Views'da öğe sayısını ve xx öğelerini gösteren Drupal 7 için buldum . Bu, Views'daki sayfa sayısını görüntülemenizi sağlayan Drupal 7 içindir.

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.