- Moderated by:
- Support Team
-
- rank:
-
Registered User
- registered:
- February 2008
- Status:
- offline
- last visit:
- 03.02.08
- Posts:
- 1
Hi,
I have been able to download the above but I cant get them to work, I have uploaded them via FTP and installed them via the module area in Admin.
How do I get them to work so that when I want to add news or admin messages I can use the editor not HTML?
Hope you can help??
Thanks,
Adam. -
- rank:
-
Professional
- registered:
- December 2003
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 2975
The DOCS
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. 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! 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. 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! And have to be modified a little bit:
1.PagEd, Pagesetter (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.
...and the rest?
--
David Pahl
Zikula Support Team
