user profile - basic info biography - cannot have several lines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • matthieu.p
    Member
    • Oct 2012
    • 76
    • 5.0.0

    user profile - basic info biography - cannot have several lines

    in the xml:

    <vb:each from="fields" key="name" value="field">
    <vb:if condition="$field['hidden'] == 0 OR ($field['hidden'] AND $canseehiddencustomfields)">
    <div class="tr">
    <div class="td">{vb:rawphrase {vb:raw name}}</div>
    <div class="td">{vb:raw field.val}</div>
    </div>
    </vb:if>
    </vb:each>
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Try adding the following in css_additional.css:

    Code:
    .section .section-content.table .tr .td { white-space: pre-wrap; }
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • matthieu.p
      Member
      • Oct 2012
      • 76
      • 5.0.0

      #3
      thanks, it works better now!

      in fact it not just adding but replacing the nowrap by the pre-wrap

      Comment

      Related Topics

      Collapse

      Working...