Enable check box in manage link while new registeration

how can in enable all check box by default for a new user registeration

In this picture how automatically enable all check box or particular some check box while new registration.

can we change theme color from any css file and make my own theme

Hi @neerajkumar,

The notification settings are stored in the notification_subscription_settings table; to change the default set, you’ll have to modify classes/user/form/RegistrationForm.inc.php. You’ll need to add some use of the NotificationSubscriptionSettingsDAO, which manages entries to that table.

Regards,
Alec Smecher
Public Knowledge Project Team