Phrase Manager html?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • viper357
    Senior Member
    • May 2007
    • 105
    • 3.6.x

    [Forum] Phrase Manager html?

    Hi everyone, a little help please.

    I am trying to use html in the phrase manager to add color to text but it's not working, does the translation box in the phrase manager accept html? I'm using 4.1.10

    I'm wanting to change the color of the word "Reported" so that it stands out on the forum. This is what I've tried so far but it just shows the html in the thread title:
    Code:
    <font color="red"><b>Reported: </b></font>$reportinfo[threadtitle] by $reportinfo[rusername]
    
    <span style="color:red;font-weight:bold">Reported: </span>$reportinfo[threadtitle] by $reportinfo[rusername]
    Thanks.
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    <span style="color:red;font-weight:bold">

    Should be:

    <span style="color:red;font-weight:bold;">

    Try that...
    Vote for:

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

    Comment

    • viper357
      Senior Member
      • May 2007
      • 105
      • 3.6.x

      #3
      Thanks, but still not working, outputs thread title like this:

      <span style="color:red;font-weight:bold;">Reported: </span>glass cutting ? by Zebra Pleco

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24325
        • 5.7.X

        #4
        Sorry, is this for the thread title? I don't believe that's possible...
        Vote for:

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

        Comment

        • viper357
          Senior Member
          • May 2007
          • 105
          • 3.6.x

          #5
          Pity, thanks for your help, yes it was the thread title for Reported Posts.

          Comment

          Related Topics

          Collapse

          Working...