Select a custom profile field Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Select a custom profile field

    avatar
    RageNrOx
    New Member


    Posts : 3
    Reputation : 0
    Language : Français, English

    Select a custom profile field Empty Select a custom profile field

    Post by RageNrOx August 10th 2011, 2:15 pm

    Hello,

    I would like to select the value of a custom field.
    A you can see here : http://aom-gr.forumotion.com/t2-before-asking-your-question#2
    I've added the field ID in the profile and I would like to use that value for building a link

    e.g. : my ID is 376121 and I want to build the link : http://mywebsite.com/376121

    But the problem is for selecting that ID value. I've tryed this tutorial without success : http://wiki.phpbb.com/Tutorial.Custom_profile_fields

    They talk about a default script
    Code:
       <!-- BEGIN custom_fields -->
          <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
       <!-- END custom_fields -->

    while we have in the viewforum_body
    Code:
                <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->

    And when I try to select a special field with IF function, all fields are displayed...

    All ideas are welcome
    Thanks
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Select a custom profile field Empty Re: Select a custom profile field

    Post by MrMario August 10th 2011, 9:19 pm

    This isn't us http://wiki.phpbb.com/Tutorial.Custom_profile_fields

    None of this stuff will work here.
    avatar
    RageNrOx
    New Member


    Posts : 3
    Reputation : 0
    Language : Français, English

    Select a custom profile field Empty Re: Select a custom profile field

    Post by RageNrOx August 10th 2011, 11:46 pm

    I've seen you've tweaked phpbb scripts and that's why I'm looking for an alternative solution for forumotion forums.

    Any idea?
    avatar
    RageNrOx
    New Member


    Posts : 3
    Reputation : 0
    Language : Français, English

    Select a custom profile field Empty Re: Select a custom profile field

    Post by RageNrOx August 19th 2011, 10:10 pm

    up