I dont know how to make the BBcode preview on Markitup Editor work.

I followed all instructions and the editor is working. I really dont understand what to do to make the correct preview appear. I can open the windows preview but I cant get the html code.

I had downloaded the parser file (markitup.bbcode.parser.php) and settled the previewParserPath too and I read about configuring or creating a file called preview.php but really I dont know how to do it.

Can anyone help?

Update:

@marco this works great

And I think it is not bug. The file is just a parser. I think I'm missing some tutorial in markitup page i.e. how to install it

link|improve this question
How about some code and where in the installation process (markitup.jaysalvat.com/documentation) you get stuck after debugging? – Alec May 13 '10 at 18:18
feedback

2 Answers

open the parser.php file it contains only a function, doesn't it? so, without any echo, how does it can work? maybe it's a bug i don't know.

so, add the follow string wherever you want:

echo BBCode2Html( $_POST['data'] );
link|improve this answer
What do you mean "Where ever you want"? – Brad8118 Jun 1 '10 at 12:15
exscuse my english. you can add that row where you want, into the parser.php file. – Marco Panichi Jun 4 '10 at 10:57
feedback

[Merged this update by OP into question]

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.