The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
postbit area all out line
please view an example here - http://stepinthezone.com/forum/showt...=2223#post2223
the area that displays the users post, location and join date are all out out line and I don't know why nor have I made any template change recently. How do I try to fix this? |
#2
|
|||
|
|||
It's due to the length of the location field varying for each user. The options you have are to change the maximum allowed characters for the location field via the user profile field manager, or to live with it, or to remove the display of the location from the postbit.
|
#3
|
|||
|
|||
thanks for the link with the awesome language...
|
#4
|
|||
|
|||
Sorry about the language. I removed the location field from that profile manager, but now its seems users with awards, from the yaas plugin, are show in a different length that users without awards. What else should I try?
It seems that it's being caused due to the addition of the 'Total Awards: 1 (more» ...)' when a user has been issued a reward. Can I lengthen the size of the postbit for users who don't have awards to the same size for users who do? |
#5
|
|||
|
|||
Not without forcing widths for the other items. A better solution might be to relocate the awards to another part of the postbit, such as under the username, or even take out the images and just have the number of awards displayed.
|
#6
|
|||
|
|||
I would prefer to take it from there and move it over under the users title. So I would take the following code
Code:
<!-- show awards --> <if condition="$post[showuserawards]"> <div> $post[userawards] <br> $vbphrase[total_awards]: $post[num_awards] (<a href="member.php?$session[sessionurl]u=$post[userid]#award">$vbphrase[more_awards] ...</a>) </div> </if> <!-- /show awards --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|