(Each project requires you to login separately)

scribite!

source:trunk/scribite/modules/scribite/pnimages/admin.gif This text is also available as file (eng/deu/fra) in /pndocs from module package.

scribite! Update

If scribite! is installed in a lower version it can be updated right from module administration after all files in modules/scribite have been updated.

Since version 1.2 the editors files/javascripts have moved to /javascript/scribite_editors and from modules/scribite/pnincludes.

scribite! Installation

1. Upload all files to modules/scribite

== 2. Upload the editors you wish to use to javascript/scribite_editors. ====

3. Check for file config/plugins/function.scribite.php

This is not needed anymore since Version 3.x (for Zikula 1.1.x)'''

If it is not existing you can copy the file from modules/scribite/pntemplates/plugins into the above mentioned folder. (Postnuke.764 users have to copy that file into folder /modules/Xanthia/plugins/)

4. In modules administration regenerate the module list and initialize the new scribite! module and activate it.

5. In scribite! administration make the desired settings.

6. The scribite! plugin has to be added to the templates of your theme.

This is not needed anymore since Version 3.x (for Zikula 1.1.x)'''

Add it AFTER the additionalheader and if possible at last entry before the closing </head>.

6.a Xanthia themes (recommended)

This is not needed anymore since Version 3.x (for Zikula 1.1.x)'''

In all theme templates (master.htm, admin.htm ..) the plugin has to be added with <!--[scribite]-->.
Example:

<!--[scribite]-->
</head>

6.b AutoTheme themes

This is not needed anymore since Version 3.x (for Zikula 1.1.x)'''

Here the theme.html has to be modified:
Example:

<?php $scribite = pnModFunc('scribite', 'user', 'editorheader');
echo $scribite ?>
</head>

6.c (old) Zikula/Postnuke themes

This is not needed anymore since Version 3.x (for Zikula 1.1.x)'''

Modify the theme.php as followed.
Example:

$scribite = pnModFunc('scribite', 'user', 'editorheader');
echo ($scribite);

7. Some modules are not working „out of the box“ with scribite! and have to be modified a little bit.

Please check /pndocs/ext_modules if one of your modules is included with modified files.

Special cases

  • pncommerce
    In file pntemplates/pncommerce_admin_itemedit.html add an id named ItemDescription to textarea:
    <textarea name='ItemDescription' rows='10' cols='40'><!--[ $Item.Desc ]-->
    
    to:
    
    <textarea id='ItemDescription' name='ItemDescription' rows='10' cols='40'><!--[ $Item.Desc ]-->
    

8. Clear (not delete) the cache folder and the compiled folder (just to be sure)

pnTemp/Xanthia_compiled
pnTemp/Xanthia_cache
pnTemp/pnRender_compiled
pnTemp/pnRender_cache

9. Done.

 
 
Powered by Trac
Design by Arcsin