Simple PHP code added to MyBB

Discussion in 'PHP' started by ZCore13, Nov 21, 2009.

  1. #1
    Hi,

    I need a few lines of code added to my MyBB forum. I've added a custom field to the user profile that is a currency text box. It allows the Admin (me) to enter in an amount and have it show in a users profile.

    What I want is for this amount to also show when a user posts. It would show in the same area as the number of posts the user has, his/her location, rep, etc.

    I had someone do this for me on with another forum program and it took them about 5 minutes. Can someone do this for me and what will you charge?

    Thanks!
     
    ZCore13, Nov 21, 2009 IP
  2. ghazal

    ghazal Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    No need to spend money for such an easy task.

    Go to AdminCP > Cnfigurations > Custom Profile Fields > Add new profile field > Enter what you want but please remember the "Profile ID number" > SAVE.

    Now Go to AdminCP > Themes and Styles > Templates > *YOUR THEME'S TEMPLATE SET* > Post Bit Templates > postbit_author_user > Edit > and at the end, add the following code.

    <br/>Your Profile Name: {$post['fidX']}
    Code (markup):
    Replace 'X' with your profile ID number.

    Best Regards
     
    ghazal, Nov 23, 2009 IP
    ZCore13 likes this.
  3. ZCore13

    ZCore13 Active Member

    Messages:
    202
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Wow. I'll give that a try. I even posted this question on the MyBB forum and nobody told me this. You're awesome! I'll check back here and let you know if it worked.

    Thanks!
     
    ZCore13, Nov 24, 2009 IP
  4. ghazal

    ghazal Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    No problem :)
     
    ghazal, Nov 24, 2009 IP
  5. ZCore13

    ZCore13 Active Member

    Messages:
    202
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Ghazal,

    This worked like a charm. I gave you some REP a few days ago when you posted it. You deserve more. Thanks a lot!
     
    ZCore13, Nov 27, 2009 IP
  6. ghazal

    ghazal Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #6
    Sorry for the late reply. and Thanks for the Rep :)
     
    ghazal, Sep 20, 2010 IP