Max Character in Discription

Phoca Download - download manager
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

Max Character in Discription

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Max Character in Discription

Post by Jan »

Hi, which description you exactly mean?

Jan
If you find Phoca extensions useful, please support the project
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

Re: Max Character in Discription

Post by abc8523 »

I mein the Description fiel in the Front end.

Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Max Character in Discription

Post 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
If you find Phoca extensions useful, please support the project
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

Re: Max Character in Discription

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Max Character in Discription

Post 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
If you find Phoca extensions useful, please support the project
Post Reply