Show different keywords Show different keywords
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Show different keywords

Started by johnfelipe, June 13, 2013, 08:22:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

johnfelipe

Hi

http://jhonfelipeurregomejia.com/nuevasplantillas2013/search.php

Please tell me how reduce or show different keywords, view attach

johnfelipe

Hello again, please tell me if possible reduce all tag

Tnks

johnfelipe

Hi again, someone?

I need reduce all tag

Tnks

phill104

Can you explain in a little more detail exactly why and what you are trying to accomplish?
It is a mistake to think you can solve any major problems just with potatoes.

johnfelipe

i want to change or bail keyword list, view attach


Jeff Bailey

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&amp;keywords=on&amp;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&amp;keywords=on&amp;search=' . urlencode($keyword) . '">' . $keyword . '</a>';
        }
        $info[$lang_common['keywords']] = '<span class="alblink">' . implode(' / ', $keyword_links) . '</span>';
    }*/


Untested.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

johnfelipe

Hi tnks for you reply, but is dont work, still appear a lot keywords.

Help please

Tnks again

ΑndrĂ©

I assume you're looking for the config option Enable clickable keywords in search. Next time, please add such important details to your initial post.