Advanced search  

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]

Pages: [1]   Go Down

Author Topic: how to add rel follow for external bblink  (Read 3119 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.018 seconds with 19 queries.