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!
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
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!
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!