SMF - HTML without [html]

Discussion in 'Forum Management' started by NJunkies, Jan 15, 2007.

  1. #1
    Is there any way that HTML in a post will work without needing to use;

    [HTML] html code here [/HTML]
    PHP:
    I need it to be automatic for RSS feed poster.

    I only need Admins to be able to do it if that helps :)

    Thanks for your help :)
     
    NJunkies, Jan 15, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    If you goto Admin - Posts and Topics - Bulletin Board Code ->
    you will see an option called "Enable basic HTML in posts".
    This will allow the posting of some basic HTML tags:

    * <b>, <u>, <i>, <s>, <em>, <ins>, <del>
    * <a href="">
    * <img src="" alt="" />
    * <br />, <hr />
    * <pre>, <blockquote>

    Hope this helps.
     
    Clive, Jan 15, 2007 IP
  3. NJunkies

    NJunkies Peon

    Messages:
    89
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks :)

    I tried that but the Feeds that are being posted uses more than those tags :(
     
    NJunkies, Jan 15, 2007 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    You may try asking for help from the SMF gurus on their community forums. I think custom development assistance is available if you know where to ask, even paid membership or something like that is available. Since I believe you will have to modify your SMF code to accept more tags that what's already included.
     
    Clive, Jan 15, 2007 IP
  5. NJunkies

    NJunkies Peon

    Messages:
    89
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I managed to sort it by editing the Subs-RSS.php file :)

    But then I found that the Mod doesn't parse the HTML code :p

    Ah well.
     
    NJunkies, Jan 15, 2007 IP
  6. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #6
    All is good that has a happy end ;)
     
    Clive, Jan 15, 2007 IP