DizkusModule
DizkusModule copied to clipboard
Official repository for Dizkus, a fully integrated forum solution for Zikula 1.4+
Hi Developers, I wanted to check with you, if you can use the Master Branch already in Zikula 2.0.6? There are 500 errors again if I want to delete and...
These are problems which I have found during refactoring and solutions that are currently implemented. Topics join - previously it was **appending** posts from origin topic to destination one by...
Dizkus provides comments functionality using Zikula hooks. Comments nature is slightly different than topic nature. - [x] Additional hooks settings for each relation like forum to place comments - this...
Forum tree management needs to be recreated. Dizkus current "Recalculate..." function is not efficient. Recalculating big forum end with a timeout. So I decided I will create dedicated admin page...
Sometimes nested tree gets corrupted and this needs to be fixable - it is different from sync because sync operates on additional data (forum/topics) while this is forum tree itself.
http://zikula.org/index.php?module=Forum&type=user&func=viewforum&forum=56&start=1096 
Dizkus since the beginning have separate users table which is nothing more than a Zikula users "duplicate" (one to one relation) - all users in the forum_users table are Zikula...
Ok change of plans now v4 is abandoned and all work is already merged into v5 5.0.0 will be released hopefully this year :) - [x] Review import - in...
Around 90-95% of Dizkus is "refactored" it should work... Next 2 maybe 3 weeks I'm busy so work on Dizkus will slow down. Things to do: - [x] Installation test's...