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

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

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.