procyan
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-mpdf] URL parameter not passed to pdf outputThank you, you were correct again. Plugin works perfectly and the certificate looks great, thank you!
Forum: Plugins
In reply to: [wp-mpdf] URL parameter not passed to pdf outputThank you for that help – now the variables are being passed into the page rendered by the customized template.
But, although the page looks correct on the screen, there is no pdf file being generated, and this error is appearing:
mPDF error: Some data has already been output to browser, can’t send PDF file.Do you any ideas about this?
thank you.
Forum: Plugins
In reply to: [osTicket WP Bridge] Stuck in Offline Modethe OST-setting tab is correctly displaying: *System Settings For osTicket » v1.8.1
Forum: Plugins
In reply to: [osTicket WP Bridge] Stuck in Offline ModeI am having the same problem.
WordPress 3.8.1
OSTicket 1.8.1
osTicket-WPbridge 1.9.2OST-settings tab reverts to blank form fields after the save is complete, and OSTicket remains in offline-mode. No other issues noted.
Forum: Plugins
In reply to: [wp-mpdf] URL parameter not passed to pdf outputyes:
if(isset($wp_query->query_vars[‘sn’])) {
$serial_number = urldecode($wp_query->query_vars[‘sn’]);Forum: Plugins
In reply to: [wp-mpdf] URL parameter not passed to pdf outputI’m using the ‘myvariable’ parameter in an SQL query to provide the rest of the data on the page. Specifically, the variable is a serial number, and the rest of the page is a registration certificate that includes the owner’s name and address.