-
-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In new topic, topic icons disappear when category selected #9778
Comments
When the icons go away, id I do a Ctl D to look at the code the icons are there. However, if I use the browser to inspect the icons they are not there. There is some javascript that looks for the ID="iconset_topicList" and does not display the icons, perhaps the edit.js in /components/com_kunena/template/aurelia/assets/js? |
I cannot reproduce this error. Tested with SVG, Fontawesome and Images legacy. The topic symbols are always displayed. |
Now I have found out exactly what you mean. I always opened the categories via the Index -> Category -> New Topic. Please always add how errors can be reproduced. To Reproduce
Result |
Go to the Forum tab, select the New Topic tab. |
Could you try this patch? |
I am sorry, the patch did not work on my ubuntu 22.04 test system. |
I give up. I can't reproduce your initial problem. |
I am at a loss as well. I get this problem on my test joomla site (clean install joomla, kunena, sample data), and on our production sysgtem. |
if i change the selector in file omponents/com_kunena/template/aurelia/layouts/topic/edit/default.php, line 314 from
to
the problem goes away. |
Will check tomorrow. Mine is not fresh Joomla install, but is fresh Kunena install in Xampp PHP 8.2. |
??? Line 314 is |
So, I went back to joomla 5.2.1 kunena 6.3.6 and the problem did not exist. |
@makitso was able to reproduce (and as such fix) it: #9784 Can you test? @Pinkeltje just trying to understand why it was working correct for you > are you on windows hosting? |
@Ruud68 that must be it. Running xampp on windows. |
From our friendly AI:The behavior you are observing is likely due to differences in case sensitivity of the underlying file systems used by the servers. Here's a breakdown of what might be happening: 1. Case-Sensitive vs. Case-Insensitive File Systems
2. Server Configuration Differences
3. Best Practices to Avoid Issues
Would you like help debugging this for your specific server setup? |
Yep. Same result from my "friend" claude. Working on it ;-) |
ok, that was then also the issue with the sampledata issue not being reproducable by you :) |
@Ruud68 |
Joomla 5.2.2
Kunena 6.3.7
When a user selects the topic category, the topic icons disappear.
The text was updated successfully, but these errors were encountered: