That's the title of the rows / topic status. If you wanna remove it you have to edit the following file which is located in: styles/prosilver/template/viewforum_body.html and find the following line:
and replace with:
After editing, save and purge cache from acp.
I recommend you to open the file with notepad++ or better, microsoft vscode.
Code:
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
Code:
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;"<!-- ENDIF -->>
I recommend you to open the file with notepad++ or better, microsoft vscode.
Statistics: Posted by Madalin10 — Fri Mar 01, 2024 8:36 pm