vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   automatic link from profile field (https://vborg.vbsupport.ru/showthread.php?t=98018)

dsotmoon 10-10-2005 02:27 AM

automatic link from profile field
 
is there a way if i create a profile field for a web address that it could be made to show up in post bit as a link with predefined text

ie:

profile field: http://whateverwebadress.com/whatever/123.html

=

Link to url

in post bit?

Lea Verou 10-10-2005 02:41 AM

Quote:

Originally Posted by dsotmoon
is there a way if i create a profile field for a web address that it could be made to show up in post bit as a link with predefined text

ie:

profile field: http://whateverwebadress.com/whatever/123.html

=

Link to url

in post bit?

Of course, that's an easy oneif I understood you well.
Explain better what you want to do so I can tell you how to do that. :)
(if I can of course)

dsotmoon 10-10-2005 01:37 PM

i want to create a custom profile field, lets call it "Car Page" , where a member enters an external link to their car page, example:

Custom profile field in vB
Car Page: http://whateverwebadress.com/whatever/123.html

so when the members save their profile the link to their "Car Page" will show up in the postbit under their avatar as a Link that Says "My Car Page", instead of showing the whole web address

dsotmoon 10-12-2005 05:26 PM

anyone?

Andreas 10-12-2005 05:29 PM

HTML Code:

<a href="$post[fieldx]">My Car Page</a>

dsotmoon 10-12-2005 08:51 PM

like this ?

Code:

<if condition="$post['field1']"><div><a href="$post[field1]">My Car Page</a></div></if>

MajorFm.com 10-15-2005 11:17 AM

I need this aswell, how exactly do you do it?


All times are GMT. The time now is 06:10 AM.

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.01140 seconds
  • Memory Usage 1,721KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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