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?
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. ;)