$shortdesc = strlen($this->groupdesc) > 200 ? substr($this->groupdesc, 0, 200) : $this->groupdesc;
$shortdesc = $this->groupdesc;
I'll set this to under consideration for now. In the mean time, you can open up /dbtech/downloads_pro/modules/uploadModule.php and make the following change:
FIND:
Code:$shortdesc = strlen($this->groupdesc) > 200 ? substr($this->groupdesc, 0, 200) : $this->groupdesc;
REPLACE WITH:
Code:$shortdesc = $this->groupdesc;
We use essential cookies to make this site work, and optional cookies to enhance your experience.