Need help with Pagination problem

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Ideas Centre
Post Reply
sapiro
Registered User
Posts: 29
Joined: Tue Mar 03, 2020 10:09 pm

Need help with Pagination problem

Post by sapiro »

Hi all

I got a problem with an old extension with the pagination there.
The Pagination works fine if the count is not more then 200
over 200 i got this wierd view (see picture)
12.PNG
12.PNG (2.2 KiB) Viewed 2230 times
The Seperator ist missing also the ellipsis and the Page numbers 3 and 4 are missing to


What could that be?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Need help with Pagination problem

Post by david63 »

Need more information - the "old" extension for a start.

Also looking at that image it does not look like prosilver so the style may be an issue.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
sapiro
Registered User
Posts: 29
Joined: Tue Mar 03, 2020 10:09 pm

Re: Need help with Pagination problem

Post by sapiro »

Hi
It is in all styles, this is prosilver style
Attachments
13.PNG
13.PNG (1.5 KiB) Viewed 2205 times
User avatar
Mike-on-Tour
Registered User
Posts: 460
Joined: Wed Jan 15, 2020 3:51 pm
Location: Germany
Name: Michael
Contact:

Re: Need help with Pagination problem

Post by Mike-on-Tour »

And what is the name of the "old" extension? And where (on displaying which page of that extension) does that problem occur?
Watz fo lunch?
If you like my extensions or my support please consider a donation: Image
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: Need help with Pagination problem

Post by HiFiKabin »

To receive extension support please visit our Extensions Database and post in the specific extension's designated support area. The link to the support area for each released extension is also available in the first post of each released extension listed in the [3.3.x] Extension Database Releases forum. For extensions still in development (not recommended for a live board) support is in that extensions's topic in the Extensions in Development forum.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: Need help with Pagination problem

Post by pit-PL »

Whatever extension it is, in template folder find pagination.html and after

Code: Select all

<li class="active"><span>{pagination.PAGE_NUMBER}</span></li>
ad

Code: Select all

	<!-- ELSEIF pagination.S_IS_ELLIPSIS -->
	<li class="ellipsis" role="separator"><span>{L_ELLIPSIS}</span></li>
You may also need to ad this

Code: Select all

.pagination li.ellipsis span {
	border: none;
	padding: 0;
	background: transparent;
	color: #000000;
}
sapiro
Registered User
Posts: 29
Joined: Tue Mar 03, 2020 10:09 pm

Re: Need help with Pagination problem

Post by sapiro »

Can be closed, problem solved thx
Post Reply

Return to “phpBB Discussion”