
scribite! [25] 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. If it is not existing you can copy the file from modules/scribite/pntemplates/plugins into the above mentioned folder.
4.In modules administration regenerate the module list and initialize the new scribite! [26] module and activate it.
5.In scribite! [27] administration make the desired settings.
6.The scribite! [28] plugin has to be added to the templates of your theme. Add it AFTER the additionalheader and if possible at last entry before the closing .
1.Xanthia themes
In all theme templates (master.htm, admin.htm ..) the plugin has to be added with .
Example:
2.AutoTheme themes
Here the theme.html has to be modified:
Example:
3.(old) PostNuke themes
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! [29] And have to be modified a little bit:
1.PagEd, Pagesetter [30] (v6.x), Postcalendar (v4.02 CVS), Book (v1.12), pnhelp (v1.0.0.0)
The required files are in pndocs/ext_modules and can be copied into the specific module folder (make an backup of the old files!)
2.pncommerce
In file pntemplates/pncommerce_admin_itemedit.html search for:
and edit it as followed:
3.CoType 1.0
The required files are in pndocs/ext_modules and can be copied into the specific module folder (make an backup of the old files!)
8.Clear the cache folder and the compiled files.
- pnTemp/Xanthia_compiled
- pnTemp/Xanthia_cache
- pnTemp/pnRender_compiled
- pnTemp/pnRender_cache
9.Done.