Categories It Is Limited To 50 Characters

0

When I create Categories it is limited to 50 characters.
Please show me the file so I can add the characters.
Please indicate the file location for me to edit.

Question Resolved For: Simple Forum - Responsive Bulletin Board 0 Votes 5 Answers 2.1k Views
Asked by Thuc Bui 2 years ago

0

Answered by Mian Saleem 2 years ago

Hello,

That might be due to database column. You can modify the name column on your tec_categories table and change it as you need.

Thank you

0

Answered by Thuc Bui 2 years ago

I have fixed in the database as you instructed without success. The categorie title is limited to 50 characters. You can test on the demo. Please let me know where to edit the categorie's title more characters.

1

Answered by Mian Saleem 2 years ago

Hello,

Yes, the title is saved in the name column of the tec_categories table.

ALTER TABLE `tec_categories`
CHANGE `name` `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NULL; 

You can run the above query after selecting your database. Once done add/edit category to check if it is saving more than 50 chars.

If you still can't manage, please hire any developer to help you.

Thank you

0

Answered by Thuc Bui 2 years ago

Thank you so much I made it!

Can you tell me: Is there a way to make the sidebar stand still at the end of the banner when dragging the mouse down?

1

Answered by Mian Saleem 2 years ago

Hello,

No, there is no setting for that. You can modify the item code as you need. The sidebar view file is themes/default/views/sidebar.php

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.