Forums / Setup & design / Custom functionality in the admin interface

Custom functionality in the admin interface

Author Message

Felix Laate

Monday 28 March 2005 11:02:56 pm

Hi all!

Suppose I create a class "mappoint". It has the attributes "name", "body", "x" and "y".

If I want to make some custom admin functionality (e.g. a popup with a map to help getting the right coordinates) for this class, how is this done? With an override?

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

Xavier Dutoit

Monday 28 March 2005 11:10:31 pm

Yes, you can override the edit of this class on your admin interface (have a look at the settings/siteaccess/admin/override.append.ini.php file, you have a few exemples).

Otherwise, if you think you're going to have to reuse this mappoint, you could create a new datatype "mappoint", that will store the x y and name+ have all the custom layouts you want. Not that complicated...

http://www.sydesy.com