Page 1 of 1

Limit in Category-Title

Posted: 05 Jul 2008, 18:24
by cyco
Hi,

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

greetz
cyco

Re: Limit in Category-Title

Posted: 05 Jul 2008, 18:37
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

Re: Limit in Category-Title

Posted: 06 Jul 2008, 23:01
by Jan
:wink: no reasons, I will fix it, Jan