The inescapable "Never Ending Story"-module now available for Dragonfly. The stories are writen by your users.
Language files in English and Deutsch.
Installation as usual in Dragonfly.
If you've found a bug, please send a pm to me and i'll fix the problem as soon as possible. Suggestions welcome.
There is no admin-module yet ! If you have to change parameters, you only can do that in the source index.php :
Code::
/* Configuration */
$cfg_minimum_paragraph = 500; // Minimum length in characters for a new paragraph
// set to 0 for *no minimum*
$cfg_guest_write = true; // allow guests to post a paragraph : true / false
$cfg_user_delete = true; // allows user to delete a paragraph he has writen : true / false
$cfg_admin_showip = false; // shows user-IP, when admin : true / false
$cfg_paragraphsperpage = 5; // number of paragraphs per page
/* END Configuration */