stevemaury wrote: Sat Jun 19, 2021 11:53 am
What rxu, a former developer of phpBB, is saying
Please leave don't insult, there is a chance rxu may not have understood exactly what i was reffering to.
The point me, an average phpbB user is making is regarding topic icons on that specific page.
To break it down,
1 - The topic icons used on global announcement topics do not show up in
ucp_main_front.html
2 - But the topic icons used on global announcement topics do show up on other UCP pages, like
ucp_main_bookmarks.html
and
ucp_main_subscribed.html
.
3 -
ucp_main_front.html
template has the code in it that is used in those other UCP pages to display the topic icons - so those topic icons should also display in the
ucp_main_front.html
template.
4 - Here is the part of the code that I am referring to
Code: Select all
<!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->
5 - If that code is removed the announcements do still show up and that is because the code is simply for a background image.
That means that this if statement
<!-- IF topicrow.TOPIC_ICON_IMG -->
does not work in the
ucp_main_front.html
template file.
I've been back to phpBB 3.1.5 and the situation is the same with that too.
So what I'm trying to find out is,
Is this a feature that was removed way back before phpBB 3.1.5 and someone has just forgotten to remove that bit of code from the
ucp_main_front.html
template?
Or is it a bug?
Because the code would not have been put in the template for no reason.
Most of us will enjoy Christmas in the comfort of our own homes this year, however, sadly, that can't be said for people in the Ukraine who are suffering day after day, due to the Russian invasion.
If you would like to make a small donation to help Ukrainians in their time of need, you can donate to help all Ukrainians via
BritishRedCross or you can donate to help the Ukrainian children via
Unicef.

Thank You
