Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB Postbit - Add Custom Profile Fields.
#1
Original Guide: http://ziesweb.com/showthread.php?tid=42


Hi there, in this tutorial I am going to be showing you how to add a custom profile field into a users post bit. (The bit with your rep, post count and joined date)

For this guide I will be using the "Software" profile field I added to the Zies Web post bit.

Step 1:
After creating your custom profile field we're going to need to get ID of the field itself, navigate to the custom profile configuration in your AdminCP.

To the right of the name should be the 'ID' column, in this case it's '4'
[Image: di-7Z81.png]

Make a note of that ID.


Step 2

Now we're going to edit the template to include this field into the post bit.

Navigate to:
AdminCP >> Templates & Style >> Templates >> YOUR THEME >> Post Bit Templates >> Postbit_author_user

This is the template we're going to insert the custom field into. For this example I'm going to place the profile field under the joined date and above the reputation count.

Look for the following sections of code in the template:
Code:
{$post['userregdate']}
{$post['replink']}

Between these two we're going to add the code to post the profile field, also for this example I'm going to add the text 'Software :'

Remember to replace 'fid4' with whatever your profile ID was!


This is the completed example.
Code:
{$post['userregdate']}
Software: {$post['fid4']}
{$post['replink']}


This concludes the tutorial, if you're stuck then please post below and I'll be glad to help you out Big Grin Thanks for reading.
Reply


Messages In This Thread
MyBB Postbit - Add Custom Profile Fields. - by Sam - 06-02-2011, 04:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To Install MyBB | MyBB Installation Guide BreShiE 2 1,402 03-10-2012, 06:33 AM
Last Post: BreShiE
  [TuT] [MyBB] How To Make A Custom Rule Page Hei 5 7,231 09-13-2011, 08:15 AM
Last Post: JesusOfSuburbia
  [How To] [MyBB] Username with Profile Link auto Hei 1 2,098 08-26-2011, 10:39 AM
Last Post: AceInfinity
  MyBB question @OMNI or any other mybb Guru's 0xE9 13 29,464 07-28-2011, 01:29 PM
Last Post: Pompano
  Add Icon to Forum Mybb [tut] BannedPoop 15 7,465 07-13-2011, 04:47 PM
Last Post: Don Corleone

Forum Jump:


Users browsing this thread: 3 Guest(s)