Limit in Category-Title

Phoca Gallery - image gallery extension
cyco
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 05 Jul 2008, 18:02
Contact:

Limit in Category-Title

Post by cyco »

Hi,

is there a reason for the limit of 50 chars in category-titles?

greetz
cyco
cyco
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 05 Jul 2008, 18:02
Contact:

Re: Limit in Category-Title

Post by cyco »

In DB are 255 chars and in:

com_phocagallery_v1.8.8_beta\views\phocagalleryc\tmpl\form.php

in Line 38:

Code: Select all

<input class="text_area" type="text" name="title" id="title" value="<?php echo $this->phocagallery->title; ?>" size="50" maxlength="50" title="<?php echo JText::_( 'A long name to be displayed in headings' ); ?>" />
It would be great, if you set maxlength to 255

thx

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

Re: Limit in Category-Title

Post by Jan »

:wink: no reasons, I will fix it, Jan
If you find Phoca extensions useful, please support the project
Post Reply