Jump to content

MMXII

Members
  • Posts

    505
  • Joined

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by MMXII

  1. Click the "Get Support" link in your AdminCP menu. Then multiple boxes with various information show up. Roughly in the middle left, you will find the info about a new patch that is available with a grey "Fix This" button next to it. Click the button and the installation starts.

     

  2. I use this query

    SELECT * FROM `core_sys_lang_words` WHERE `word_key` LIKE 'r__rss_add' ORDER BY `word_key` ASC 

    to find for example the language string r__rss_add. Then I find the outdated string (which still holds my translation).

    Could contain: Chart, Plot, Text

    Then I have to manually remove this entry to a) remove the outdated string and b) be able to actually save the translation* to the correct string (which is the one that is tied to the Core app).

    Wow, that is a lot of work, because there are tons of outdated language strings by now. 😞 I am afraid there is no easier way to do this? Or is there a reliable MySQL query to display all outdated strings?

    * By the way: Only now this works! Before, even if I added a translation to r__rss_add via the language tools in the AdminCP, it would not let me save it permanently, which seems to be a bug.

  3. Also, another weird behavior I noticed: When I look up for example the language string r__fields_manage (this exists twice, but I am talking about the outdated one tied to the Downloads app, as there is no English text provided anymore), it still holds my translation. When I delete my translation text and save the change, then leave the language section in the AdminCP, and go back there later, the language string again holds my translation. So deleting and saving does not seem to empty it.

    The same goes for a couple more language strings. Their text cannot be deleted/emptied as it always returns once I reopen the translation.

×
×
  • Create New...