mlanglois
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Sorting by date actually sorts by year, not month and dayYes it does work now! Thank you very much! π
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Error during operation.Correction: it turns out the operation is NOT successful. So there is an error indeed. I deactivated other plugins, reverted to the default theme, activated debug mode, but the same problem occurs. What can I do?
Forum: Plugins
In reply to: [Zotpress] urlwrap around title does always workThanks! How do I PM you?
Forum: Plugins
In reply to: [Zotpress] urlwrap around title does always workYes, you can have a look here: http://michaellanglois.org/biblio
I disabled urlwrap because only some of the titles get wrapped, for instance in the first section one book gets wrapped and not the other.Forum: Plugins
In reply to: [Zotpress] Saved searchYes please! π
I can easily access the list saved searches with the API:
https://api.zotero.org/users/<USERID>/searches?key=<KEY>And then a specific saved search:
https://api.zotero.org/users/<USERID>/searches/<SEARCHID>?key=<KEY>The only thing is that Zotpress would have to parse the search parameters and execute the search internally. So this requires a little codingβ¦ I really hope you can do it! π
Thanks!!
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Adding Captcha to sign up page+1
I would like to add a captcha to the sign-up widget!
Thanks for this great plugin! ^^Forum: Plugins
In reply to: [amr ical events lists] HTTPS mixed contentWell, as a matter of fact there are many more files that are served as HTTP, including PNG images: map_16.png, addtogoogle_16.png, etc. As a result, my browser warns me about about mixed content. I hope this can easily be fixed, other plugins seem to serve HTTPS automatically so there must be a way π