This question about Using an extension: Answered
SolrSearch of SolrPlugin display problem
The SolrSearch of
SolrPlugin dose not display correct in IE, Firefox and Chrome
For IE 8, the "Clear" button is not align and show raw TML "%WEBLINK{"System" format=""
IE 8
For Firefox 3.6 and Chrome 8
The Ajax style list box show "undefined" and show raw TML "%WEBLINK{"System" format=""
Chrome
Firefox
--
HackatonWong - 19 Jan 2011
Two things to fix:
- There's a plugin missing: WebLinkPlugin
- remove
rest
from $Foswiki::cfg{AuthScripts}
--
MichaelDaum - 20 Jan 2011
Thanks
In additional to above, I also need to get
DBCachePlugin to make the count in Web displays correctly. Without the
DBCachePlugin, I can only get the count of each Web without the name of the actual Web.
However, I still cannot get the Ajax style list box working; it still shows "undefined" in Chrome and Firefox
--
HackatonWong - 21 Jan 2011