Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author roomshare

    (@roomshare)

    Please update your PHP version to 5.3 or above. 5.3’s official support ends this month so I recommend 5.4 or 5.5.

    Plugin Author roomshare

    (@roomshare)

    Currently, it is only possible to modify the source code, in EmbedIphoneIpadApp.php

    Customization on admin menu may come in future update, but no date is fixed.

    Plugin Author roomshare

    (@roomshare)

    May I ask your PHP version? It looks like that the constant __DIR__ is not properly processed on your server, and if PHP is 5.2 or older, that may happen.

    Plugin Author roomshare

    (@roomshare)

    I have updated the plugin. Now it supports PHG Network affiliate from October 1st.

    Plugin Author roomshare

    (@roomshare)

    Thank you for head up. I received the notification mail from Apple as well.

    I applied the new affiliate program but have gotten no response so far. Hope I would be able to use it, then will update the plugin.

    Plugin Author roomshare

    (@roomshare)

    Thanks for the report BGStucki! I had overlooked that the screenshots are separately provided for iPhone and iPad from Apple.

    I fixed the bug at version 1.1.0 so now it must work.

    About the design customization including App Store button, I may need some more time to tackle. For the time being, you may modify their order in source code, EmbedIphoneIpadApp.php line 179. Exchange $formattedAppInfo and $formattedPurchaseButton may do that.

    Plugin Author roomshare

    (@roomshare)

    There are several different ways.

    • activate this plugin will let you know if PHP is newer enough
    • you may see the version on your hosting service admin panel
    • if you have shell access, run “php -v” command
    • upload a php file(say phpversion.php) with "<?php echo phpversion()" and open it via browser
    • use plugin such like Display PHP Version
    Plugin Author roomshare

    (@roomshare)

    By getting AslanDoma’s (partially-translated) Russian resource file, there turned to be a bug which all translation did not work on the posts/pages. Translation only worked on admin panel.

    I updated the plugin to version 1.0.9 so now all non-English translations should work fine.

    Plugin Author roomshare

    (@roomshare)

    You may also send your -ru.mo file to siteadmin (at) roomshare.jp then I can check if the mo file is properly made on my local. (You do not have to translate all messages, just a few are enough for me to check.)

    Plugin Author roomshare

    (@roomshare)

    Let me check again which parts you want to be translated. “Genre:” or “Language:” should be translated with your .po/mo files. Language names (like English, Russian) are translated only when you set up php_intl extension.

    If you are seeing the English “Language:” even if WPLANG=ja, it is because your web server/PHP process can not open -ja.mo file. Please ease ownership/permissions on the mo/po files and the directories having those files.

    Plugin Author roomshare

    (@roomshare)

    When you change WPLANG in wp-config.php to ‘ja’, like,

    define('WPLANG', 'ja');

    are you seeing everything displayed in Japanese? If so, and if you do,

    define('WPLANG', 'ru');

    and your translations do not show up, it is likely that somethings are different between your -ru.mo and my -ja.mo files. Maybe folder/file ownership, group, permissions. It is also possible that your .mo file is not a proper mo file format by some reasons (which I can not guess from here though).

    I assume that some other Russian localized scripts are working on your box, right? If not, you need to check if your os has that locale installed.

    Plugin Author roomshare

    (@roomshare)

    PHP Intl extension is only used for translations on few items, like country (Russia in English instead of RU, for example), language and currency.

    All other parts can be translated by adding .po and .mo file under languages/ sub-folder. For example, if Russian,

    language/embed_iphoneipad_app-ru.po
    language/embed_iphoneipad_app-ru.mo

    are needed. You may copy the current Japanese .po, rename ‘ja’ with ‘ru’, and edit .po file with appropriate translation tool such like PoEdit. PoEdit will create .mo from .po automatically when you save.

    If you send me the Russian po/mo files, I will include them and most texts will be display in Russian in Russian configuration.

    Plugin Author roomshare

    (@roomshare)

    Thank you for checking.

    I will work on more flexible feature to customize which items to show. For the time being, I will remove Size and Seller, I agree they are less important information and you can check it anyway after jumping on the store.

    Thanks also for letting me know the download button update. I am to replace it and will release the next minor update soon.

    Plugin Author roomshare

    (@roomshare)

    I have fixed the layout glitch on 1.0.5. Could you please check again?

    About the items to display, I can not decide if the current one is too much or not. Which ones are better to be taken away?

    Plugin Author roomshare

    (@roomshare)

    This was another PHP5.2 issue. Mark fixed.

Viewing 15 replies - 1 through 15 (of 19 total)