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!
Max. lenght of categorie names?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi,admin
Hi,
administrator\components\com_phocagallery\views\phocagalleryc\tmpl\form.php
row 32+
administrator\components\com_phocagallery\views\phocagalleryc\tmpl\form.php
row 32+
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 02 Apr 2008, 13:57
For other people:
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!
<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!
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
thank you for this i
thank you for this info, Jan
If you find Phoca extensions useful, please support the project