Geeklog-Plugins / forum

Geeklog Forum Plugin (forum)
1 stars 2 forks source link

Forum RSS Feed will include foreign language words from the incorrect language file #5

Closed eSilverStrike closed 7 years ago

eSilverStrike commented 8 years ago

RSS Feed displays Foreign Language in Titles from Forum Posts from Users with a different language set. Should be what ever the feed language is set for.

For example Re (as in reply) turns into:

Theming Support :: 書込: Denim theme variation issue on user settings page

it should be:

Theming Support :: Re: Denim theme variation issue on user settings page

Here is the example from the feed for the post: https://www.geeklog.net/forum/viewtopic.php?showtopic=96188

Theming Support :: 書込: Denim theme variation issue on user settings page https://www.geeklog.net/forum/viewtopic.php?showtopic=96208 https://www.geeklog.net/forum/viewtopic.php?showtopic=96208 Sun, 27 Dec 2015 05:58:20 -0500 By: <a href="https://www.geeklog.net/users.php?mode=profile&amp;uid=10284">ivy</a><br /><br />MediaGallery 1.6.16 have old original template system.<br /> So &#039;theme_default&#039; error occured.<br /> &#039;theme_default&#039; =&gt; &#039;denim&#039;<br /> <br /> MediaGallery 1.7 use Geeklog 2.0 new theme engine, so works &#039;theme_default&#039;. <br /> <br />
eSilverStrike commented 7 years ago

"Re" is a language variable and is hardcoded into the reply subject when the user creates the reply. The subject is automatically created when the user replies and is based on the language variable (which is based on the users language settings) and the root forums subject.

Therefore it cannot be change for the RSS feed and is not a bug. This would be like trying to change the language used in an actual forum post written by a user.