The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Sorry... it's me again.
Now I want the field "Pipe smoker since" AFTER "Real Name" and BEFORE "Posts": <vb:if condition="$post['field5']"><dt>Real Name</dt> <dd>{vb:raw post.field5}</dd></vb:if> <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> {vb:raw template_hook.postbit_userinfo_right_after_posts} "Pipe smoker since" has field number 6. So the code should be: <vb:if condition="$post['field6']"><dt>Pipe smoker since</dt> <dd>{vb:raw post.field6}</dd></vb:if> Then I tried inserting it after this code: {vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase posts}</dt> <dd> BUT it does not work! Please WHERE exactly do I insert the code so that it works? |
#12
|
||||
|
||||
Insert the code after this line:
Code:
<vb:if condition="$post['field5']"><dt>Real Name</dt> <dd>{vb:raw post.field5}</dd></vb:if> |
#13
|
|||
|
|||
I did try that, Chris.
And now it looks like this, but STILL the "Pipe smoker since" does NOT appear in the user fields (checked with refreshing the boards): <vb:if condition="$post['field5']"><dt>Real Name</dt> <dd>{vb:raw post.field5}</dd></vb:if> <vb:if condition="$post['field6']"><dt>Pipe smoker since</dt> <dd>{vb:raw post.field6}</dd></vb:if> |
#14
|
||||
|
||||
When you say, "does NOT appear in the user fields" are you referring to the postbit, or in the usercp for the members to enter the info into?
|
#15
|
|||
|
|||
The "Pipesmoker since" appears when clicking on a profile and choosing "About Me".
However, the "Pipesmoker since" does not appear together with "Join Date", "Location", "Real Name" and "Posts" texts under the usernames where the avatars also are. |
#16
|
||||
|
||||
I see this, "Pipe smoker since 1986" in the postbit for the user ARMY MOUNT on your site.
|
#17
|
|||
|
|||
Yes, if you click on my PROFILE, it does...
But what I would like is to have the text "Pipe smoker since" appear in the "user fields", too... that is in threads, like for instance this one: http://pipesmokerunlimited.com/showt...U-Team-Members As you can see, for instance under the avatar of the Mod called "MarkW4mms", you see the "Real Name" that I added with success with your help. I would LOVE to have "Pipesmoker since" added in that field, too, though |
#18
|
||||
|
||||
If he did not add the info in his usercp, it will not show up.
As I see this post, http://pipesmokerunlimited.com/showt...3733#post73733 it is showing up. |
Благодарность от: | ||
BULLDOG |
#19
|
|||
|
|||
Okay, thanks!
That explains it! Many, many thanks for your help! Much appreciated! :-) |
#20
|
||||
|
||||
Not a problem, glad to help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|