News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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