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?
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.
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...
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
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.
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"?
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
Comments
SeeqPod - Playable Search
<img src="http://files.lussumo.com/Icons%20and%20Stuff/Maamp.gif" height="400" width="400" align="left">
will break the forum formatting.'img' => array('src', 'alt'),
If I remove something from the whitelist, it should no longer work - correct? It's a simple bug report.
many thanks in advance!
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...
...width="425" height="350"...
yes, i went with the youtube size in the code. it's working out fine for me, btw.
<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>
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"?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