Peter,
> I am trying to modify the help files that are displayed in
> the help menu, as there are some things
> in there I don't want to include for general use purposes.
> When I change any of the templates
> however, the changes are not shown when I view the help, the
> original pages are still displayed.
> It looks like the templates_c cache folder is being accessed,
> so I was wondering if there is
> either a way to clear this cache (deleting the files doesn't
> seem to work), or another way to
> modify these templates where by the changes will be shown.
>
If you simply modify the existing Smarty templates, then everything
should work fine. However, if you are adding new pages to it, and expect
the links to show up automatically, then you will need to modify
/path-to-eventum/include/class.help.php to put the proper files in the
array of pages.
--Joao