Author Topic: How to Remove No Follow Tags from Details Box?  (Read 3893 times)

0 Members and 1 Guest are viewing this topic.

Offline tvcrazyman

  • Pre-Newbie
  • Posts: 8
    • View Profile
How to Remove No Follow Tags from Details Box?
« on: March 30, 2012, 04:30:37 PM »
How can I remove the no follow tags in the details description box? I use the description box to link to other sections in my site relevant to the image, and now I just found out all the links have a no follow tag automatically generated for them.

I am using 4images 1.7.7

I see it doesn't happen where I used straight up html, but where I used the message board format for links is where the no follow tags are generated.

Thanks

Rembrandt

  • Guest
Re: How to Remove No Follow Tags from Details Box?
« Reply #1 on: March 30, 2012, 06:31:32 PM »
Hi!

you can use the nofollow tag remove, search and remove 6x in includes/functions.php:
Code: [Select]
rel=\"nofollow\"
mfg Andi

Offline tvcrazyman

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: How to Remove No Follow Tags from Details Box?
« Reply #2 on: April 01, 2012, 09:37:32 PM »
Thank you very much. That did the trick. You saved me a lot of time trying to figure it out.