vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   [VB3 BUG] User's Homepage link Prepended with www.vbulletin.org (https://vborg.vbsupport.ru/showthread.php?t=68279)

kall 08-13-2004 01:29 AM

[VB3 BUG] User's Homepage link Prepended with www.vbulletin.org
 
Title says it all really..

I'm using Smooth Blue, and the dropdowns in postbit to get a user's homepage come up with a URL that is prepended with www.vbulletin.org.

kall 08-13-2004 01:31 AM

Quote:

Originally Posted by kall
Title says it all really..

I'm using Smooth Blue, and the dropdowns in postbit to get a user's homepage come up with a URL that is prepended with www.vbulletin.org.

Oh god... never mind.

Trust me to randomly pick 2 people who have buggered up their homepage entries.

Natch 08-13-2004 07:08 AM

if they enter www.yaddayadda.com, instead of http://www.yaddayadda.com it will do this ...

Dean C 08-13-2004 08:35 AM

Yep default vB behaviour. It really gets on my nerves how they've never fixed this ;)

j_86 08-13-2004 10:58 AM

Easily fixed :)

Wait till I get home where I have my Vb files ;)

Tigga 08-13-2004 06:22 PM

PHP Code:

    if (substr(trim($post['homepage']), 07) != 'http://')
    {
        
$post['homepage'] = 'http://' $post['homepage'];
    } 

:)

kall 08-13-2004 09:11 PM

Quote:

Originally Posted by Dean C
Yep default vB behaviour. It really gets on my nerves how they've never fixed this ;)

Dang, so 'Closed - Working as Designed' would be the answer? :)

Dean C 08-13-2004 09:48 PM

I don't know, you'd have to ask them :)

kall 08-13-2004 10:27 PM

Quote:

Originally Posted by Dean C
I don't know, you'd have to ask them :)

*Imagibes trecking to top of distant mountain range with Homer Simpson, intending to ask why this hasn't been fixed yet*

Kier (as old guru-man in robes on throne): "Welcome to vb.com, you may ask 3 questions."
Me: ...
Homer: Are you really Kier?
Kier: Yes.
Homer: Really?
Kier: Yes.
Homer: Really??
Kier: Yes. Thank you, come again.

:)


All times are GMT. The time now is 10:28 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.01271 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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