Clickable Keywords to gallery main page Clickable Keywords to gallery main page
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Clickable Keywords to gallery main page

Started by another_angel, December 27, 2012, 09:50:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

another_angel

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

Αndré


another_angel

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.

Αndré

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');

another_angel

Worked like a charm!   ;)  You are my hero.  Thanks so much.  I learned a valuable tool today.