Latest news block page numbers

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
sw2000
Translator
Posts: 8
Joined: 1. July 2012 14:44
phpBB.com User: sw2000
Contact:

Latest news block page numbers

Post by sw2000 »

Your Portal Version: 2.1.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://taloforum.fi

What have you done before the problem was there?
Problem only with portal installed.

What have you already tryed to solve the problem?
No solutions found in board3.de board support threads.

Description and Message
Portal block Latest news does not show more than 5 first pages-links when using mobile view. Threads with any more than 5 pages are not accessible to any more subpages.

Image
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Latest news block page numbers

Post by Kirk »

Hi
Open: root/styles/yourstyle/theme/responsive.css
Find:

Code: Select all

.row .pagination .ellipsis + li {
	display: none !important;
}
Replace with:

Code: Select all

.row .pagination .ellipsis + li {
	display: block;
}
Gruß Udo

Topic author
sw2000
Translator
Posts: 8
Joined: 1. July 2012 14:44
phpBB.com User: sw2000
Contact:

Re: Latest news block page numbers

Post by sw2000 »

Thanks for the help and quick answer. Didn't know if this is a style related or portal related, so I guess it's style related problem.

Unfortunately there is no such code in the style we_universal. So i need to try to find an answer elsewhere or use the good old "try and error" method :?
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Latest news block page numbers

Post by Kirk »

Find the code in the style prosilver.
Gruß Udo

Topic author
sw2000
Translator
Posts: 8
Joined: 1. July 2012 14:44
phpBB.com User: sw2000
Contact:

Re: Latest news block page numbers

Post by sw2000 »

Thanks a lot Kirk! That did it, really appreciate the help! :)
Post Reply

Return to “Styles Support”