• @[email protected]
    link
    fedilink
    31 year ago

    Try adding

    ?p=1
    

    To the end of the URL. This was a useful workaround a few months ago when things went pear-shaped for awhile.

    • MelodiousFunk
      link
      fedilink
      31 year ago

      This still works… though kbin still doesn’t render the code block correctly it seems.

      ?p=1

      basically tells the site to load page 1 of whatever sort is selected. You can also do p=2 for page 2, etc.

      • Pamasich
        link
        fedilink
        2
        edit-2
        1 year ago

        though kbin still doesn’t render the code block correctly it seems

        Yeah, I hope ernest (or someone else) fixes it soon. Mbin has fixed it, so it should be possible to check there how it was done.

        I did make a frontend fix for it which is included in KES and available standalone on Greasyfork. But it would be much preferable if this was fixed in kbin itself.

        I think the big problem is that the issue on codeberg is closed. Ernest never got involved, but other maintainers closed it as a “lemmy issue” which it isn’t. Lemmy is federating completely legal HTML with escaping applied to spec and kbin should be able to understand it. Mbin can understand it.