CoreBOSBB
GenDoc no PDF export options - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Modules/Extension Support (https://discussions.corebos.org/forumdisplay.php?fid=9)
+--- Thread: GenDoc no PDF export options (/showthread.php?tid=1404)



GenDoc no PDF export options - addady2 - 02-11-2019

I using GenDoc on production Corebos  and able to create PDF using remote server as define in GenDoc Server Settings.

Now I want to try to usr local conversion (unoconv). So I install 2nd Corbose instance + GenDoc for testing.

But on this 2nd Corebos there are no Export/Email/Save PDF options in the item page. Only Export/Email/Save Document option.

Its not appear when:

1) Filling the remote GenDoc server setting.
2) I try to modify (as Joe advise me) modules/evvtgendoc/OpenDocument.php

PHP Code:
-  $gendoc_active coreBOS_Settings::getSetting('cbgendoc_active',0);
+  
$gendoc_active 0

How to fix it?


RE: GenDoc no PDF export options - joebordes - 02-11-2019

doesn't that change work? I mean, set the GenDoc server as ACTIVE in settings and add that change


RE: GenDoc no PDF export options - addady2 - 02-11-2019

(02-11-2019, 03:45 PM)joebordes Wrote: doesn't that change work?  I mean, set the GenDoc server as ACTIVE in settings and add that change

It not work, but more then that, on this corebos installation filling the remote GenDoc server setting, also don't work.


RE: GenDoc no PDF export options - joebordes - 02-11-2019

What does "Not work" mean extactly?


RE: GenDoc no PDF export options - addady2 - 02-11-2019

no Export/Email/Save PDF options in the item page


RE: GenDoc no PDF export options - joebordes - 02-11-2019

Go to the database, in the cb_settings table and add a row like this:

key: cbgendoc_showpdflinks
value: 1


RE: GenDoc no PDF export options - addady2 - 02-12-2019

Export/Email/Save PDF options apper now.

Thank you