Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: MohjiveWhy? Users are used to that bbcode works on most forums and I see nothing bad about it.
Posted By: MohjiveI'm of a different opinion. Pyramids can be useful, but only to certain extent. Perhaps set the level to 3 or something.
Posted By: molfarMost of the time it breaks html formatting thus can provide difficulties for page rendering.
Posted By: molfarI prefer anything that produces clean xhtml tags
Posted By: molfaras you can see - quoting works, at least for me. might it be the reason that you are expected to choose "html" radio button below?
Posted By: MohjiveSurely the bbcode parser can be configured to produce xhtml
Posted By: MohjiveThat is not logical to me.
Posted By: molfarit allows to enter any html code for demonstration purposes without actually doing any formatting. It may be useful later when you have any discussions on topics like HTML, Javascript, XML etc.
Posted By: molfarthere should be such a feature.
$Html_DisallowedTags = array('link', 'iframe', 'frame', 'frameset', 'object',
'param', 'embed', 'style', 'applet', 'meta', 'layer', 'import', 'xml', 'script', 'body',
'html', 'head', 'title', 'ilayer', 'blink', 'marquee', 'font');Posted By: vazub But any level of abstraction in general is prone to future misbehavior.
Posted By: MohjiveOk, bumping this *again* as we now have a bug with html quoting, seehttp://forum.gobolinux.org/?CommentID=691.Another issue is that one can't combine URLs and quoting, because for URLs to be detected one has to post as "text", which obviously doesn't work with html quoting.So the first phrase being in italic is due to some bug? Or there's something I can't see?
The "quote" links probably won't work with it, though.Indeed, the quote links don't work, but BBCode does.
Posted by m@cCoJust seen that, very good indeed. Btw, how can you put a name in the quote tag?Like this.
Posted By: Mohjivesame as with html, but you use [ and ] instead of < and >Thank you very much :P
[quote][cite]Posted By: Mohjive[/cite] same as with html, but you use [ and ] instead of < and >[/quote]
Posted By: giddieAnd you use "quote" instead of "blockquote", by the looks of it:The quote part was known to me, as I frequent some other forums, but I was used to the common [quote=somebody] style.[quote][cite]Posted By: Mohjive[/cite] same as with html, but you use [ and ] instead of < and >[/quote]
Posted By: m@cCoP.S.: There could be a way to use bbcode and html *at the same time*? It'd be the best.I don't think so. The BBCode parser is pretty wired towards stripping HTML out completely; taking that part out would risk code injection.