From: Justin T. <jus...@gm...> - 2008-10-16 22:51:31
|
I'm trying to get the "new_pre" functionality working for my new entities in the same manner you have on WiserEarth. Thereby allowing the user to see if their new entity exists before creating a new one. All the routing and files appear to be in the distribution but it doesn't work because newPreSuccess.php is trying to include a file: include_partial($entity . '/newPre_helptext'); that doesn't exist. I added the required file '_newPre_helptext.php' to wiser_platform/apps/frontend/modules/<entity>/templates/ and now it works. Perhaps you could add this file to your distribution with an HTML comment so newbies can figure out how it works a little more quickly. thx Justin |