PDA

View Full Version : User info template


Mijae
11-24-2002, 09:53 PM
Anyone want to help me make my user info template look like the one here (http://forums.ffrepublic.com/member.php?s=&action=getinfo&userid=3640)?

I dont want a copy, I just need someone to help me by writing a code to separate the main table in two colums like at FFR, so I can add small tables to each column. I tried myself but I kept screwing up the tables.

Also, how can I get the user's title appear there? And the Status (online/offline)?

LiL pImPsTeR
11-24-2002, 11:29 PM
i think most of that is a hack bro, a vbhack that the user created......but to make the 2 tables is easy.


<table>
<tr>
<td>
TEST Here
</td>
<td>
TEST HERE 2
</td>
</tr>
</table>


That will simply make 2 tables, u can put the widths in and bgcolors and everything, inside the appropiate tags. but thats the code to make a Table, then to make 2 colums.

Nairb
11-24-2002, 11:56 PM
the users title is a simple variable in there... cant recall what it is
and the online/offline is: $onlinestatus i believe

Tony G
11-25-2002, 02:46 AM
It may involve file hacking, because those variables may not work in the profile templates.