nofollow for keywords on displayimages nofollow for keywords on displayimages
 

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

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