Display of older posts

Anything else that doesn't fit in the other more specific Forums
Post Reply
Pierre
Posts: 10
Joined: October 24th, 2018, 8:04 pm

November 10th, 2018, 8:10 am

Hi
It seems there is a problem on the forum, older posts disappear from list displayed, but are found by a search
Have you placed a limit of posts displayed ?
It is useful to see all the questions and answers already sent in order to learn what others encountered and find as solutions.
Thanks
Nikon D810 - SONY Xperia XZ Android 9 - Xiaomi Mi Pad 4 Android 8.1
Andy
Posts: 225
Joined: October 4th, 2018, 4:18 pm

November 10th, 2018, 9:33 am

Hi Pierre,

They're still there, but there's a problem with the website. I think there's a limit of ten posts per page on a thread, older posts are moved to older pages. The page selector buttons have a black color, so they're basically invisible. You should be able to see the page 1 button though, page 2 is just beside it.
Andy
Firmware developer at Foolography
kay1234
Posts: 4
Joined: October 20th, 2018, 7:16 pm

November 11th, 2018, 2:07 pm

Hi Andy,

quick fix:

In common.css add

Code: Select all

border-color: #ffb600;
to the section

Code: Select all

.action-bar .pagination .button


in line 826. In default.css remove

Code: Select all

color: #111111 !important;
from the section

Code: Select all

a.button


in line 55. In default.css remove

Code: Select all

a.button .icon
from selector

Code: Select all

a.button .icon, a.button .icon:hover, a.button:hover .icon, a.button:hover .icon:hover
in line 68

Hope this helps.

Greetings
Kay
Andy
Posts: 225
Joined: October 4th, 2018, 4:18 pm

November 12th, 2018, 10:24 am

Hi Kay,

Thanks for your suggestion :) I'm not a web developer myself, but I have told our developer about this. I know he already revamped the design of the forum but hasn't deployed it yet! :)
Andy
Firmware developer at Foolography
Post Reply