Saturday, February 6, 2010, 9:50:37 AM, Knut Alboldt wrote: > But I've no idea how to write into a textfile instead of a pmwiki-page. > Is it possible ? Do I have to write a Handle for this ?
PS: another approach might be to manipulate the $EditFunctions array. Write a function which will save to text file (using the php functions fopen, fwrite, fclose), add it to $EditFunctions array, and remove 'PostPage' from it. This could be done without hacking fox.php. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
