Tagged Questions

Bulletin Board Code is a lightweight markup language used to format posts in many message boards

learn more… | top users | synonyms

17
votes
7answers
4k views

Can you suggest a Non-HTML WYSIWYG web editor?

I am scouting the market for a good WYSIWYG editor. My users are going to write stuff just like I'm doing now on Stack Overflow, but they aren't as tech-savvy as the SO users, so I need a WYSIWYG ...
8
votes
3answers
476 views

What markup language for richly formated content?

When you are developing a web-based application and you want to allow richly formatted text from the user you have to make a choice about how to allow that input. Many different markup languages have ...
7
votes
1answer
564 views

Converting phpBB BBCode posts to Markdown

I have a phpBB2 forum with posts stored in BBCode. The forum posts are stored like this in the database: [quote:e5adceb8e8][quote:e5adceb8e8="Person 2"][quote:e5adceb8e8="Person 3"]Nested ...
6
votes
3answers
112 views

Why should I use BBCode but not HTML in comment forms?

I'm writing a comment parsing function in PHP. Since BBCode is not a real markup language, I'v never liked the writing style. So I'm giving visitors the ability to use basic HTML code in comment ...
5
votes
0answers
315 views

Any solution to convert HTML to BBcode [closed]

Possible Duplicate: How to convert HTML to BBCode Is there any php class or library to convert HTML to BB Code? I looked in Package Information: HTML_BBCodeParser, but this is doing vast ...
5
votes
8answers
2k views

Linebreaks in TinyMCE editor show extra line on preview, not in code

I'm using the BBCode plugin with TinyMCE and see that line breaks are not showing the same between the preview and the HTML code. I have the following lines in the editor window: This is line one ...
5
votes
3answers
3k views

Java BBCode library

Has anybody used a good Java implementation of BBCode? I am looking at javabbcode : nothing to see kefir-bb : Listed as alpha BBcode parser in JBoss source code. Are there any better options?
4
votes
4answers
1k views

How to convert HTML to BBCode

I maintain a bulletin board that saves rich text messages in HTML. Now I need to migrate all those messages into Joomla Kunena bulletin board that requires BBCode representation of HTML. Is there ...
4
votes
2answers
1k views

Integrating MarkItUp rich text editor preview with ASP.NET MVC app

I'm testing out the MarkItUp! rich text editor in a MVC app, and everything is working great with the exception of the preview. In the settings (set.js), there is a previewParserPath property ("path ...
4
votes
2answers
3k views

Any good javascript BBCode parser?

Currently i'm parsing bbcode server side but i'd like to show a preview just like this site does. If I process the bbcode serverside using ajax it's a bit laggy, so i thought doing it client side, to ...
4
votes
2answers
192 views

BBCode or wiki markup libraries for .NET?

What's your favourite library for .NET for handling either: BBCode markup Wiki markup Why do you use those libraries, what is so good about them and why should I use them?
3
votes
2answers
111 views

Adding a new element HERE where the code is, not after another element

Made some BBcode for phpBB to allow users to post flickr pics with certain tags. Each photo div in the thread needs to be unique, and the images load when the thread is loaded. When it comes to the ...
3
votes
4answers
222 views

PHP BBcode using preg_replace() - Prevent users from entering onClick, onKeyPress

I have a simple question (not for me), ok, at first, please take a look at this: $msg=preg_replace("/\[b(.*?)\](.*?)\[\/b\]/i", "<b $1>$2</b>", $msg); Okay, on that regEXP, a $msg will ...
3
votes
2answers
358 views

Allow users to post BBCode or HTML with WYSIWYG?

I've been updating a members page system and one of the requirements is to allow bold, underline, italic, font colour and links on certain fields but not font size or style - all this with a WYSIWYG ...
3
votes
2answers
295 views

How to match optional open/close tags in JavaCC?

What JavaCC syntax does implement grammar that can parse these kind of lines: [b]content[/b] content[/b] [b]content Although the JavaCC parser needs to parse all lines, it must distinguish correct ...
3
votes
6answers
956 views

Parse vBulletin's BB Code in PHP

I would like a function that parses BB Code from vBulletin into a standard HTML markup. Without using the PEAR library or the PECL extension, because I don't want to fuss with PEAR or have to depend ...
2
votes
1answer
51 views

Symfony2:BBCode presentation and insertion

i am working on a project...with many database content in BBCode (Forum posts...etc). is there a bundle or solution to present that "out of the box" without me having to invent wheel in Symfony?
2
votes
3answers
124 views

Parse multiline BBCode with C# Regex

I'm working on a C# class to parse BBCodes out of text pulled from a database for PHPBB posts. On the PHPBB there is a custom BBCode added which looks like this: [deck={TEXT1}]{TEXT2}[/deck] Which, ...
2
votes
1answer
71 views

Using BBCodes…Parse HTML or remove it altogether? (XSS/PHP)

I'm creating a mini-forum in PHP and I want to allow user posts with limited text formatting and embedding images, but I want to do it securely (XSS-wise) and I was wondering what's the most optimal ...
2
votes
1answer
60 views

CSS Text always across the same line

I have a system similar to BB code whereby text within two tags is converted into a link which when hovered over produces an line image. The problem is that sometimes if the phrase is long the text ...
2
votes
2answers
195 views

Recursive BBCode Parsing

I'm trying to parse BBCode in my script. Now, it works seamelessly, until I try to indent BBCode that's more than just bold or underline - such as spoiler, url, font size, etc. - then it screws up. ...
2
votes
5answers
193 views

BBCode parser without Regex?

I'm looking for a BBCode parser in Javascript or PHP without the need of using Regex. Can anybody suggest me a good one?
2
votes
6answers
77 views

Preventing malicious external scripts

I'm currently developing a game using PHP and MySql. I'd like to allow users to be able to show images using a BBCode parser (NBBC) but i've been made aware of a potential security problem. Allow me ...
2
votes
2answers
492 views

How to get HTML content text of a Wikipedia Page (via Wikipedia API)?

i just want to get content (no link, no categories, no images...just text)
2
votes
1answer
177 views

preg_replace help needed for BBCode

I can't quite figure out the right pattern to use with PHP's preg_replace function. Here is an example of some BBCode on a phpBB forum. [color=black][font=Times New Roman][color=black]Thanks. As ...
2
votes
3answers
232 views

An alternative to <c:out> tag which allows more formatting like BBcode or Wiki

I'm designing JSP application and I want to print user input. I'm in need of something like <c:out> tag but then one that allows user to do some formatting. To start, I want to translate \n to ...
2
votes
2answers
840 views

Replace [b]xxx[/b] with 'xxx' in bold

How can I convert [b]xxx[/b] to <strong>xxx</strong> using VB.NET Regex.Replace()? Thanks.
2
votes
4answers
626 views

Regex to split BBCode into pieces

str = "some html code [img]......[/img] some html code [img]......[/img]" I want use regex get the array: ["[img]......[/img]","[img]......[/img]"] Any ideas anyone?
2
votes
2answers
199 views

Regular expression crashes Apache due to PCRE limitations

I am currently creating bbcode parsing engine and I have encountered a situation what I can't figure out on my own. The thing is, that I popped into a problem exactly like this one: Apache / PHP on ...
2
votes
4answers
281 views

Except URL regex

Sigh, regex trouble again. I have following in $text: [img]http://www.site.com/logo.jpg[/img] and [url]http://www.site.com[/url] I have regex expression: $text = ...
2
votes
1answer
459 views

Regular expression convert url to hyperlink

I've googled some code that converts an url into a hyperlink using bbcode The code is : // format the url tags: [url=www.website.com]my site[/url] // becomes: <a href="www.website.com">my ...
2
votes
2answers
435 views

Regex BBCode to HTML

I writing BBcode converter to html. Converter should skip unclosed tags. I thought about 2 options to do it: 1) match all tags in once using one regex call, like: Regex re2 = new Regex(@"\[(\ ...
2
votes
2answers
558 views

Regex & BBCode - Perfecting Nested Quote

I'm working on some BBcode for my website. I've managed to get most of the codes working perfectly, however the [QUOTE] tag is giving me some grief. When I get something like this: [QUOTE=1] ...
2
votes
1answer
235 views

How to remove BBCode from a string in .Net

I'm trying to remove all BBCode Tags from a string. [url]www.google.com[/url] becomes www.google.com I have a regex that works in php to find them all, just dont know how to remove them in .net ...
2
votes
2answers
2k views

BBCode for Ruby on Rails

So I'm putting together a simple forum. I'd like to allow my users limited formatting options and BBCode would be plenty for my users. Knowing that I'm assuredly not the first one to want to use ...
2
votes
4answers
3k views

Best way to parse bbcode

I'd like to work on a bbcode filter for a php website. (I'm using cakephp, it would be a bbcode helper) I have some requirement. Bbcodes can be nested. So something like that is valid. [block] ...
2
votes
2answers
1k views

Is there a way to use ungreedy matching in JavaScript for regular expressions?

I wonder if there is a way to use ungreedy matching in JavaScript? I tried the U modifer, but it doesn't seem to work. I want to write a small BBCode parser in JavaScript, but without ungreedy ...
2
votes
4answers
2k views

BBcode regex

I'm terrible with regex, but I've had a try and a Google (and even looked in reddit's source) and I'm still stuck so here goes: My aim is to match the following 'codes' and replace them with the HTML ...
1
vote
1answer
25 views

PHP BBCode related issue. How to get values between two tags?

I need to do the following for my website. $comment = "[item]Infinity Edge[/item]<br>[item]Eggnog Health Potion[/item]"; $this->site->bbcode->postBBCode($comment); The BBCode ...
1
vote
3answers
148 views

preg_replace_all() related issue

I am currently making a BBCode class for my website. I need to do the following. function bbCode([skill]Q[/skill]_________[skill]Q[/skill]_________[skill]Q[/skill]); bbCode function has to replace ...
1
vote
2answers
77 views

Convert \n to <br /> but if it doesn't follow <h2> or [h2]

I want to replace \n with <br /> in a string. But not that simple. There shouldn't be a </h2> or [/h2] before \n if it is to be raplaced. For example put a <br /> between ...
1
vote
1answer
99 views

Characters being replaced by bbcode plugin

I have a bbcode plugin for wordpress. But for some reason, if I post something like [i]v497212he2x2MfMi[/i] the "X" character is outputted as &#215;, which is some other sort of X. How can I ...
1
vote
1answer
103 views

Problems with strtok()

I have been wrestling with this for a while. I know it's a lot of code to look at, but I have no idea where the problem lies and can't seem to narrow it down. I will bounty it. I wrote this class to ...
1
vote
0answers
93 views

TinyMCE and BBCode plugin

I am trying to implement tinyMCE's BBCode plugin but not being able to make it work. This is the init code: $(textarea).tinymce({ script_url : '/js/tiny_mce/tiny_mce.js', theme : "advanced", ...
1
vote
2answers
72 views

parsing url in bbcode

Hi I'm developing a custom forum on my website. I would like to convert the urls starting with : http://*.domain.com/photos/{username}/{photo_id} (I should get both username and photo_id ) to the ...
1
vote
3answers
82 views

Perl how to strip nested bbcode tags?

Here is the code: use perl5i::2; my $string = '[size 9]Some larger text. [i]Italic[/i] here.[/size]And [b]bold[/b] text.'; $string =~ s/\[(.+).*?\](.+)\[\/\1\]/$2/gi; $string->say; The result ...
1
vote
4answers
64 views

Simple javascript regex help needed

I have a simple regex: \[quote\](.*?)\[\/quote\] Which will replace [quote] by table, tr and td. (and [/quote] by /td, /tr and /table) It works perfectly for multiple separate quotes in the same ...
1
vote
1answer
178 views

Inserting iframe into mysql db

I am using codeigniter and at the moment I have a bit of the problem. When I insert iframe (from the youtube) into db in the view file I get row code like this: <iframe width="420" height="315" ...
1
vote
1answer
145 views

bbcode to html in vbulletin

What is the function in vbulletin that convert bbcode to html ?? I found this : convert_wysiwyg_html_to_bbcode() but it's convert html to bbcode, I want the opposite of this function.
1
vote
2answers
171 views

Codeigniter BBCODE or on the fly functionality?

I've been looking around for some way to either code up links using bbcode or manually convert a url in a specified message to a link. BBCodes to me are just getting a little old. Although, are still ...

1 2 3 4