Here is a how-to on the integrated live search for bbpress and wordpress
http://www.adityanaik.com/integratepress-part-ii-live-search/
Here is a how-to on the integrated live search for bbpress and wordpress
http://www.adityanaik.com/integratepress-part-ii-live-search/
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.
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;"
You must log in to post.