Pls more chars in the event title
-
I’ve manipulated the line
VARCHAR(30)
to
VARCHAR(300)
in the Database and also changed
<input type="text" name="event_title" class="input" size="40" maxlength="30" value="<?php if ( !empty($data) ) echo htmlspecialchars(stripslashes($data->event_title)); ?>" />
to
<input type="text" name="event_title" class="input" size="60" maxlength="300" value="<?php if ( !empty($data) ) echo htmlspecialchars(stripslashes($data->event_title)); ?>" />
in the source code, so that it is possible to have long event names. I would appreciate if you could implement this in the core of calendar plugin, so I’m update safe. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pls more chars in the event title’ is closed to new replies.