Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:

    Default vBulletin Profile fields on posts?

    I know you have the edit some php code to get the profile fields on posts like i have my habbo's name, awards etc

    But is there a tutorial out there? i cannot find one

  2. #2
    Join Date
    Jan 2008
    Location
    Wales
    Posts
    3,594
    Tokens
    1,387
    Habbo
    Skizzling

    Latest Awards:

    Default

    Insert this where you want to place it:
    Code:
    <if condition="$post['fieldX']">
    $post[fieldX]
    </if>
    Replace X with your field number.

  3. #3
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:

    Default

    ok but i have no idea which file i want to put that in :S

  4. #4
    Join Date
    Dec 2008
    Location
    South Wales
    Posts
    8,911
    Tokens
    7,620
    Habbo
    J25T

    Latest Awards:

    Default

    This thread should explain it all: https://www.vbulletin.com/forum/show...To-The-Postbit

  5. #5
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:

    Default

    thanks jord

  6. #6
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:

    Default

    Can't edit:
    For some reason i get to 1 step in the tutorial but then i can't do any more because i can't find postbit?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •