roadfox
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced post slider] li in excerptmarking as solved
Forum: Plugins
In reply to: [Advanced post slider] li in excerptmany thanks, that solved my issue
regards andi
Forum: Plugins
In reply to: [Invoice King Pro] german umlauts not working on columns text fieldsHi Ash
yes i saw that thread, but in the end i did not change to tFPDF, all i did was adding an iconv statement in row 138 to the current shipped default template, now at least german and french special chars are working everywhereForum: Plugins
In reply to: [Invoice King Pro] german umlauts not working on columns text fieldsok, easy fix was to change line 138 to include an iconv
138: $pdf->MultiCell($col_width,5,iconv(‘UTF-8’, ‘windows-1252’, $row[$columns[$c]]),0,$align);
Forum: Plugins
In reply to: [Invoice King Pro] german umlauts not working on columns text fieldsok i’ll see if i can get tFPDF to work (http://www.fpdf.org/en/script/script92.php) if i understand right all those iconv calls should become obsolete and umlauts should work. will report back
Forum: Plugins
In reply to: [Invoice King Pro] client address on invoicethanks allo for the fast response!
i decided todo the changes myself, was not that difficult and as we write adresses and other things different in europe i could change all i need.
i’m gonne spend some money on the recuring invoice plugin instead 😉