Page 1 of 1

[Solved] Adding topic icons when editing a post seems to have been disabled

Posted: Sat Mar 23, 2024 10:30 pm
by floris v
Just tried to tag a post as solved and noticed that I can no longer add the green check mark, or any other, for that matter. That seems to have been disabled a while ago. Why?

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 12:44 am
by robleyd
They appear for me:
icons.png
icons.png (39.55 KiB) Viewed 1869 times
Do you still see the Subject field for editing?

Try View Source and search for Post Icon - you should find this:

Code: Select all

<dl>
	<dt><label for="icon">Post icon:</label></dt>
	<dd>
	<label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> None</label>
	<label for="icon-12"><input type="radio" name="icon" id="icon-12" value="12"  tabindex="1" /><img src="./images/icons/misc/resolu.gif" width="20" height="20" alt="" title="" /></label>
	<label for="icon-1"><input type="radio" name="icon" id="icon-1" value="1"  tabindex="1" /><img src="./images/icons/misc/fire.gif" width="16" height="16" alt="" title="" /></label>
	<label for="icon-6"><input type="radio" name="icon" id="icon-6" value="6"  tabindex="1" /><img src="./images/icons/misc/radioactive.gif" width="16" height="16" alt="" title="" /></label> 
	</dd>
</dl>
If that is there then for some reason your browser isn't rendering that section of the page.

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 12:46 am
by floris v
Odd, it seems to work now. Will mess around with this for a little and report back.

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 12:56 am
by floris v
Here's the offending behavior. Oddly, it doesn't happen for all posts.
Schermafdruk van 2024-03-23 23-54-44.png
Schermafdruk van 2024-03-23 23-54-44.png (36 KiB) Viewed 1847 times

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 1:04 am
by robleyd
Did you have a look at the page source to see if there is anything missing?

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 1:22 am
by floris v
I did, and the icons are missing. The offending page is viewtopic.php?p=545397#p545397

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 2:53 am
by robleyd
Seems to be the case for both the User Experience and Announcement forums that the Post Icons have been disabled - or not enabled - for both those forums. I tried several topics in each forum with the same result.

I don't have karma to see that level of administration on the board; perhaps Hagar will know.

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 12:03 pm
by Hagar Delest
Indeed, that was part of the making when the forum was launched. I don't remember very well why it was done like this but several sections had the feature disabled.
If there is no point against that, I can activate the setting.

Re: Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 12:09 pm
by robleyd
Well really there seems not much need for it in the forums I mentioned - they seem to me to be for information rather than problem solving.

The specific topic that floris v linked seems like it might better be placed elsewhere.

Re: [Solved] Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 1:42 pm
by floris v
Thank you for figuring it out.

Re: [Solved] Adding topic icons when editing a post seems to have been disabled

Posted: Sun Mar 24, 2024 9:32 pm
by Hagar Delest
Indeed. I moved the topic to troubleshooting.
Let me know if you want the icon to be activated for the other sections.