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 --> |
#2
|
|||
|
|||
I could help you out if I knew which controls you were talking about.
|
#3
|
|||
|
|||
The buttons i mean. The edit, quote, etc.
Just look at the link i provided, and look at the Thanks text. It looks nasty in that kind of position. How do i line it up? |
#4
|
|||
|
|||
Are you looking to move the text to the left?
|
#5
|
|||
|
|||
Yes... i want to center it, and then have the text line up with the graphics.
i tried <div align="center"></div> but it would go to it's own line and center. |
#6
|
|||
|
|||
I am going to assume you want to align it left, so here is a copy and paste with the text alligned.
Code:
<!-- Start Post Thank You Hack --> <div align=left> <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> </div> </if> </if> </if> <!-- End Post Thank You Hack --> |
#7
|
||||
|
||||
have you tried
HTML Code:
<center></center> |
#8
|
|||
|
|||
:-/ I did the same thing and it ruined the template.
http://www.caraudiojunkyard.com/foru...89&postcount=2 Create's it's own line. |
#9
|
|||
|
|||
I've got the same issue...
By default (up installation) this is where this text aligned... Where is this placement code found, allowing this text to be moved to the left with the rest? |
#10
|
||||
|
||||
vBulletin 4 code is very different than vBulletin 3 code, you should start a new thread in the vBulletin 4 section.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|