My b2evolution Version: 1.10.x
This question has been asked before but for a different version of B2E and the file names involved have changed.
I need to expand the number of characters in the Short Name field from the current value of 12 (?). Does anyone know how to change the limit in B2E version 2.4.2?
Thanks,
Dave
http://sciencecenter.no-ip.org
You need to change the length of blog_shortname field in evo_blogs table
Then replace 12 in inc/collections/views/_coll_general.form.php (line 54) to match your changes
I think it should work then, not tested