Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Html Formatter

1235

Comments

  • Options
    I might be crazy, but it seems Html Formatter is not formatting comments when a user is not logged in. When I browse as a 'guest' (not logged in) I see all the tags. When I log in, it looks all pretty. Am I doing something wrong?
  • Options
    image Using <img src="http://files.lussumo.com/Icons%20and%20Stuff/Maamp.gif" height="400" width="400" align="left"> will break the forum formatting.
  • Options
    Even after I changed the whitelist it still breaks formatting.

    'img' => array('src', 'alt'),
  • Options
    I think that's what the 'block comment' button's for. No HTML Formatter can offer a decent degree of freedom while preventing any sort of abuse - they are mutually exclusive.
  • Options
    No HTML Formatter can offer a decent degree of freedom while preventing any sort of abuse - they are mutually exclusive.

    If I remove something from the whitelist, it should no longer work - correct? It's a simple bug report.
  • Options
    there should be a role-based ability to post unregulated html / php / script / etc
  • Options
    if you remove it from the white list, and you've enabled the whitelist, then it should be stripped out, yes.
  • Options
    hKSk1bW9qzw
  • Options
    could we get vimeo videos to work with this, please? :)

    many thanks in advance!
  • Options
    ok, i did it by adding this -

    case 'vimeo' : return ('<embed src="http://www.vimeo.com/moogaloop.swf?clip_id='.$ID.'&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="350"></embed>');

    i'm a bit stuck though as vimeo have different sized videos... not such a big deal as they have fullscreen buttons and scaling in the player, but still...
  • Options
    couldn't you edit the height and width values toward the end of your code?
    ...width="425" height="350"...
  • Options
    yes, but then users would have to find the dimensions of each video they want to post.
  • Options
    oh... "different sized videos [per video]." I thought you meant different than youtube, etc.
  • Options
    aha, i should have made that bit a little more clear :)

    yes, i went with the youtube size in the code. it's working out fine for me, btw.
  • Options
    RaizeRaize vancouver ✭✭
    Is it possible to have youtube videos embed using this add on...it says that script related html is removed? Solved: http://lussumo.com/community/?CommentID=90949
  • Options
    Is there a way to disable HTML formatting from being used in the title of a discussion?
  • Options
    RaizeRaize vancouver ✭✭
    Can we add an embed mp3 feature for this add on? I've been looking at the default.php file and I think I know where the code from the MP3 Player goes, but it looks different from the youtube, google, myspace code that is there so I'm not sure if it is that straight forward.

    <object type="application/x-shockwave-flash" width="400" height="170" data="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf"> <param name="movie" value="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf" /> </object>
  • Options
    Using that code, how does the player know which MP3 to play? I can't see anything in the code that specifies a MP3, just the player itself.
    I assume you would want the syntax to be like:<audio type="mp3">filename</audio> so where in the code you gave does it define "filename"?
  • Options
    Some how im unable to get HTML formatter to function properly - Test Post with Html displayed

    I have HTML Formater and Extender both enabled - along side quicktags - im puzzled that the Hyperlink does not render while ir remains to show the entire HTML code
Sign In or Register to comment.