how to add rel follow for external bblink how to add rel follow for external bblink
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

how to add rel follow for external bblink

Started by enriquei, July 07, 2012, 05:12:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

enriquei

Hi There
how can i add rel=follow to external links i add under any images?

such as this: http://photos.myhotels.ws/displayimage-430.html

i add links and its nofollow

and how can i fix the search ketwords? its 404 not found such as this:
http://photos.myhotels.ws/thumbnails-search.html&keywords=on&search=%D9%81%D9%86%D8%AF%D9%82,%D8%A7%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D8%B3,%D8%AF%D8%A8%D9%8A

waiting your help
thanx

ΑndrĂ©

Quote from: enriquei on July 07, 2012, 05:12:38 PM
how can i add rel=follow to external links i add under any images?

such as this: http://photos.myhotels.ws/displayimage-430.html

i add links and its nofollow

Open include/functions.inc.php, find
$ext_rel = 'rel="external nofollow" class="external"';
and replace with
$ext_rel = 'rel="external" class="external"';


Quote from: enriquei on July 07, 2012, 05:12:38 PM
and how can i fix the search ketwords? its 404 not found such as this:
http://photos.myhotels.ws/thumbnails-search.html&keywords=on&search=%D9%81%D9%86%D8%AF%D9%82,%D8%A7%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D8%B3,%D8%AF%D8%A8%D9%8A
Next time, please respect our board rules (i.e. just one question per thread). However, try to disable the sef_url plugin (don't forget to edit / delete the corresponding .htaccess file). If it still doesn't work, start a new thread for that issue.