You are not logged in.
No, this plugin does not use the PHP curl functions. And it does not use the word “curl” but I don’t understand why this would cause you problems. Anyway, if you fixed your problem then it’s okay.
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline
Now that I have it all sorted on one site, on another, it simply does not want to play nicely. I have checked and double-checked that all is in place and yet the java doesn’t appear to be active.
The site I am trying to implemt it on is http://thatictguy.com
Any ideas Christophe? Any help would be much appreciated.
Offline
I added a labeltag attribute to the cbs_live_search function and added this:
<code>
.’<div>’.($label ? ‘<label for=“livesearch_text”><’ .$labeltag. ‘>’.$label.’</’.$labeltag.’></label>’ : ‘’)
</code>
to the label definition. It behaves more like the rest of my textpattern tags that way, its working well for me. Its running at Textcastle
This is lovely!
Offline
@ Catalyst:
At first guess I would say that it doesn’t work for two reasons. When I look at the HTML source of your website:
1) You include prototype.js AFTER you include moo.fx.js . The problem is that moo.fx relies on prototype, so you have to include prototype.js first, and moo.fx.js after, and finally livesearch.js.
2) You include the live search script twice. The first time in livesearch.js, the second time in cbs_live_search.js. Both scripts define the same class, so it’s not going to work.
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline
hi there cristophe, well again;) can we expect an upgrade of plugin with latest mootools? regards!
Offline
Yes, you can expect that soon ;) Maybe next week.
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline
cbeyls wrote:
Yes, you can expect that soon ;) Maybe next week.
yummi
Offline
Hi all,
I greatly improved my javascript skills recently. I’m going to publish a better version of the plugin, based on mootools this time, by the end of the week after the next stable release of mootools. The only problem is that it will not be able to detect connection failures because of a limitation in moo.ajax (despite the fact I found a way to update the moo.ajax code to do this but the author of mootools keeps ignoring my requests), but this should not be a problem in 99% of the cases. The plugin will detect connection failures (if the code added recently to mootools does not change).
This will make the plugin really lighter.
Last edited by cbeyls (2006-10-12 02:04:11)
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline
Ladies and Gentlemen,
I’ve kept my promises; the new stable release of mootools is out so here’s the new version of my plugin , based on mootools! Same effect, more robust, less bugs, and a lot smaller download.
Last edited by cbeyls (2006-10-20 15:07:38)
My plugins : cbs_live_search (improved) – cbs_category_list – cbs_navigation_menu – cbs_gravatar (updated) – cbs_article_index – cbs_maintenance_mode (new) – cbs_section_language (new)
Offline