| 116 | |
| 117 | -- |
| 118 | |
| 119 | == I have installed/created a new template for Dolphin and the Forum stopped to work == |
| 120 | |
| 121 | When you create or install a new template, you should consider that the same template should be created for the forum too. |
| 122 | |
| 123 | Templates for Orca Forum should be placed in the folder '''modules/boonex/forum/layout/''' where you can find your default template '''uni''' and the '''base''' folder whose settings all other templates will inherit. |
| 124 | |
| 125 | If you didn't create a template for Orca but you would like to use it with the default UNI template, you will need to tweak it: |
| 126 | |
| 127 | rename the '''uni''' folder to your custom template's name, for example, if your template's folder name is called '''tmpl_cucu''', rename the '''uni''' folder to '''cucu'''; |
| 128 | |
| 129 | go to the '''cucu''' folder and open the file '''params.php'''; |
| 130 | |
| 131 | rename all instances of the '''uni''' folder to '''cucu''' and save the file; |
| 132 | |
| 133 | now you only need to go to '''Admin Panel -> Modules -> Orca Forum -> Manage Forum''' and recompile your languages. |