Quote:
Originally Posted by MicroHellas
Hello all,
The code to include qr editor is:
1.- PHP File
Code:
$editorid = construct_edit_toolbar('', false, 'nonforum', false, true, false, 'qr');
.......
$templater->register('editorid', $editorid);
$templater->register('messagearea', $messagearea);
2.- Template
Code:
<div class="wysiwyg_block">
<div class="blockbody formcontrols">
<div class="blockrow">
{vb:raw messagearea}
</div>
</div>
</div>
Works fine in 3 of my mods as you can see in the attached photo. Sorry, but as this article is not mine, I can't comes throught a full tutorial.
Maria
|
thank you so much, this was excaktly what i needed
I can get this working just fine, but the full editor wont work for me
message returns blank..
But this is fine,, Tx Maria

:up: