The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
no line break with a profilefield
Hi!
I adapt the template memberinfo and have a small problem with a profilefield (Biography) with the variable "userinfo[fieldX]" i use it in a table and the variable make no line break my code: Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="500" align="center"> <tr> <td class="thead" width="100">Name:</td> <td class="custlisting"> <div align="center">$userinfo[field9]</div> </td> <td class="custlisting"> <div align="center">$userinfo[field10]</div> </td> </tr> <tr> <td class="thead" width="100">Beschreibung:</td> <td width="300" colspan="2" class="custlisting"> <div align="left">$userinfo[field1]</div> </td> </tr> </table> thaks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|