You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="even"><strong>2) PDF in XOOPS 2.5.8 </strong><br><br>
18
+
If you want to use the PDF feature in Publisher, you will need to copy the TCPDF library to your XOOPS folder:<br><br>
17
19
18
-
<h4class="odd">OPERATING INSTRUCTIONS</h4>
20
+
/class/libraries/vendor/<br><br>
21
+
22
+
a) create the folders there:<br><br>
23
+
24
+
/tecnickcom/tcpdf/<br><br>
25
+
26
+
so it looks like:<br><br>
27
+
28
+
/class/libraries/vendor/tecnickcom/tcpdf/<br><br>
29
+
30
+
b) download the TCPDF library and place the content in the above folder. You have three choices:<br><br>
31
+
32
+
i) download the streamlined XOOPS version from <atarget="_blank" href="http://sourceforge.net/projects/chgxoops/files/Frameworks/tcpdf_for_xoops/">SourceForge</a>,
33
+
which was developed by Cedric<br><br>
34
+
35
+
ii) download the latest full release from <atarget="_blank" href="https://github.com/tecnickcom/TCPDF/releases">TCPDF on GitHub</a><br><br>
36
+
37
+
iii) If you feel comfortable with <atarget="_blank" href="https://www.gitbook.com/book/xoops/xoops-operations-guide/details">Composer</a>,
38
+
add this line to your "composer.js" file located in /class/libraries/:<br><br>
19
39
40
+
<strong>"tecnickcom/tcpdf":"6.*"</strong><br><br>
41
+
42
+
and then run the command:<br><br>
43
+
44
+
<strong>composer update</strong><br><br>
45
+
46
+
Your PDF should now work.
47
+
</p>
48
+
49
+
<h4class="odd">OPERATING INSTRUCTIONS</h4>
50
+
<pclass="even">
20
51
This module and its operations are very simple.<br><br>
21
52
Detailed instructions on configuring the access rights for user groups are available in the
22
53
<atarget="_blank" href="https://www.gitbook.com/book/xoops/xoops-operations-guide/details">XOOPS Operations Manual</a>, and more detailed information about Publisher itself is in the Publisher
0 commit comments