Page 2 of 2

Re: Markup-Buttons for comments

Posted: Mon Feb 23, 2009 5:48 pm
by garvinhicking
Hi!

the "install()" method is called immediately when the plugin is initialized (not an event hook).

HTH.
Garvin

Re: Markup-Buttons for comments

Posted: Mon Feb 23, 2009 6:18 pm
by onli
Thanks Garvin, it helped. Seems to work perfect. For the record: misusing introspect_config_item works, too, if done properly - but install() is better.

Also included new jquery-release.
sincerely

Re: Markup-Buttons for comments

Posted: Mon Feb 23, 2009 6:46 pm
by garvinhicking
Hi!

Thanks, committed!

Regards,
Garvin

Re: Markup-Buttons for comments

Posted: Sun Jul 12, 2009 1:22 am
by abdussamad
I just installed this plugin on my blog and its not working. A look at the firefox error console tells me that "jquery is not defined". The plugin is not including the bundled jquery.js like its supposed to. Since I am already using the html in head plugin I just added a line to include jquery.js using that. Please make the plugin emit:

<script type="text/javascript" src="/plugins/serendipity_event_livecomment/jquery.js"></script>

Apart from that its a nice plugin! Thanks for making it onli!

Re: Markup-Buttons for comments

Posted: Sun Jul 12, 2009 7:27 pm
by onli
Hi abdussamad
Thanks for the feedback. The plugin should no longer iclude jQuery by itself, but install the jQuery-Plugin from Spartacus.
sincerely

Re: Markup-Buttons for comments

Posted: Tue Dec 22, 2009 3:12 pm
by konus
onli wrote:Hi abdussamad
Thanks for the feedback. The plugin should no longer iclude jQuery by itself, but install the jQuery-Plugin from Spartacus.
sincerely
I just wanted to point out, that I had to install jQuery manually to enable the plugin.

Re: Markup-Buttons for comments

Posted: Tue Dec 22, 2009 4:02 pm
by onli
When installing the livecomment-plugin?
Ah, wrong thread - of course when installing the livecomment-plugin. Garvin, can you have a look at this? We have reports about that from the beginning from different people. Is the dependency declared wrong or is there a bug in the dependency-system?