The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How do i align this text?
http://www.caraudiojunkyard.com/foru...6&postcount=21
Look at the footer by the controls. I am refering to the text: [ Thanks: 18 ] Thanked 24 Times in 15 Posts I want it aligned with the controls and look cleaner. How do i accomplish this goal? Here's my code: Code:
<!-- Start Post Thank You Hack --> <if condition="$post[userid]"> [ <strong>$vbphrase[post_thanks_thanks]:</strong> $post[post_thanks_user_amount_formatted] ] <if condition="$post[post_thanks_thanked_times] == 1"> <strong>$vbphrase[post_thanks_time_post]</strong> <else /> <if condition="$post[post_thanks_thanked_posts] == 1"> <phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase> <else /> <phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase> </if> </if> </if> <!-- End Post Thank You Hack --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|