Forums / Cotonti / Support / A couple of questions

tensh
#1 2013-08-07 07:47

Hi;

I'm in progress of making some plugins, and I'd like to ask you some things:

1. I'd like to implement a page moderation system in chosen categories, so that pages changed by the user are still displayed on website (unchanged), and the changes are applied only after moderator accepts them. How would you approach it? By hooks, or entirely separate saving script that would save the changes to different database table?

2. Does anybody still have old wiki plugin by Kilandor? :) I'd like to make a history plugin and this would give me some inspiration.

3. Can I hook into page extrafields in such a way that only specific extrafields are taken from database table?

Trustmaster
#2 2013-08-07 11:32

Hi Tensh,

You can download Kilandor's wiki plugin here. I think the best approach is to store edits history in a separate table.

May the Source be with you!
tensh
#3 2013-08-08 08:43

Thank you very much :)