
title field...
-
HosHi
- Phoca Member

- Posts: 21
- Joined: 06 Jun 2008, 23:07
- Location: Dessau/Germany
- Contact:
title field...
can I change the field "title" as the change which, if it exists, description of this picture as a title?


- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: title field...
Hi, no there is no such option, this must be customized in the code 
If you find Phoca extensions useful, please support the project
-
HosHi
- Phoca Member

- Posts: 21
- Joined: 06 Jun 2008, 23:07
- Location: Dessau/Germany
- Contact:
Re: title field...
I have it solved in part. How can I get away <p> and </p>? He even gets so
from the DB. Maybe a little tip ...? Thank you in advance.

code from default.php components/com_phocagallery/views/category/tmpl/ in line 102:
from the DB. Maybe a little tip ...? Thank you in advance.

code from default.php components/com_phocagallery/views/category/tmpl/ in line 102:
Code: Select all
// echo ' title="'. $value->description .'"'; (dummy)
// echo ' title="zum Vergrößern anklicken"'; (dummy)
echo ' title="'. $this->category->title.' (Bild '. $value->ordering.') - '.PhocaGalleryText::wordDelete($value->description, $this->tmpl['charlengthimgdesc'], '...').'"';
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: title field...
Hi, if this is a descritpiton, then this needs to be removed in editor (switching to html part)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
HosHi
- Phoca Member

- Posts: 21
- Joined: 06 Jun 2008, 23:07
- Location: Dessau/Germany
- Contact:
Re: title field...
I have it. Thanks for the idea of offense.

original line 102:
new line 102:

original line 102:
Code: Select all
echo ' title="'. $value->title.'"';Code: Select all
echo ' title="Galerie: '. $this->category->title.' Bild: '. $value->ordering.' Beschreibung: '.PhocaGalleryText::wordDelete($value->description, $this->tmpl['charlengthimgdesc'], '...').'"';- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: