Import field for portal widget 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

    Import field for portal widget

    Troubleshoot
    Troubleshoot
    New Member


    Male Posts : 10
    Reputation : 1
    Language : BR~ING

    Import field for portal widget Empty Import field for portal widget

    Post by Troubleshoot December 19th 2017, 12:41 am

    Technical Details


    Forum version : #ModernBB
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Other
    Who the problem concerns : All members
    When the problem appeared : ?
    Forum link : ( link is hidden, you must reply to see )

    Description of problem

    Hello Good evening,

    Before reporting what I need for my forum, I want to let you know that I'm using Google Translate.

    I'm coming here at HELP Forumotion to see if anyone can help me. Because the Brazilian help forum is currently without participatory members that help with "complex" codes.

    I would like to know if it is possible to copy a profile field (/ u + id) and add it to a widget on the portal. I need the "dots" and "rank" field to appear in a / portal widget

    The widget would look like this:

    - Username (nickname)
    - Avatar
    - Rank (group)
    - Points (total points)

    Is this possible?

    Thank you very much for the help!
    Troubleshoot
    Troubleshoot
    New Member


    Male Posts : 10
    Reputation : 1
    Language : BR~ING

    Import field for portal widget Empty Re: Import field for portal widget

    Post by Troubleshoot December 20th 2017, 11:31 am

    1UP =D
    SSYT
    SSYT
    Forumember


    Male Posts : 77
    Reputation : 15
    Language : RO-10, EN-3, FR-1
    Location : Romania

    Import field for portal widget Empty Re: Import field for portal widget

    Post by SSYT December 24th 2017, 2:39 pm

    I use _userdata codes?
    Code:
    var name = _userdata.username;
    var avatar = _userdata.avatar;
    var rank = _lang.rank_title;
    var posts = _userdata.user_posts;