Forums / Developer / Customising Admin Section

Customising Admin Section

Author Message

Edavalath prashanth Narayanan

Saturday 05 November 2005 2:59:39 am

Hi,
I am Using eZPublish version 3.6.1 with linux Fedora Core and Mysql database.I am trying to Customise the Admin Section of to validate certain features.
1) I am using a text block whose max rows should be 10. But the text Block gets expanded if it exceeds 10 rows and accomodates more than 10 rows.

2) The Question field of the Poll (Option) and the File Upload of Media file Class is marked "required" .But it accepts blank entries.How to enforce the Validation for these?

3) I have to customise the User groups and Poll Classes to include some validations say by blank entries and minimum input characters. which class (php file) i should make use for making my updations?

4) I have to check whether a User Group Name exists in the database at the time of creation of a new User. I think all the creation functions are done by "edit.php" file in "/kernel/content/" folder. Is there any provision to check a User Group exists already with that name.?

Anticipating your Help on these ...

Thanking You in advance..