coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: enriquei on July 07, 2012, 05:12:38 PM

Title: how to add rel follow for external bblink
Post by: enriquei on July 07, 2012, 05:12:38 PM
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
Title: Re: how to add rel follow for external bblink
Post by: ΑndrĂ© on July 09, 2012, 09:23:48 AM
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.