× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Custom joodb pagenav

More
10 years 3 months ago #2686 by prtechpro
Custom joodb pagenav was created by prtechpro
Hello,

I would like to custom the display of the {joodb pagenav} wildcard to show only :
beginning - previous - next - end buttons
and not showing 1-2-3-4-5-6-7-8-9-10 or showing only 1-2-3 for example.

How can I do that ?

Thanks

Please Log in to join the conversation.

More
10 years 3 months ago #2706 by prtechpro
Replied by prtechpro on topic Custom joodb pagenav
Solution:

You need to modify pagination.php in \libray\joomla\html line 107: replace 10 by your value (0, 1 are not working well, but 2 or more works)

Also you need to modify pagination.php in your template, example with JAPurity2: \plugin\system\jat3\jat3\core\joomla line 116 and line 131: replace 10 by your value (0, 1 are not working well, but 2 or more works)

Phil

Please Log in to join the conversation.

More
10 years 3 months ago #2708 by Dirk
Replied by Dirk on topic Custom joodb pagenav
Thank you but Joodb uses the Joomla pagination.

You can also override the pagination output in your template.

See here

Please Log in to join the conversation.

Moderators: Dirkjoest