Topic: How to increase Category name charecters limit ?
I am trying to increase the limit of category name letters
by default its 32 or so i want to increase in order to make little longer category names.
please suggest how can i achieve it?
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
I am trying to increase the limit of category name letters
by default its 32 or so i want to increase in order to make little longer category names.
please suggest how can i achieve it?
Hi!
In phpmyadmin, select your jobberbase database and run the following query:
ALTER TABLE `categories` MODIFY COLUMN `name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;Replace 64 with the desired value.
Thanks i will give it a try
Posts [ 3 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.018 seconds, 8 queries executed ]