View Full Version : disabling "homepage" from profile.
IsMaR
09-01-2010, 05:07 AM
Some of you might not know, but, it's a well known spamming technique where, a spammer would create profiles on your website, then get them indexed, and use home page field to gain back links from your website.
So, why isn't there option to disable this? I've disabled signature, everything else, but not home page field.
pcunite
09-10-2010, 12:12 PM
Hmm, I'll have to look into that for my new site.
BirdOPrey5
09-13-2010, 02:24 AM
If you simply added "rel='nofollow'" to the link tags (<a href="..." rel="nofollow">) that *should* prevent the site from gaining any search engine rankings while still allowing your legit users to post links to their homepages.
Also you could block user profiles from being indexed at all using your robots.txt file.
pcunite
09-13-2010, 04:58 PM
Also you could block user profiles from being indexed at all using your robots.txt file.
What is the syntax for that... is it this Disallow: /forums/profile.php
BirdOPrey5
09-13-2010, 07:09 PM
What is the syntax for that... is it this Disallow: /forums/profile.php
Close...
Disallow: /forums/member.php
There really should be an option in Admin CP to disable profile links on a per user basis...
BigJohnny
09-22-2010, 10:48 AM
if your using robots.txt I have a mod that will disallow that file to humans and allows access to bots if your interested.
The reason being, you can disallow that stuff through robots.txt, but if someone were more interested in doing you harm, they could load the robots.txt file in their browser and see where you don't want them to be, and that might really pique their interest more.
Thanks. All sorted now with a custom Mod. :)
bigfish
11-18-2011, 05:17 AM
But why isn't there an option to remove the homepage link completely from the profile? Why not give us the option?
Frosty
11-18-2011, 01:18 PM
Styles & Templates - Your Style - Edit Templates - Member Info Templates - memberinfo_block_contactinfo
Find:
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
Remove, save...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.