nofollow for keywords on displayimages nofollow for keywords on displayimages
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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