Advanced search  

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

Pages: [1]   Go Down

Author Topic: how to add rel follow for external bblink  (Read 3312 times)

0 Members and 1 Guest are viewing this topic.

enriquei

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
how to add rel follow for external bblink
« 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
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: how to add rel follow for external bblink
« Reply #1 on: July 09, 2012, 09:23:48 am »

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
Code: [Select]
$ext_rel = 'rel="external nofollow" class="external"';and replace with
Code: [Select]
$ext_rel = 'rel="external" class="external"';

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.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.