Current time: 02-09-2012, 08:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
New fields like in phpbb
02-06-2010, 02:26 PM
Post: #1
New fields like in phpbb
How can i add some fields in the USER profile like in phpbb3?
I want the user to be asked..Exemple:

Status: Blabla
Experience: Blabla..


All this should appear in the user profile when he post a thread/topic/post etc etc



Thanks.
Find all posts by this user
Quote this message in a reply
02-06-2010, 02:29 PM
Post: #2
RE: New fields like in phpbb
acp > configuration > Custom Profile Fields

[Image: 4glvh0.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-06-2010, 05:19 PM
Post: #3
RE: New fields like in phpbb
The filed is not appearing in the posts
Find all posts by this user
Quote this message in a reply
02-06-2010, 05:43 PM
Post: #4
RE: New fields like in phpbb
Use this code in postbit and postbit_classic templates:

Code:
{$post['fidX']}

Change X with the Custom Profile Fields ID.

XThreads App For MyBB: Link Directory, Trading Forum, Contact Us, YouTube Video Gallery, Download System and etc - Full List
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:21 PM
Post: #5
RE: New fields like in phpbb
If the id is 5 it should be:
{$post['fid5']} ?
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:24 PM
Post: #6
RE: New fields like in phpbb
Yep. Example:

Code:
Location: {$post['fid1']}

XThreads App For MyBB: Link Directory, Trading Forum, Contact Us, YouTube Video Gallery, Download System and etc - Full List
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:42 PM
Post: #7
RE: New fields like in phpbb
It doesn`t work
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:51 PM
Post: #8
RE: New fields like in phpbb
Please make sure that you have filled that field in your usercp.

XThreads App For MyBB: Link Directory, Trading Forum, Contact Us, YouTube Video Gallery, Download System and etc - Full List
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:54 PM
Post: #9
RE: New fields like in phpbb
Maybe i didn`t put it in the good place.
Where should i place it?Between who?
Find all posts by this user
Quote this message in a reply
02-06-2010, 06:58 PM
Post: #10
RE: New fields like in phpbb
(02-06-2010 05:43 PM)RateU Wrote:  Use this code in postbit and postbit_classic templates:

(02-06-2010 06:54 PM)SpeedyGonzalesFan Wrote:  Maybe i didn`t put it in the good place.
Where should i place it?Between who?

Or, can you post your postbit template here?

XThreads App For MyBB: Link Directory, Trading Forum, Contact Us, YouTube Video Gallery, Download System and etc - Full List
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication