Page 1 of 1

Max Character in Discription

Posted: 28 Oct 2014, 12:14
by abc8523
Hello all,

I want to set up the max character limit in the discription field. Is it possible to change that limit to 3000 char?

Re: Max Character in Discription

Posted: 30 Oct 2014, 19:40
by Jan
Hi, which description you exactly mean?

Jan

Re: Max Character in Discription

Posted: 02 Nov 2014, 18:47
by abc8523
I mein the Description fiel in the Front end.

Image

Re: Max Character in Discription

Posted: 04 Nov 2014, 00:34
by Jan
Hi, then you need to customize it directly in file:

components/com_phocadownload\views\user\view.html.php

FROM:

Code: Select all

$this->t['maxuploadchar']			= $this->t['p']->get( 'max_upload_char', 1000 );
TO:

Code: Select all

$this->t['maxuploadchar']			= $this->t['p']->get( 'max_upload_char', 3000 );
Jan

Re: Max Character in Discription

Posted: 05 Nov 2014, 15:49
by abc8523
Thanks for your answer it worked. But when Im Using the Smart search I only get the First 1000 Char. Is it possible that the Smart search finds the whole Description?


Thanks for your help!

Re: Max Character in Discription

Posted: 07 Nov 2014, 00:42
by Jan
Hi, what you mean with smart search, if it somehow should find the description, it should get all the description, but maybe there is some limit on the smart search outcome which cuts the description because of the style of the list :idea:

Jan