Strike Out code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LEF
    New Member
    • Jun 2007
    • 29

    Strike Out code

    for some reason the strike out code is not working for my forums.

    [strike] I want it to do this [/strike]

    can anyone tell me how to enable this feature?
  • Nick
    Senior Member
    • Feb 2008
    • 3507
    • 3.8.x

    #2
    If you have HTML enabled, you can use it:
    HTML Code:
    <strike>text here</strike>
    If you do not have HTML enabled, then you must create a custom BB code, because the Strike code is not a default BB code.

    To do this, go to:
    AdminCP -> Custom BB Codes -> Add New BB Code

    Enter this information in the boxes:
    Title: Strike or Strikethrough (whatever you wish to call it).

    Tag: strike

    Replacement: <strike>{param}</strike>

    Example: [strike]Test[/strike]

    Description: {optional text you desire}

    Use Option: No

    Button Image: Path to the image to be displayed on the toolbar when making a post (optional).

    Now you should be able to make a post on your forum, and use this code:
    [strike] your text here [/strike]
    Regards,
    Nick

    Comment

    • LEF
      New Member
      • Jun 2007
      • 29

      #3
      Thank you very much. I have learned so much from the great people of this board!

      Comment

      Related Topics

      Collapse

      Working...