![]() |
[Forum] Swap "new messages"/"no new messages" images. - Printable Version +- Hazeron Forums (https://hazeron.com/mybb) +-- Forum: Shores of Hazeron (https://hazeron.com/mybb/forumdisplay.php?fid=1) +--- Forum: Arena of Ideas (https://hazeron.com/mybb/forumdisplay.php?fid=15) +--- Thread: [Forum] Swap "new messages"/"no new messages" images. (/showthread.php?tid=32) Pages:
1
2
|
[Forum] Swap "new messages"/"no new messages" images. - AnrDaemon - 06-05-2018 I don't know, what the theme author was thinking, but the white "no new messages" indicator on an overall dark forum background stands out like sore thumb. RE: [Forum] Swap "new messages"/"no new messages" images. - Deantwo - 06-05-2018 Agreed, and I already mentioned it in the feedback thread. Here: http://hazeron.com/mybb/showthread.php?tid=17 I actually had a fun idea about replacing the current indicators with icons from the game. Maybe the sector icon ( ![]() ![]() RE: [Forum] Swap "new messages"/"no new messages" images. - Haxus - 06-06-2018 I also agree. After taking some time searching for how to make that change, I gave up. RE: [Forum] Swap "new messages"/"no new messages" images. - Deantwo - 06-06-2018 (06-06-2018, 12:58 AM)Haxus Wrote: I also agree. After taking some time searching for how to make that change, I gave up. Looked around a little bit and found where the status icon is computed: http://hazeron.com/mybb/cache/themes/theme3/global.css Code: .forum_status { ![]() RE: [Forum] Swap "new messages"/"no new messages" images. - AnrDaemon - 06-06-2018 I think it would be best to make a new theme with necessary changes. Anybody up for a challenge? RE: [Forum] Swap "new messages"/"no new messages" images. - Deantwo - 06-06-2018 (06-06-2018, 06:47 PM)AnrDaemon Wrote: I think it would be best to make a new theme with necessary changes. Yeah I agree. But I have no idea how to do that, apart from drawing icons in Paint.Net. RE: [Forum] Swap "new messages"/"no new messages" images. - AnrDaemon - 06-06-2018 I downloaded the current theme. It only contains the single XML file with CSS and some HTML code, no images. I think I'll try my hand. RE: [Forum] Swap "new messages"/"no new messages" images. - Deantwo - 06-06-2018 (06-06-2018, 07:47 PM)AnrDaemon Wrote: I downloaded the current theme. It only constains the single XML file with CSS and some HTML code, no images. Might be a better idea to use the default MyBB theme. Since the one Haxus installed has a few bugs. RE: [Forum] Swap "new messages"/"no new messages" images. - Norway174 - 06-06-2018 Shame this isn't XenForo. Would have been able to make that change in 2 seconds. And I know of a very good, and flexible theme for that forum software. :P Actually did make an XenForo forum for another community a little back. Think it turned out pretty well. But unfortunately, that forum isn't free. :/ RE: [Forum] Swap "new messages"/"no new messages" images. - AnrDaemon - 06-06-2018 It was more than 2 seconds due to very bad source formatting. Lots of bad whitespace stuff that had to be fixed before diffs became stable enough to read. https://gitlab.com/anrdaemon/Lunorian-for-soh/raw/master/Lunorian-for-soh.xml It ONLY swaps around these two sprites, locked and redirection topics were not changed. Though, they are not of concern ATM. (06-06-2018, 07:55 PM)Deantwo Wrote: the one Haxus installed has a few bugs. Umm, which bugs? Generally, it's just totally unusable for me. Each post takes almost entire screen, with decorations being 90% of that space. Hard to find bugs in such lush environment. |