nofollow for keywords on displayimages nofollow for keywords on displayimages
 

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

nofollow for keywords on displayimages

Started by McKenzie, September 04, 2008, 12:54:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

McKenzie

I have some problems with double content, so I must also enter a ' rel="nofollow" ' to the keywordsurl on displayimages but I don't found the file. In which file/line must I enter  a ' rel="nofollow" '?

Joachim Müller

Edit displayimage.php, find$info[$lang_picinfo['Keywords']] = '<span class="alblink">' . preg_replace("/(\S+)/", "<a href=\"thumbnails.php?album=search&amp;search=\\1\">\\1</a>" , $CURRENT_PIC_DATA['keywords']) . '</span>';and edit as you see fit.

McKenzie