Is there a quick way to display the "clickable keyword search" on the front page of my gallery? I would like to display it above the random and new additions displays at the bottom of the main gallery page.
When I searched for this topic, someone noted there was a plugin to do this, but I could not find one for version 1.5.x. I am comfortable with light coding.
My gallery - http://www.teamskarsgard.com/gallery
Are you looking for this plugin (http://forum.coppermine-gallery.net/index.php/topic,63693.0.html)?
Unfortunately, this plugin does not work correctly or it would be great. In this plugin, the keywords show up grouped together with semi-colons in between, which defeats the purpose of the cloud. If someone could offer a solution to this problem (I checked the entire thread about this plugin. Multiple people said they were having this issue, but no solutions were given), then I would just use it instead.
However, what I really wanted/intended to do is just move (or copy) the keyword cloud from the search page onto my gallery main page.
Copy the following code to your anycontent.php file and add it to the content of the main page in the settings:
include('include/keyword.inc.php');
Worked like a charm! ;) You are my hero. Thanks so much. I learned a valuable tool today.