The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Background color or cell
i need to add in cell user thanks
here my skin i need this in cell user thanks anywone help me !!!! |
#2
|
||||
|
||||
You should be posting this question in the modification thread (Thank You hack thread) since they know what code they are using for that area in your template and can tell you were to change it.
|
#3
|
||||
|
||||
You will need to edit "Post thank you hack templates"
Just add background image in the table. . |
#4
|
|||
|
|||
no i need to add cell? ex:2nd screen
|
#5
|
||||
|
||||
To add cell/background/color etc ... you need to edit the templates I mentioned.
|
#6
|
|||
|
|||
you need posibit or posibit legasy?
|
#7
|
||||
|
||||
Screenshots you have provided are form postbit_legacy so edit "post_thanks_postbit_legacy" template.
. |
#8
|
|||
|
|||
post_thanks_postbit_legacy
Code:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tr valign="top"> <td class="alt2" width="175"> <if condition="$post['post_thanks_amount'] == 1"> <strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong> <else /> <strong><phrase 1="$post[post_thanks_amount_formatted]" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong> </if> <if condition="$bbuserinfo['usergroupid'] == 6"> <br /><a href="post_thanks.php?do=post_thanks_remove_all&p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a> </if> <if condition="$post['show_thanks_remove_option']"> <br /><a href="post_thanks.php?do=post_thanks_remove_user&p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="post_thanks_remove_user($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a> </if> </td> <td class="alt1"><div>$post[post_thanks_bit]</div></td> </tr> </table> </div> |
#9
|
||||
|
||||
Code:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" style="border: 1px solid #dadada;" width="100%" align="center"> <tr valign="top"> <td class="alt2" width="175"> <if condition="$post['post_thanks_amount'] == 1"> <strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong> <else /> <strong><phrase 1="$post[post_thanks_amount_formatted]" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong> </if> <if condition="$bbuserinfo['usergroupid'] == 6"> <br /><a href="post_thanks.php?do=post_thanks_remove_all&p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a> </if> <if condition="$post['show_thanks_remove_option']"> <br /><a href="post_thanks.php?do=post_thanks_remove_user&p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="post_thanks_remove_user($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a> </if> </td> <td class="alt1"><div>$post[post_thanks_bit]</div></td> </tr> </table> </div> That will add border all around your thankyou box. . |
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|