WIRIS plugin for JoomlaDOWNLOAD (choose TinyMCE plugin in PHP) 1 Requirements
2 Copy filesUnzip the tinyMCE WIRIS Plugin and copy the The final directory should be <media or plugins> 3 Activate WIRIS plugin for TinyMCE3.1 On Joomla 1.5.14 or higherOpen $buttons1_add_before = implode( ',', $buttons1_add_before ); Now add this code before the line: $plugins[] = 'tiny_mce_wiris'; $buttons2_add[] = 'tiny_mce_wiris_formulaEditor'; // For WIRIS Formula Editor $buttons2_add[] = 'tiny_mce_wiris_CAS'; // For WIRIS cas The final code should look like: … $plugins[] = 'tiny_mce_wiris'; $buttons2_add[] = 'tiny_mce_wiris_formulaEditor'; // For WIRIS Formula Editor $buttons2_add[] = 'tiny_mce_wiris_CAS'; // For WIRIS cas $buttons1_add_before = implode( ',', $buttons1_add_before ); … The final step is the activation of the extended tinyMCE editor. In Joomla administrator panel, go to 3.2 On Joomla lower than 1.5.14Open $buttons2 = implode(',', $buttons2);
Now add this code before the line: $plugins[] = 'tiny_mce_wiris'; $buttons2[] = 'tiny_mce_wiris_formulaEditor'; // For WIRIS Formula Editor $buttons2[] = 'tiny_mce_wiris_CAS'; // For WIRIS cas The final code should look like: … $plugins[] = 'tiny_mce_wiris'; $buttons2[] = 'tiny_mce_wiris_formulaEditor'; // For WIRIS Formula Editor $buttons2[] = 'tiny_mce_wiris_CAS'; // For WIRIS cas $buttons2 = implode(',', $buttons2); … 4 ConfigureEdit media 5 Clean and backup WIRIS plugin for TinyMCECheck this page. |