Кілька тегів, розділених комою, означають логічне І між ними. Ви також можете використовувати крапку з комою в якості логічного АБО. І має вищий пріоритет над АБО. Ви не можете використовувати дужки для угруповання умов. Зірочка (*) всередині тега використовується як маска для "підрядка".
Розділи: Extensions / Editors & Markup
Previously (0.9.22 and early) was included in the standard Cotonti package
Customizable support for BBCodes and smilies parsing. Adds BBCode parser support to the contents.
Authors: Cotonti Team
Github: https://github.com/Cotonti-Extensions/bbcode
BBCode ("Bulletin Board Code") is a lightweight markup language used to format messages in many Internet forum software. It was first introduced in 1998. The available "tags" of BBCode are usually indicated by square brackets ([ and ]) surrounding a...
Розділи: Documentation / Plugins
I wrote this for everyone who uses MarkItUp BBcodes, and who wants to introduce font selections in the editor
Step1
find plugins/markitup/style.css
Note: This is the style for presenting your menu items in the different font styles
Add these lines:
1 2 3 4 5 |
.markItUp .mFonts 1 a { background-image : url (images/font.png); } .markItUp .fn 01 a { background-image : none ; font-family : Arial , Helvetica , sans-serif ; padding-left : 5px ;} .markItUp .fn 02 a { background-image : none ; font-family : 'Arial Black' , Gadget,... |
Розділи: Extensions / Editors & Markup
Installation
1. Delete old /images/smilies
2. Unpack the plugin into /plugin/fckeditor
3. Unpack the new smilies into /images/smilies
4. Go into the administration panel, then the tab "Plugins", UnInstall all editor.
5. Click the name of the fckeditor plugin, and at bottom of the plugin properties, select "Install all".
6. Enjoy!
Розділи: Documentation / Plugins
Let's take an excursion to Administration => Other => BBcodes:
It shows you registered bbcodes as a tables editable and there is a row to add a new bbcode on the bottom of each pages (not shown on this screenshot).
To update bbcode, you should edit data in a matching row and hit Update button. Or hit Delete to remove the row. You cannot update/delete more than 1 row at once. To add a new bbcode, fill the row on the bottom and hit the Add button.