Hello folks,
Is it possible to remove the list of keywords from the search/index.php page? How can I do this?
Thank you.
Cheers
Carl
Hey folks,
OK, I've found it thanks. I just deleted the section:
if ($CONFIG['clickable_keyword_search'] != 0) {
include('include/keyword.inc.php');
}
Is that OK?
Thanks.
Cheers
Carl
If it works, that's fine. If you have issues you can undo the change.
Actually, you can set the Config to disable clickable keywords. So undo your changes and use Config to accomplish the same end. That way, updates are less of a hassle with fewer code modifications.
Hey TranzNDance,
Thank you.
The reason I didn't undo the 'clickable keywords' part is because I like having the keywords displayed on the actual image pages - but just don't like the entire list of keywords showing up on the search.php page.
I guess I'll be asking for help again when the updates come out. ;)
Thanks again.
Cheers
Carl
using the option in coppermine's config should only affect the clickable keywords on the search page afaik. Please test and feedback.
Tested on my 1.4.2 install, it only affected the search page.
Hello folks,
Yes, you're right, thanks. I put the other piece of code back in my search.php file, and disabled clickable keywords in Config -- works just as you said it would. Thank you.
Cheers
Carl