frekel
Forum Replies Created
-
If so, here it is:
Note to others: This is a quickfix until developer adds this to the plugin himself:
- Add the following to index.php:
function load_textdomain_for_woocommerce_pdf_invoices() { load_plugin_textdomain( 'woocommerce-pdf-invoices', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); } add_action('init', 'load_textdomain_for_woocommerce_pdf_invoices'); - and download the po file from:
http://www.bonusboek.nl/woocommerce-pdf-invoices.po - Create /wp-content/plugins/woocommerce-pdf-invoices/lang/
- upload your translation to woocommerce-pdf-invoices-[LANGCODE].mo into /wp-content/plugins/woocommerce-pdf-invoices/lang/
Forum: Plugins
In reply to: [Invoices for WooCommerce] Translationsquickfix until developer adds this to the plugin himself:
Add the following to index.php:function load_textdomain_for_woocommerce_pdf_invoices() { load_plugin_textdomain( 'woocommerce-pdf-invoices', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); } add_action('init', 'load_textdomain_for_woocommerce_pdf_invoices');and download the po file from:
http://www.bonusboek.nl/woocommerce-pdf-invoices.poupload your translation to woocommerce-pdf-invoices-fr_FR.mo into
/wp-content/plugins/woocommerce-pdf-invoices/lang/(Manually create this directory first!!)
Forum: Plugins
In reply to: [Invoices for WooCommerce] preview invoiceAbout question #2:
It would be nice too if you could send the pdf invoice a second time.
Isn’t that a default functionality in Woocommerce?
Open Order -> choose the dropdown on the top right hand and choose the ‘resend invoice’??Abount question #1:
+1 😉Forum: Plugins
In reply to: Plugin or script that allows registered members to upload flash game files?Forum: Reviews
In reply to: [PhotoContest Plugin] Errors galoreLooks good!!
Maybe my free plugin needs reviving at CodeCanyon 😉
Forum: Reviews
In reply to: [PhotoContest Plugin] Errors galoreHi,
I’m sorry the plugin didn’t work for you.
This plugin was a 2.7 only plugin and a 3.0.5+ at your own risk 😉I’m currently reviving the plugin, so keep posted!
Greets,
FrankForum: Plugins
In reply to: [PhotoContest Plugin] polaroidTake a look here:
Kyrillic text for image linkForum: Plugins
In reply to: [PhotoContest Plugin] polaroidOpen wp-photocontest-config.php and edit the TRUE/FLASH manualy:
define(‘WP_USE_FLASH’, ‘true’); (uses the flash theme)
define(‘WP_USE_FLASH’, ‘false’); (uses the html theme)Forum: Plugins
In reply to: [PhotoContest Plugin] unknown upload errorDirect fix!
If I only remembered what I did 🙁
Forum: Plugins
In reply to: [PhotoContest Plugin] Disallowing voting while entries are being collectedI really like you posting solutions! Thanks!
This is a functionality I can add into the next version.
Thanks again,
FrankNice solution!!!!!
Forum: Plugins
In reply to: [PhotoContest Plugin] Captcha is not workingPlease read the readme file and contact me directly!!!
(I really want to fix this!!))
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Versions CompatibilityPlease read the readme file and contact me directly!!!
Forum: Plugins
In reply to: [PhotoContest Plugin] polaroidWhy do you ask? Can I help?
Greets,
Frank - Add the following to index.php: