Look, I know I was the one to speak up and tell you not to modify the
core, but unfortunately I'm not yet experienced enough with FarCry to
tell you precisely how to do each of these.

I can tell you though, that if you can do it by modifying the core, you
CAN do it by extending the core. Extending the core not only makes it do
more, but can make the core operate in a completely different manner if
you like. 

Just do this. Next time you think you need to modify a component in the
core, try making the same change to that component in your project. In
effect, you'll be changing the way that the core works without making
changes to the core. Now you'll be able to upgrade when that time comes
along...

Everybody, like I said, I am no expert. However, I think that what I'm
saying is accurate. If I am the one who is wrong, please let me know.

--Ferg


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin
Cooney
Sent: Monday, March 21, 2005 10:53 PM
To: FarCry Developers
Subject: [farcry-dev] RE: help !.

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/



---
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/

Reply via email to