On Wednesday 17 February 2010 16:50:40, Mark Bacas wrote : > http://www.pmwiki.org/wiki/Cookbook/PITS > > This statement is in the PITS cookbook implementation section: > Starting at http://www.pmwiki.org/PITS select the "Edit Page" link and > copy/paste the contents to your own page. Then select the different > links on that main PITS page to other PITS pages and do the same > modifying them to suit your purposes. > > However, when you click on "Edit Page" it requests a password.
You can see the source wiki-text here: http://www.pmwiki.org/wiki/PITS/PITS?action=source On other protected pages, you can also use ?action=source instead of ?action=edit to see the source. If this is not possible, contact me. > I'm trying to setup PITS for my own person issue tracking system. I > have WikiForms setup, but wanted to checkout PITS as well. > > Any chance someone has a sample: local/MyPitsGroup.php ? On pmwiki.org, the file local/PITS.php contains this : <?php include_once('cookbook/PITS.php'); $EnableUpload = 1; $DefaultPasswords['upload'] = ''; And the cookbook/PITS.php file is here: http://www.pmwiki.org/pmwiki/uploads/Cookbook/PITS.php Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
