Piwigo.org

You are not logged in.

#1 2005-06-30 23:52:53

cybertrepanator
Member
Registered: 2005-06-10
Posts: 3

How to display keywords in several lines

Hi!
I need to add several keywords per image. The thing is when I add more than 6 o 7 keywords, they don't display the active link, or goes "behind" the "next" thumbnail.
I've midified the code in picture.tpl in this way

line 100           <table class="tablecompact" widht="400">
line 109                         <td widht="250">{metadata.line.VALUE}</td>

and correct part of the problem, but the actives links in keywords remains 6 o 7 words, no more.

Thanks

Offline

#2 2005-07-05 22:54:31

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 8790
Website

Re: How to display keywords in several lines

There are two different informations displayed :

1. the keywords associated to the picture, displayed after the filesize. Each keyword must be linked to a search page with this keyword

2. the keywords in the metadata (IPTC I suppose) informations. Those keywords are not linked to a search page.

I don't understand your problem :-/ Can you give me an URL?


Piwigo.com beta was launched on June 30th 2009. Learn more

Offline

#3 2005-07-06 15:18:38

cybertrepanator
Member
Registered: 2005-06-10
Posts: 3

Re: How to display keywords in several lines

zOrglub:
Thanks for your response!
Well, in the topic, I' reffer to keywords associated to the picture.
I'm working in a local server, without Internet connection. But I've put a jpg screenshot in http://www.circulolatino.com.ar/webgallery/keywords.jpg so you can see what I need to do.

Thanks a lot!!!

Offline

#4 2005-07-09 12:36:24

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 8790
Website

Re: How to display keywords in several lines

(releases 1.4.0 and 1.4.1), in picture.php, line 722, replace

Code:

$content.= ',';

by

Code:

$content.= ', ';

(additionnal blank space)


Piwigo.com beta was launched on June 30th 2009. Learn more

Offline

#5 2005-07-12 20:31:20

cybertrepanator
Member
Registered: 2005-06-10
Posts: 3

Re: How to display keywords in several lines

Mmmm, yes, I've tried that. And didn't work. You can see the result in the picture.
Also, I've edited the following lines in file picture.tpl (added max values to the table)

line 98              <table class="tablecompact" widht="400">
line 107                   <td widht="250">{metadata.line.VALUE}</td>

Other idea?

Thanks a lot!!!

Miguel

Offline

Board footer

Powered by FluxBB