bbcode Questions

3

Solved

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...
Signorelli asked 3/12, 2009 at 22:10

4

Solved

Looking to parse BB code in PHP using PHPBB3's functions. I've got this far: <?php include_once("../../forum/includes/functions_content.php"); $text = "[b]bold text here[/b] not bold here"; ...
Regret asked 21/2, 2014 at 16:27

1

I'm using CKEditor with BBCode plugin and I need to add custom tags like a spoiler tag and another one which would provide the possibility to link to a site user's profile. spoiler tags would work ...
Gymkhana asked 3/11, 2012 at 6:7

4

Solved

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 opti...
Markos asked 11/5, 2009 at 18:26

3

Solved

Suppose I want to render/present a text transmitted in the form of some lightweight markup language. Are there any ready-to-use libraries for Android, which take as input text in a lightweight mark...
Interknit asked 29/11, 2010 at 23:53

1

I am having a problem with using the bbcodeplugin and list-items. While the lists are being safed as bbcode as i want it, when reopening and editing the text, tinymce adds additional markup to list...
Martens asked 23/5, 2011 at 11:24

7

Solved

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 e...
Eleneeleni asked 25/3, 2009 at 14:49

2

Solved

I have a textarea with CKEditor (bbCode Plugin). <textarea id="editor1" name="conteudo" class="form-control" rows="3" required></textarea> This is my CKEditor instance: $( document ...
Fenestrated asked 28/2, 2014 at 20:41

4

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 f...
Casuist asked 1/9, 2011 at 8:51

8

Solved

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...
Lyly asked 28/12, 2009 at 12:53

3

I'm currently working on a website, where users can write articles with few format possibilities (like bold, italic, list...). I'm using a framework: CodeIgniter. I'm a beginner, and I've heard so...
Pyo asked 19/6, 2013 at 9:55

4

Solved

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 ha...
Coleville asked 5/12, 2008 at 5:8

6

Solved

I'm looking for a BBCode parser in Javascript or PHP without the need of using Regex. Can anybody suggest me a good one?
Lease asked 25/5, 2011 at 17:37

5

Solved

I'd like to work on a BB Code filter for a PHP website. (I'm using CakePHP, it would be a BB Code helper). I have the following requirements: BB Code can be nested. So something like this is valid...
Shelled asked 28/1, 2009 at 19:21

3

Solved

I have a bbcode -> html converter that responds to the change event in a textarea. Currently, this is done using a series of regular expressions, and there are a number of pathological cases. I've ...
Fingerstall asked 29/6, 2012 at 20:13

11

Solved

I have been using CKEditor wysiwyg editor for a website where users are allowed to use the HTML editor to add some comments. I ended up having some extremely redundant nested HTML code in my databa...
The asked 20/4, 2012 at 14:26

1

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 quote[/q...
Goya asked 5/1, 2010 at 10:57

2

Solved

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 ("pat...
Pentheas asked 31/1, 2010 at 0:1

2

Solved

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...
Urrutia asked 29/11, 2010 at 22:28

1

Solved

For a silly bbcode parser I wanted to add two definitions into one, my original definition was this for preg_replace: '#\[s\](.*?)\[/s\]#si', '<strike>\\1</strike>' And this works, I...
Hurried asked 22/11, 2010 at 11:38

2

Solved

I need help finding a viable solution to convert bbcode to html, this is where ive come so far, but fails when bbcodes get wrapped. Src: [quote id="ohoh81"]asdasda [quote id="ohoh80"]adsad [qu...
Fico asked 8/12, 2009 at 22:45

2

Solved

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 mat...
Cormier asked 12/12, 2008 at 20:22
1

© 2022 - 2024 — McMap. All rights reserved.