
BTW: Please add a selectable entry for "Win10" at "System Requirements:"

Moderators: usdcs, Andrew Lee, webfork
I don't think that's what happened. I didn't check further back, but the DB backup on 2015-08-23 shows that both of them are already rank 5. Yet the glitch happened between 2015-08-29 and 2015-08-30. The exact time is "2015-08-29 22:20:01".I think it happened because a ton of entries became public at once. Looks like DarkShadow and TP109 achieved rank 5, which brought a lot of entries to the ten point threshold.
ThanksAndrew Lee wrote:@Checker: Will get to it by the end of today! Apologies for missing on your original request.
EDIT: All done now.
That is an odd behavior. I just tried to change the entry myself...billon wrote:When changelog contains symbols which used in HTML tags, it displayed incorrectly, see, for example, changelog for Advanced Renamer.
This seems to be a bug that I have fixed. Hopefully I didn't break any other display side logic.When changelog contains symbols which used in HTML tags, it displayed incorrectly, see, for example, changelog for Advanced Renamer.
The "Software title" bit is easier to do, since that is TPFC code. But the other two will require touching phpBB code, which is a little harder to tell. If there are no objections, I will get cracking on it ASAP.Suggestion: Is it possible that TPFC's PageTitle's sequence be reversed, as well as the format standardized & stripped of unnecessary text ?
Thank you.Andrew Lee wrote:The "Software title" bit is easier to do, since that is TPFC code. But the other two will require touching phpBB code, which is a little harder to tell. If there are no objections, I will get cracking on it ASAP.Suggestion: Is it possible that TPFC's PageTitle's sequence be reversed, as well as the format standardized & stripped of unnecessary text ?
[EDIT] Turned out to be quite straight forward code-wise, so changes have been implemented.
Thanks Andrew for the rapid tweak ! TPFC's various software pages are now easy to differentiate on browser tabs & history listings.Andrew Lee wrote:The "Software title" bit is easier to do, since that is TPFC code. But the other two will require touching phpBB code, which is a little harder to tell. If there are no objections, I will get cracking on it ASAP.
[EDIT] Turned out to be quite straight forward code-wise, so changes have been implemented.
Unfortunately, this is much harder to change. The previous change was easy because it is part of the phpBB templating system (aka "styles"), which is basically a HTML file.HairyPorter wrote:Therefore, if you have many TPFC forum-related pages open, then the browser tabs all show "View foru" & "View topi", making them still difficult to differentiate. Is it not possible to tweak phpBB code to place the title right in front, like the following?
Thanks for the explanation. Is TPFC forum's PageTitle customization constraint due to some limitations of the phpBB code version being used by TPFC ?Andrew Lee wrote:However, for some reason, the string "View forum - <Forum Title>" is constructed by phpBB code and passed as an atomic unit into the templating system. To make matter worse, these are located in different parts of the code (for "View forum" and "View topic"). I have always avoided changing the phpBB code because it makes applying upgrades harder.