|
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. |
|||
|
02-06-2010, 02:29 PM
Post: #2
|
|||
|
|||
|
RE: New fields like in phpbb
acp > configuration > Custom Profile Fields
|
|||
|
02-06-2010, 05:19 PM
Post: #3
|
|||
|
|||
|
RE: New fields like in phpbb
The filed is not appearing in the posts
|
|||
|
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. |
|||
|
02-06-2010, 06:21 PM
Post: #5
|
|||
|
|||
|
RE: New fields like in phpbb
If the id is 5 it should be:
{$post['fid5']} ? |
|||
|
02-06-2010, 06:24 PM
Post: #6
|
|||
|
|||
|
RE: New fields like in phpbb
Yep. Example:
Code: Location: {$post['fid1']} |
|||
|
02-06-2010, 06:42 PM
Post: #7
|
|||
|
|||
|
RE: New fields like in phpbb
It doesn`t work
|
|||
|
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.
|
|||
|
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? |
|||
|
02-06-2010, 06:58 PM
Post: #10
|
|||
|
|||
| RE: New fields like in phpbb | |||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



![[Image: 25ir9yo.png]](http://i46.tinypic.com/25ir9yo.png)
