- Posts: 12
- Thank you received: 1
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Question Error setting category icon to long fontawesome names
- webenhanced
-
Topic Author
- Offline
- New Member
Less
More
1 week 17 hours ago - 1 week 15 hours ago #1
by webenhanced
Error setting category icon to long fontawesome names was created by webenhanced
Kunena version 6.1.3.2
Joomla 4.3.4
When setting the category icon in administration backend, for long fontawesome icon names, the save record fails:
I see that the icon field in the kunena_categories table is set to varchar(20). Is there a safe way to extend that size that will withstand software updates?
An example name is: "far fa-chalkboard-teacher" = 25 characters.
thanks, Graham
Joomla 4.3.4
When setting the category icon in administration backend, for long fontawesome icon names, the save record fails:
Saving category with id 13 failed : Data too long for column 'icon' at row 1
I see that the icon field in the kunena_categories table is set to varchar(20). Is there a safe way to extend that size that will withstand software updates?
An example name is: "far fa-chalkboard-teacher" = 25 characters.
thanks, Graham
Last edit: 1 week 15 hours ago by webenhanced.
The following user(s) said Thank You: xillibit
Please Log in or Create an account to join the conversation.
1 week 12 hours ago #2
by Leen
L.v.d.A
Replied by Leen on topic Error setting category icon to long fontawesome names
You have a point there, I think it's a bug.
I can't easily find a setting somewhere in kunena configuration
I have compared some here myself
and apparently with a new installation
but at site where i upgraded kunena
so you can just increase it with phpmyadmin and save
I can't easily find a setting somewhere in kunena configuration
I have compared some here myself
and apparently with a new installation
Code:
icon = varchar(20)
Code:
icon = varchar(60)
L.v.d.A
Please Log in or Create an account to join the conversation.
- webenhanced
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 1
1 week 9 hours ago #3
by webenhanced
Replied by webenhanced on topic Error setting category icon to long fontawesome names
Thanks for that.
Please Log in or Create an account to join the conversation.
1 week 9 hours ago #4
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Error setting category icon to long fontawesome names
Hello,
Thanks for the report, i will fix it for the next release of Kunena
Thanks for the report, i will fix it for the next release of Kunena
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Leen
Please Log in or Create an account to join the conversation.
Time to create page: 0.272 seconds