I'm sure someone will correct me, but yes, this should ALL be done outside the core.
> 1-when the users click on the left frame of an html document, it > automatically opens the page in right frame in final view, but only if the > users has specific permisiions. This in admin or in the site itself? > 2-disable right click only with specific permisions. In admin? you might be able to use the permissions stuff in farcry to do this. Or take a copy of the pages, and use edited versions as a custom admin. > 3-add onDragStart, onDragEnd, etc from specific places. see # 2. > 4-modify plp steps adding specific tasks and pages according to specific > permissions. Custom types. > 5-modify database structure adding certains rules I'm not sure exactly what you mean here. Can you give more info? > 6-add AUDIO files to download, but everytime a user starts download, a > counter get +1, and stores in database stats, because each file has a > specific limit downloads permited, so the user can make download if the > counter<counterlimit, and before to make the download, the system must say > "hey, you just download this file lately on ....(the day and time your last > download, and the hystory of your downloads from the file). Custom type. > 7-the publisher of the file downloaded, must receive and email notification, > saying that a new user called xxx starts a new download of his file. Scheduled task using the farcry api to calculate what needs to be calculated. In summary. Look, but dont touch the core. Gav --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
