You are not logged in.
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
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?
Offline
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
(releases 1.4.0 and 1.4.1), in picture.php, line 722, replace
$content.= ',';
by
$content.= ', ';
(additionnal blank space)
Offline
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
