• Members 18 posts
    Feb. 16, 2017, 7:47 a.m.

    Good day, I'm trying to make a version of forum where the search bar is the first one to be noticed by the forum users when they open the site.
    I tried to copy the misago/search.html contents to misago/jumbotron.html, but all I got is this:
    Can someone give me some advice on how to place the search bar on the jumbotron? Advance thanks :)

    Untitled.png

    PNG, 35.6 KB, uploaded by oscarnogs on Feb. 16, 2017.

  • Feb. 16, 2017, 1:11 p.m.

    This is going to be more complicated than that. ;)

    The whole misago/search.html is only UI placeholder for search page, and gets swapped by react.js search page once misago.init() gets called in JavaScript, hence inputs disabled state and "loading search" message.

    Eventually I would like to support linking to search page with phrase in querystring as well as provide quick search available on all pages, but I have no timeline on getting to either of those.