Hello,
at first thank you for that great style.
I have a issue:
If a Topic has an icon the HexagonReborn symbol cover it.
Screenshot:
How can I fix it?
Thank you.
Topic icons are covered by HexagonReborn symbols - HexagonReborn
-
- Registered User
- Posts: 11
- Joined: Sat Jan 26, 2019 9:28 pm
Re: Topic icons are covered by HexagonReborn symbols
In which part of your forum that issue occurs ? because in viewforum it displays correctly as can be seen here
. Best would be if you could link me to it so i can check it on my own
-
- Registered User
- Posts: 2028
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: Topic icons are covered by HexagonReborn symbols
Thank you for your answer
Sure, it's easier you can look by yourself: https://gretzn.eu/forum/
Sure, it's easier you can look by yourself: https://gretzn.eu/forum/
-
- Registered User
- Posts: 11
- Joined: Sat Jan 26, 2019 9:28 pm
Re: Topic icons are covered by HexagonReborn symbols
I see so the problem is with the extension and not the style.
To fix it make folder called HexagonReborn in
Open those files find
and replace it with
Don't forget to purge the cache in acp
To fix it make folder called HexagonReborn in
ext/paybas/recenttopics/styles
inside that folder make another one called template and copy recent_topics_body_topbottom.html
and recent_topics_body_side.html
from the ext/paybas/recenttopics/style/all/template
folderOpen those files find
Code: Select all
<dt{% if recent_topics.TOPIC_ICON_IMG and S_TOPIC_ICONS %} style="background-image: url({{ T_ICONS_PATH }}{{ recent_topics.TOPIC_ICON_IMG }}); background-repeat: no-repeat;"{% endif %} title="{{ recent_topics.TOPIC_FOLDER_IMG_ALT }}">
Code: Select all
<dt{% if recent_topics.TOPIC_ICON_IMG and S_TOPIC_ICONS %} style="background-image: url({{ T_ICONS_PATH }}{{ recent_topics.TOPIC_ICON_IMG }}); background-repeat: no-repeat; position: relative;"{% endif %} title="{{ recent_topics.TOPIC_FOLDER_IMG_ALT }}">
-
- Registered User
- Posts: 2028
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: Topic icons are covered by HexagonReborn symbols
Sorry, I don't knew that a extension produced the issue. I have no idea about things like this.
Your solution works perfect! Thank you very much.
Your solution works perfect! Thank you very much.
-
- Registered User
- Posts: 11
- Joined: Sat Jan 26, 2019 9:28 pm