Recent Topics

1 May 09, 2007 01:03    

My b2evolution Version: 1.9.x

Hi! Is it possible to set the letter limit for the blogs shortname from 12 to 18? And where can i change it?

Thanks nureac

2 May 14, 2007 22:26

in inc/VIEW/collections/_blogs_general.form.php, change the 12 to an 18.


        $Form->text( 'blog_shortname', $edited_Blog->get( 'shortname', 'formvalue' ), 12, T_('Short Name'), T_('Will be used in selection menus and throughout the admin interface.') );

Then you'll have to change the column in the database to have a longer length. Keep in mind that this will cause problems when you upgrade.

3 Apr 15, 2008 17:01

Personman, can you please elaborate why changing the Databases' Short_name character length number will will cause problems when you upgrade?

Thank You!

4 Apr 15, 2008 17:02

The upgrade script may put the db back to the way it was originally, cutting off your longer blog names.


Form is loading...