• Members 53 posts
    April 13, 2018, 12:42 p.m.

    I want modify the thread page , I change the code in the file "/theme/templates/misago/thread/thread.html', but seem the thread post generate via js that render on the div :

    [<div id="page-mount">] ,

    the logic is not clearly, I want make the page more simply if possible, may I know which template page file should be change now ? I try modify the 'post/index.html' or others but it does not effect at all ....

  • Members 53 posts
    April 13, 2018, 3:38 p.m.

    looks the page generate by js, amazing solution

  • April 14, 2018, 8:29 p.m.

    Hey coco!

    This is an issue with how Misago was designed to be hybrid application that renders static HTML first, and then enhances it by adding JavaScript interface items, making it tricky to start with customizing how things look.

    I am aware of this and I have started working on solving that, but its a large thing to do and so I don't know when it will be released.

  • Members 53 posts
    April 15, 2018, 4:46 a.m.

    I see the template also contains folder 'posts/post', that seem also can render the page with django style.... I think that is available also more easy for customize with variant style and theme . I have taste it, I think that is more easy understand and maintain