Page 1 of 1

Display of older posts

Posted: November 10th, 2018, 8:10 am
by Pierre
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

Re: Display of older posts

Posted: November 10th, 2018, 9:33 am
by Andy
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.

Re: Display of older posts

Posted: November 11th, 2018, 2:07 pm
by kay1234
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

Re: Display of older posts

Posted: November 12th, 2018, 10:24 am
by Andy
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! :)