How can i add new options in the ACP?
Does "No support" mean anything to you?
sorry, shall i satrt a new thred soemwhere else and you delete this one? or do you wanna move it?
You should post (by replying here) what version of coppermine you have and I (or another mod) will move this thread for you.
Additionally, you should describe in more details what you want to accomplish. A link to your site and as many details as possible might help as well.
Joachim
version 1.3
I am playing around with a mod, the email on comments one, and want to make it possible to turn it on and off from the admin panel, so i need to be able to make another option in the admin panel
You need to add an entry into the lang file you are using (at $lang_config_data), and a new row into the config table. The name you specify in the lang file must match the name of the new row in the table. Look at the existing settings for an example.
thanks alot