4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: tvcrazyman on March 30, 2012, 04:30:37 PM

Title: How to Remove No Follow Tags from Details Box?
Post by: tvcrazyman 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
Title: Re: How to Remove No Follow Tags from Details Box?
Post by: Rembrandt 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
Title: Re: How to Remove No Follow Tags from Details Box?
Post by: tvcrazyman 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.