The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User info in a colored table
i searched High and low and im sure its out there, but alas i could not find it - prolly wrong search 'terms'.
i would like to put the userinfo in the postbit into a table and color it - like this: i know its a simple html edit but im not that proficient at html. heres the part of my postbit where im certain that it goes.. Code:
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr> <td bgcolor="$post[backcolor]" width="175" valign="top" nowrap> <a name="post$post[postid]"></a> $post[firstnewinsert] <normalfont><br><p><div align="center"> $post[avatar]<br><p><b>$post[username]</b></normalfont><br> <smallfont>$post[usertitle]</smallfont><br> <p></div> <br><smallfont>Member Since: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]<br> $onlinestatus</smallfont</tr></td> <td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top"> <table width="100%" border="0" cellpadding="0" align="left" height="100%"> <tr> |
#2
|
||||
|
||||
We have it at KSF. Once the server is back up I'll fetch the code for you.
|
#3
|
|||
|
|||
ty!
|
#4
|
|||
|
|||
*bump*
|
#5
|
|||
|
|||
buhler...buhler?
|
#6
|
||||
|
||||
Do you want the code to be exactly the same as the screenshot? (The layout as well)
|
#7
|
|||
|
|||
well heres what my actual board looks like now:
and the code: Code:
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr> <td bgcolor="$post[backcolor]" width="175" valign="top" nowrap> <a name="post$post[postid]"></a> $post[firstnewinsert] <normalfont><br><p><div align="center"> $post[avatar]<br><p><b>$post[username]</b></normalfont><br> <smallfont>$post[usertitle]</smallfont><br> <p></div> <smallfont>Registered: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]</smallfont></td> <td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top"> <table width="100%" border="0" cellpadding="0" align="left" height="100%"> <tr> |
#8
|
||||
|
||||
No border?
|
#9
|
|||
|
|||
nah..i like the plain look i guess
|
#10
|
|||
|
|||
This is a simple HTML edit as you anticipated.
Change this: Code:
$post[avatar]<br><p><b>$post[username]</b></normalfont><br> <smallfont>$post[usertitle]</smallfont><br> <p></div> <smallfont>Registered: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]</smallfont></td> Code:
$post[avatar]<br><p><b>$post[username]</b></normalfont><br> <table width="98%" cellpadding="3" cellspacing="0"> <tr> <td width="100%" bgcolor="blue"> <smallfont>Registered: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]</smallfont> </td> </tr> </table></td> Note: this is untested, but should work fine. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|