Textarea with buttons for format text and smiles

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
User avatar
JanMolendijk
Posts: 282
Location: Holland Rotterdam

Textarea with buttons for format text and smiles

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 ????

Admin Posts: 805
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.

Similar Topics