- Posts: 12
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Error setting category icon to long fontawesome names
- webenhanced
-
Topic Author
- Offline
- New Member
-
Less
More
2 years 6 months ago - 2 years 6 months ago #229213
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: 2 years 6 months ago by webenhanced.
The following user(s) said Thank You: xillibit
Please Log in or Create an account to join the conversation.
2 years 6 months ago #229216
by Leen
With kind regards
Leen
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)
With kind regards
Leen
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
2 years 6 months ago #229217
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.
2 years 6 months ago #229218
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.277 seconds