Page 1 of 1

Textarea with buttons for format text and smiles

Posted: 26 Jan 2019, 15:18
by JanMolendijk
I`m a bit furter with my comment + badword-filter & hashtag-system
But my problem I can`t see the bbcode I only see HTML tags into my textarea

This seems not to work in my script

// Textarea with buttons for format text and smiles - coursesweb.net/javascript/texarea-buttons-format-text-colors-smiles_s2

Code: Select all

// To add HTML tags instead of BbCode, replace "bbcode" with "html"
var tagtype = 'bbcode';
What Can I do or what more details you want ????

Textarea with buttons for format text and smiles

Posted: 27 Jan 2019, 07:19
by Admin
In the archive with that JS script there is a file form.html. In that file there are instructions and a demo with textarea and bbcode.
Open that file and you'll see the script it works.
Maybe the problem is from other JS script in your page that interferes with the textarea bbcode script.
See in the browser console if there are JavaScript errors and try to fix them.