Prevent emoticons in thread title?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsk8
    Senior Member
    • Jun 2003
    • 482
    • 4.2.x

    Prevent emoticons in thread title?

    Hey all,

    Is there a way to prevent emoticons in a Thread Title? See attached.
    Attached Files
    Paula
  • djbaxter
    Senior Member
    • Aug 2006
    • 1418
    • 4.2.5

    #2
    You might be able to adapt this add-on (not certain - I haven't tried it): Miscellaneous Hacks - Thread/Post Title Characters - vBulletin.org Forum

    Update: Yes that will work if you use the following regex in the Allowed Characters option for the add-on:

    Code:
    [a-zA-Z0-9: ]
    Actually, that disables all punctuation.

    So you'd need to selectively disable the character ) and ( but allow all punctuation you want to allow:

    Code:
    [a-zA-Z0-9:.,!?&%@$#-+="';>< ]
    which starts to get somewhat clumsy and might not disallow all smilies anyway.
    Last edited by djbaxter; Sun 5 Nov '17, 7:58am.
    Psychlinks Web Services Affordable Web Design & Site Management
    Specializing in Small Businesses and vBulletin/Xenforo Forums

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24287
      • 6.0.X

      #3
      This will only be an issue on mobile devices - the actual forum smilies won't parse in thread titles. I'm guessing a mobile device will see them and interpret them as emoticons and display them as such. Annoying behaviour but not easily preventable.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • gsk8
        Senior Member
        • Jun 2003
        • 482
        • 4.2.x

        #4
        Thanks DJ and Mark!

        Is this also an issue on VB5 mobile?
        Paula

        Comment

        Related Topics

        Collapse

        Working...