If enabled in your settings, the WYSIWYG editor will enable you to easily add certain kinds of formatting to your blog. ie, text underlining, bold text, italics etc
To get a better idea of how this works, view the small tutorials in your admin area by clicking the links on the 'Add New Blog' page. If you still
don`t understand how it works, it might be best to revert to a standard text area for adding/editing blogs until you get
more familiar with the system.
Maian Weblog uses the Spaw Editor v2.
Spaw Editor supports a number of different languages. To change your language, firstly, see if your language is available in the following directory:
- admin/spaw/plugins/core/lib/lang/
|
If it is, specify this language file in the Spaw Editor config file.
- admin/spaw/config/config.php
|
Add the language to the following variable, save and re-upload:
SpawConfig::setStaticConfigItem('default_lang','en');
|
NOTE that you only need specify the code before .lang.inc.php So, for example, to set the language file for French (fr.lang.inc.php), you would use:
SpawConfig::setStaticConfigItem('default_lang','fr');
|
|
|