vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   disabling "homepage" from profile. (https://vborg.vbsupport.ru/showthread.php?t=249710)

IsMaR 09-01-2010 05:07 AM

disabling "homepage" from profile.
 
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

Quote:

Originally Posted by BirdOPrey5 (Post 2097390)
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

Quote:

Originally Posted by pcunite (Post 2097661)
What is the syntax for that... is it this Disallow: /forums/profile.php

Close...

Disallow: /forums/member.php

ETDC 09-20-2010 05:25 PM

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.

ETDC 09-22-2010 11:03 AM

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:
PHP Code:

<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...


All times are GMT. The time now is 11:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01163 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete