vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Formatting a userprofile field as an URL (https://vborg.vbsupport.ru/showthread.php?t=91780)

m0nde 07-07-2005 08:58 AM

Formatting a userprofile field as an URL
 
I have created a user profile field that is a number.
This is 6 digit number.

I want this number to be added to a standard url in the format:

http://www.dogster.com/pet_page.php?i=######

where that 6 digit number takes the place of the ###### in the url above.

When displayed via the MEMBERINFO template, i'd like it to show up as follows:

m0nde's Dogster Profile
where the $userinfo[username] variable is used to pull the user's name.

I'm not well versed in PHP and would like a bit of help with this.

- Sid

I clumsily tried to write my own code for the above and this is what I've come up with for use in the MEMBERINFO template:

HTML Code:

<tr><td colspan="2">
      <if condition="$userinfo['field9']">
          <span class="smallfont">Take a look at $userinfo[username]'s pet's <a href="http://www.dogster.com/pet_page.php?i=$userinfo[field9]" target="_blank">Dogster Profile</a></span><br />
      <else />
          $userinfo[username] hasn't set their Dogster ID</if>
      <if condition="$userinfo['field8']">
          <span class="smallfont">Take a look at $userinfo[username]'s pet's <a href="http://www.petster.com/cgi/profile.cgi?pet_id=$userinfo[field8]" target="_blank">Petster Profile</a></span>
        <else />
          $userinfo[username] hasn't set their Petster ID
        </if>
</td></tr>

This seems to work, so I'm just fixing up some cosmetic stuff!

- Sid


All times are GMT. The time now is 07:08 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.00901 seconds
  • Memory Usage 1,714KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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