Hi
http://jhonfelipeurregomejia.com/nuevasplantillas2013/search.php
Please tell me how reduce or show different keywords, view attach
Hello again, please tell me if possible reduce all tag
Tnks
Hi again, someone?
I need reduce all tag
Tnks
Can you explain in a little more detail exactly why and what you are trying to accomplish?
i want to change or bail keyword list, view attach
Try this:
In displayimage.php Find:
if ($CURRENT_PIC_DATA['keywords'] != '') {
$keyword_links = array();
foreach (explode($CONFIG['keyword_separator'], html_entity_decode($CURRENT_PIC_DATA['keywords'])) as $keyword) {
$keyword_links[] = '<a href="thumbnails.php?album=search&keywords=on&search=' . urlencode($keyword) . '">' . $keyword . '</a>';
}
$info[$lang_common['keywords']] = '<span class="alblink">' . implode(' / ', $keyword_links) . '</span>';
}
Replace with
/* if ($CURRENT_PIC_DATA['keywords'] != '') {
$keyword_links = array();
foreach (explode($CONFIG['keyword_separator'], html_entity_decode($CURRENT_PIC_DATA['keywords'])) as $keyword) {
$keyword_links[] = '<a href="thumbnails.php?album=search&keywords=on&search=' . urlencode($keyword) . '">' . $keyword . '</a>';
}
$info[$lang_common['keywords']] = '<span class="alblink">' . implode(' / ', $keyword_links) . '</span>';
}*/
Untested.
Hi tnks for you reply, but is dont work, still appear a lot keywords.
Help please
Tnks again
I assume you're looking for the config option Enable clickable keywords in search (http://documentation.coppermine-gallery.net/en/configuration.htm#admin_general_keywords_start). Next time, please add such important details to your initial post.