PDA

View Full Version : admin cp setup


eckels2
10-11-2003, 12:04 AM
Quick question -

Has anyone put together, or posted, or whatever, and explanation of how the admin cp pages are setup?

specifically, how the tags like "makeyesnocode" and "doformheader" for example, are used, and what all the variables for them are.

If not, I'm sure i could figure it out, but this would save me some time.

assassingod
10-11-2003, 10:52 AM
Quick question -

Has anyone put together, or posted, or whatever, and explanation of how the admin cp pages are setup?

specifically, how the tags like "makeyesnocode" and "doformheader" for example, are used, and what all the variables for them are.

If not, I'm sure i could figure it out, but this would save me some time.
The best way you can learn the functions it taking a look at adminfunctions.php

It's the best way to see how they work

eckels2
10-11-2003, 04:28 PM
awesome thanks

assassingod
10-11-2003, 04:40 PM
No problem. Also, check out forum.php and user.php in the admin dir. Looking at the code there will help you understand some of the main adminfunctions (makeyesnocode, makeinputcode etc)