Can bbcode add indents, tables, etc.? [message #168948] |
Sat, 10 August 2013 13:04  |
 |
Parrot
Messages: 32 Registered: July 2013 Location: US
Karma: 1
|
Member |
|
|
We often need to add indented text, tables, etc. to messages. Can bbcode do this?
Or would it be better to install an external editor like TinyMCE or CKeditor?
What do you recommend? Thanks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Can bbcode add indents, tables, etc.? [message #169039 is a reply to message #169036] |
Sat, 17 August 2013 19:01   |
 |
Parrot
Messages: 32 Registered: July 2013 Location: US
Karma: 1
|
Member |
|
|
Success! Thank you.
CKEditor is now working in FF. I'll need to replace the standard version with the customized version and edit the available tags, but that is doable. This is a critically important capability in my system, so I'm very pleased.
Initial observations that might be useful:
1 After editing text in CKEditor and clicking FF's Preview button, it often displays raw HTML code, not the visual result.
CKEditor Forum Preview
Config Setting Result
BBCode BBCode Result is pure HTML code: A large "Hi There" displays as: <h1><strong>Hi There</strong></h1>
BBCode HMTL Some HTML code leaks through: Large "hello" text previews as: hello ');">
HTML BBCode Pure HTML: Large "Howdy" appears as <h1><strong>Howdy</strong></h1>
HTML HTML YES! Works properly. Large "Greetings" shows as: Greetings (shown large)
2 Smilies and icons, when clicked, do not insert at the cursor, but you can drag them into the text area and drop them where wanted. That's no problem but could use a tiny tip like "drag into text" or "drag to insert" in the left column's "Forum Options." Again, this is not a problem
3 CKEditor's resize corner can expend vertically but not horizontally. FF's grippie is still present and functional. It must be moved down manually when using CKEditor's expansion corner to enlarge the text area.
The grippie is perfect for wide-screen forums, and nothing else is needed. But for narrower ones, it would be nice to let the user expand the text area horizontally as well as vertically. CKEditor generally has that capability but in this case it can only expand vertically. Would disabling the grippie help? This too is not really a problem
Thanks again. This makes FF even better. (And it also gives FF a check in the forum comparison's one box that lacked it -- WYSIWYG editing.)
[Updated on: Sat, 17 August 2013 20:24] Report message to a moderator
|
|
|
|
Re: Can bbcode add indents, tables, etc.? [message #169165 is a reply to message #169040] |
Sat, 31 August 2013 21:12  |
 |
Parrot
Messages: 32 Registered: July 2013 Location: US
Karma: 1
|
Member |
|
|
My optimism was premature. I've been wresting with CKE for the past two weeks, and it's winning.
Using CKE in FF with the HTML settings does not seem to work. The extensive tags do appear, but they don't work. Here's how CKE with FF's HTML settings looks:

The HTML setting's CKE tags do not change the text in the textarea.
The BBCode setting differs. Some tags do work. Here's how the BBCode setting looks:

BTW, CKE's expansion triangle does work to enlarge the textarea but only vertically (like the grippie).
So far, trying to edit the various FF, CKE, and BBC files has not helped to get desired tags working.
If I can make progress on this, it will appear here.
|
|
|