> I can't seem to find where I set the default width for the edit box.
For PhpWiki 1.3.3, look in lib/main.php for the line:
$UserPreferences = array('editWidth' => new _UserPreference_int(80, 30,
150),
The three numbers are, in order, the default (80), minimum (30) and
maximum (150) allowed for the preference.
(In the current CVS version, this code has been moved to
lib/WikiUser.php.)
|