Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2244

[3.3.x] Support Forum • Re: The text that appears when you hover the mouse over the title?

$
0
0
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:

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}">
and replace with:

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 -->>
After editing, save and purge cache from acp.

I recommend you to open the file with notepad++ or better, microsoft vscode.

Statistics: Posted by Madalin10 — Fri Mar 01, 2024 8:36 pm



Viewing all articles
Browse latest Browse all 2244

Trending Articles