View Issue Details

IDProjectCategoryView StatusLast Update
0009953mantisbtprintingpublic2011-01-14 13:48
Reporterkk3003 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009953: How Do I include images in "Print Reports"....
Description

hi,

first) i would to include the attached images into the report prints (html ok, no need in doc or xls)?

second) how do i include the attachments/images time-correct in the notes-list, so that the attachments are displayed in the right time constellation?

thanks in advance
kk3003

TagsNo tags attached.

Activities

chiquiarce

chiquiarce

2011-01-14 13:48

reporter   ~0027942

Maybe the problem you have to show the pictures is due to the maximum file size Mantis will show.
In config_defaults_inc.php there is the option $g_max_file_size that defines the maximum file size Mantis will show.
Put into it a higher value (I'm using 10000000) and the pictures will be shown.
Let me know if it worked.