Max. lenght of categorie names?

Phoca Gallery - image gallery extension
kevins
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 02 Apr 2008, 13:57

Hi Jan,S

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

Hi,admin

Post by Jan »

Hi,

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

row 32+
If you find Phoca extensions useful, please support the project
kevins
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 02 Apr 2008, 13:57

For other people:

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

thank you for this i

Post by Jan »

thank you for this info, Jan
If you find Phoca extensions useful, please support the project
Post Reply