close   


DokuwikiFCK is no longer being supported.
It has been superceded by fckgLite and ckgedit.
close   
namespace:
close   
All questions, bug fixes, and feature requests should go through the mailing list. To subscribe to the list, do one of the following:

1. Send an email to fckglite-request@freelists.org with 'subscribe' in the Subject field
2. Visit the fckgLite page at http://www.freelists.org/list/fckglite
3. Or click the subscribe link below

Subscribe
 

Search

You can find the results of your search below.

Fulltext results:

upgrade_5
12 Hits, Last modified:
mal' in the Headers menu: will remove headers and code blocks - ''Ctrl + m'' will set text sel... eaders" and the "Format" menu has been re-named 'Code Types'. * Finally, the minor edit checkbox ha... to Dokuwiki's handling of form elements. ===== Code Blocks ===== * Implemented code blocks inside tables and fixed line spacing inside code blcks to
auto_install
10 Hits, Last modified:
for Linux, the file browser is set up to access <code> dokuwiki/lib/plugins/fckg/fckeditor/us... uwiki/lib/plugins/fckg/fckeditor/userfiles/file </code> where image and file are symlinks which point ... directory, you would use the following command: <code> ln -s /path/to/data/media file </code> Another solution is to copy the following file to the fckg/fc
entities
8 Hits, Last modified:
file add.ent Then at the command line type: <code> php ents_seri.php </code> Alternatively, you can give your entity definition file any name you wan... e file name to the script at the command line: <code> php ents_seri.php your_entity_file </code> This creates a new entities file called ent.ser,
plugin_editor
6 Hits, Last modified:
on we will use the tag plugin. If you enter: <code> {{tag>books cds videos}} </code> After the page is saved and re-opened, you will see: <code> { {tag>books cds videos} } </code> Notice the spaces between the brackets. Simply leave this as is a
ie9_ff6
4 Hits, Last modified:
compatiiblity mode with ''tpl_metaheaders().'' <code> <head> <!--[if IE]><meta http-equiv="X-... mpatibility mode here --> : : </head> </code> The solution here is to reverse the positions of the two: <code> <head> <?php tpl_metaheaders() ?> <!-- fckg... rome=1" /><![endif]--> : </head> </code> The reason that this is in fact **optimal** is