Forums

Join
bbPress Support ForumsInstallationIntegrated Live Search

Info

Integrated Live Search

  1. Here is a how-to on the integrated live search for bbpress and wordpress

    http://www.adityanaik.com/integratepress-part-ii-live-search/

  2. That's interesting to see.

    You should change the z-index on the results so it stays over the content below it, rather than pushing it up and down which is very distracting. Either that or stay at the maximum length and not retract until done.

  3. Actually im not using Z-index.

    the problem was with the original plugin. That's why I including a hack to fix that in the article. here is the excerpt:

    In some cases, the results fluctuate before disappearing. If you are having that problem, replace

    onclick="ls.close(); return false;"

    with

    onclick="Field.clear('s'); return false;"

  4. You must log in to post.