|
|
JForum Install Guide
|
CAUTION:
|
This is a necessary step for masking the image icon in
the toolbar of the
editor (JForum handles embedded images through the
'Attach files' process).
If you omit this step, you will get
a toolbar error!!!
Under sakai source/reference/library/src/webapp/editor/FCKeditor/config.js
file, include this statement
FCKConfig.ToolbarSets["JforumDefault"] = [
['Source','-','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Smiley'],
['SpecialChar'], ['Style'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;
and compile and deploy sakai again.
NOTE: If you have
already deployed sakai and don't want to redeploy then in tomcat/webapps/library/editor/FCKeditor/config.js
you can add the above statement.
8. Add Jforum Icon to Sakai Left Menu
If you are using sakai's default cascading style sheet
create the icons folder under tomcat/webapps/library/skin/default/
or download it from
here.
and copy the image jforum-menu.png from jforum-tool/src/webapp/images/sakai-menu
to
tomcat/webapps/library/skin/default/icons.
Add the below line to tomcat/webapps/library/skin/default/portal.css
.icon-sakai-jforum-tool{
background-image: url(icons/jforum-menu.png);
}
Questions?
Contact sakai-dev@collab.sakaiproject.org or dev@etudes.org
|
Copyright © 2008, 2009, 2010, 2011 Etudes Inc. | Privacy Policy | Contact Us |