Legacy Need Full Description for Threads

Status
Not open for further replies.

Mv.c9

Customer
HI DragonByte (David)

I was wondering. Since well, my forums is based on interaction and suggestion, i would lovers to see completly what the download is before downloading it. is that possible (to have a %fulldesc% call as well)?
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
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;
 
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;

ok, thanx, ill do it ass soon as the Uploading Error Issue is fixed.
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top