The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
User info template
Anyone want to help me make my user info template look like the one here?
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)? |
#2
|
|||
|
|||
i think most of that is a hack bro, a vbhack that the user created......but to make the 2 tables is easy.
Code:
<table> <tr> <td> TEST Here </td> <td> TEST HERE 2 </td> </tr> </table> |
#3
|
|||
|
|||
the users title is a simple variable in there... cant recall what it is
and the online/offline is: $onlinestatus i believe |
#4
|
||||
|
||||
It may involve file hacking, because those variables may not work in the profile templates.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|