Trying to set form defaults when creating new users

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
spiritquest
Regular
Posts: 24
Joined: Tue Feb 06, 2007 1:22 pm

Trying to set form defaults when creating new users

Post by spiritquest »

When we create new users, the form that shows to allow us to set username / wysiwyg / publishing preferences is pre-populated with certain defaults.

Code: Select all

serendipity_admin.php?serendipity[adminModule]=configuration
If I wanted to change the defaults, what file am I looking at editing and any pointers on where I need to look within that eg, class/function/method.

Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Trying to set form defaults when creating new users

Post by garvinhicking »

Hi!

Check the include/tpl/config_personal.inc.php file, and the functions to read this are in include/functions_installer.inc.php, serendipity_parseTemplate().

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply