The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
mini-profile on the side?
Hello,
I'm new to vb, so bare with me on this probably silly question. When I view a thread here, I see a mini-profile showing on the side of each post. How can I make this in vb3.5.0? Is this a hack or a built-in function? If you could point me in the right direction it would be great. I've searched the forum for Profile, User profile, but didn't find anything. Thanks, -Alon. |
#2
|
||||
|
||||
It isn't actually a mini-profile - There is an option in the vBulletin Options to select the "Legacy Postbit" - This will display the similar style of postbit layout that is used here on vBulletin.org, and was the main layout in vBulletin 2
The new postbit layout displays the same information but at the top of the post as opposed to the side Chris |
#3
|
|||
|
|||
Thank you for letting me know about this.
I've been searching for this till I had to post the question. What a relief ) I knew it was a silly question Thank you. Now,. the next step: How I customize it to include and display certain fields? -Alon. |
#4
|
||||
|
||||
Fields such as profile fields? Or database entered fields?
Chris |
#5
|
|||
|
|||
Quote:
Join Date: Jan 2002 (got that one!) Posts: 4,652 (got that one!) Anything below is items I'd like to add (do they look familar ): Real name: Chris Murphy, BSc Location: Northampton, England vB Version: 4.0.7 Style: Smooth Blue -Alon |
#6
|
||||
|
||||
Heh
They are profile fields; You will need to add a new profile field to record user's names Via the Profile Field Manager, you will add a "Real Name" field, using the settings you wish, then when you goto the Manager screen it will have "fieldX" by it, where X is the number of the field (it varies depending on how many fields you have)... Then to include them in a post, you add to the postbit_legacy template: HTML Code:
<if condition="$post['fieldX']"><div>Real Name: $post[fieldX]</div></if> Chris |
#7
|
|||
|
|||
That was sweet and simple yey .
I even moved the Online/Offline lines a bit up closer to the User info as user complained they don't want to scroll down to see it. Thanks for the help. -Alon. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|