Seite 1 von 1

pagination auf viewforum: 1,2,3,4,5,6,7,8,9,10,11,12,13 usw

Verfasst: 12.02.2006 12:09
von austrian-i
hi ich suche einen pagination mod für das viewforum, wo einfach ALLE nummern angezeigt werden, also KEIN

1,2,3....12,11

sondern

1,2,3,4,5,6,7,8,9,10,11

für das viewtopic hab ich bei phpbbhacks einen gefunden, aber für das viewforum nicht.

kennt vielleicht jemand einen für das viewforum? :D

Re: pagination auf viewforum: 1,2,3,4,5,6,7,8,9,10,11,12,13

Verfasst: 12.02.2006 12:16
von punkface
Hallo

Aus der MOD Anleitung:

Code: Alles auswählen

##   This Mod only gives an example for the viewtopic page. You can
##   enable the full pagination for every page where it occurs. Just
##   replace the occurrence of 'generate_pagination' with 'generate_full_pagination'.
##   For example, in memberlist.php, viewforum.php and so on.

Code: Alles auswählen

As you can see, the changes in viewtopic.php are only the replacement of generate_pagination to generate_full_pagination.
If you want the Full Pagination on ALL pages, it is easier to overwrite the function generate_pagination. ;)

Verfasst: 12.02.2006 13:01
von austrian-i
vielen dank punkface - das nächste mal mach ich die augen auf, bevor ich eine frage hier stelle :D

Verfasst: 28.02.2006 11:14
von mgutt
Mal frag: Was bringt das :-?