Show different keywords Show different keywords
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.