Page 1 of 1

Hi Jan,S

Posted: 07 Apr 2008, 13:36
by kevins
Hi Jan,

Sorry for posting questions but I would like to use the module one my live site.

When I add categories via de admin panel then I can't give these catagories the names I would like. As far I can see there's a max. of 50 characters?

Where can I change this?

Thank you!

Hi,admin

Posted: 07 Apr 2008, 14:42
by Jan
Hi,

administrator\components\com_phocagallery\views\phocagalleryc\tmpl\form.php

row 32+

For other people:

Posted: 10 Apr 2008, 15:02
by kevins
For other people:

<input class="text_area" type="text" name="title" id="title" value="<?php echo $
this->phocagallery->title; ?>" size="50" maxlength="50" title="<?php echo JTe
x
t::_( 'A long name to be displayed in headings' ); ?>" />


Where you need to change: maxlength="50" to for example: maxlength="100".

Thank you!

thank you for this i

Posted: 10 Apr 2008, 16:29
by Jan
thank you for this info, Jan