PDA

View Full Version : Where is Insert Code for PowerGallery Admin


mrobben375515
02-26-2010, 04:19 AM
We want to incorporate the admin pages "add images" and "manage images" pages into a customer's portal. We thought you were using the WA tools, such as Data Assist and Digital File Pro, but we do not see any server behaviors for these in the pages. Where can we find the code on how you insert new files and data, as well as update the data on the pages? I did try to search for key fields such as "display_order" in all the files that are open when we open the "addimages.php", but no hits.

Justin Nemeth
02-26-2010, 10:16 AM
Most of that functionality is run using AJAX, so the server side code to handle it is in the admin/common folder and the javascript that uses those is in admin/js.

-justin