C5 Forums / C5 Wiki? / typo in documentation

Permalink
on the mail-importers page in the documentation:

Loader::library('mail/importer');
   MailImporter::add(array('miHandle' =>'your_handle'), $pkg);

should be:
Loader::library('mail/importer');
   MailImporter::add(array('miHandle' => 'your_handle'), $pkg);


Also is there some kind of wiki for C5? if not, wouldn't this be a great idea?

And about the forums, i think the forums are not very clear. All the messages are just bunched together on the page (i know you can filter the messages). Why is the forum not just like all the other forums (see image)? everything in different categories?

1 Attachment

Vinzent