The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
yea.. an easier way would be to add a table to your post bit with out the tcat or with it.. then put the feild phrase inside the table there is a code for creating a table on this site
|
#12
|
|||
|
|||
https://vborg.vbsupport.ru/showthrea...highlight=tags
Just change the background colour to what you want |
#13
|
|||
|
|||
or....
Go into the postbit_legacy template, find all the if condition and then do as follows: <if condition="$post['age']> <tr> <td class="thread">$vbphrase[age] : $post[age]</td> </td> </tr></if> and just keep doing it for every if statement... |
#14
|
|||
|
|||
The one Jibba Jabbas posted did the trick. Easy to install, easy to modify. But you should change the border-right and border-bottom attributes to 2px. This will get it to look exactly like the one I posted above. (and of course you will need to change the colours to suit your boards).
ok this raised a new problem. I put the messenger icons in the boxes as well. But if a member does not have any messenger information filled out, it shows a blank box. I think the problem is that for the messenger icons, there is no <if> statement to say to hide this box if there are no messengers filled out. What to do? Code:
<div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> |
#15
|
||||
|
||||
Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]"><div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|