thomaslcq
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Zotero translator for Zotpress page?Hi Mark,
Thanks for your answer. I’ll check the code base (and try remembering how SVN works ๐ ) to see if I can manage to make zotero connector identify automagically my publication list (starting with a raw html+tags)… More soon!Thomas
Forum: Plugins
In reply to: [Zotpress] Highlight works on and offSomething linked to
https://plugins.trac.ww.wp.xz.cn/browser/zotpress/trunk/lib/shortcode/shortcode.request.php#L602the variable is correctly set there (with the accent) but it fails replacing it in
item->bibForum: Plugins
In reply to: [Zotpress] Highlight works on and offit is linked to the accented “รจ”
Thanks for the bug report, I’ll try to correct it asap !
Thomas
Forum: Plugins
In reply to: [eShop-invoice] pdf does not start with %pdf-.local errorassuming it’s resolved
Forum: Plugins
In reply to: [eShop-invoice] Acrobat couldn't open the pdf fileNofrills’ problem found: it was a missing logo…
Forum: Plugins
In reply to: [eShop-invoice] Acrobat couldn't open the pdf fileI think I should re-think the way the template works… I’m not sure that the custom templates defined by users are not erased by the update…
Forum: Plugins
In reply to: [eShop-invoice] Custom PDFindeed, you can try, in invoice.php
Line125: $html2pdf = new HTML2PDF(‘P’, ‘A4’, ‘fr’);
replace by:
Line125: $html2pdf = new HTML2PDF(‘P’, ‘A4’, ‘fr’,true,’UTF-8′);
maybe also change “fr” to Russian… and check that some Cyrillic font is present in the html2pdf.
Forum: Plugins
In reply to: [eShop-invoice] Acrobat couldn't open the pdf filePleasure !
please take some time to say that the plugin works on the main page ๐
Forum: Plugins
In reply to: [eShop-invoice] Acrobat couldn't open the pdf fileSo, to be sure : first update to 0.4 for security reasons…
then, if you only want to have the table for the invoice (page 1) then, in this file (http://plugins.trac.ww.wp.xz.cn/browser/eshop-invoice/tags/0.4/templates/default/invoice.php) remove the lines 99 to 117 . They are the ones controlling pages 2->N+1 (where N is the number of lines in the invoice)
Thom
Forum: Plugins
In reply to: [eShop-invoice] Custom PDFVitaly,
Hummmm.. I forced the PDF to be using “fr”ench language, so you need to duplicate the template, create your own, and edit invoice.php. Look at the end of the code, there is a line instanciating the HTML2PDF class, and the “fr” is passed as argument. You might need to check Html2PDF documentation to know which charset to input.
let me know how it goes
Thomas
Forum: Plugins
In reply to: [eShop-invoice] Acrobat couldn't open the pdf fileWell, first, it’s realllllly strange, but I can open the link above, although IT SHOULD NOT be possible… so there is a security bug there… I’ll have to investigate that…
Second, well, the PDF does display properly on my Firefox, with no warning or security issue. It’s probably your User configuration that is problematic.. Are you using windows, linux, macos ?
remove a call= remove the lines that mention we are “requiring/importing” the invoice_part2.
Thom
Forum: Plugins
In reply to: [eShop] eshop doesn't work with estore themebabylily : you should ask the estore forum for this (as I suppose you have a subscription to their services)…
Forum: Plugins
In reply to: [eShop-invoice] Errors in default templateclosing
Forum: Plugins
In reply to: [eShop-invoice] Errors in default templateThanks for this, I’ve corrected the bug in the release and tagged 0.3.5 !
Cheers !
thomas