For clarity I'm talking about the dynamic window below the title and between the body which shows questions similar to the title.
It's running on askbot.org but I don't see an option to enable it in my settings.
Update:
I have tried adding this to MY_SKIN/templates/ask.html:
<script type='text/javascript'>
var sortMethod = undefined;//need for live_search
var minSearchWordLength = {{settings.MIN_SEARCH_WORD_LENGTH}};
</script>
<script type='text/javascript' src='{{"/js/live_search.js"|media}}'></script>
and I updated live_search.js from the default template.
The change seems to have been lost in the merge process. There is a script called live_search.js that is missing on your ask page.
Also I notice that autocomplete="off" attibute is missing on input element with id="id_title" - that will kill the useless autocomplete dropdown.
Pretty soon you may notice some other javascript issues - please give a good test on upgrades. Unfortunately there are no test cases in the js yet.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-03-16 22:46:39 -0500
Seen: 51 times
Last updated: Mar 17 '11
url to open question tab with a tag automatically filled
how to disable requests to gravatar.com?
On first Settings page login, error: "Database is locked"
changing the logo on settings/GENERAL_SKIN_SETTINGS/ doesn't work
Karma thresholds always reset to default when edited
How to turn off internationlization in askbot ?
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.