roomshare
Forum Replies Created
-
Forum: Plugins
In reply to: [Embed iPhone/iPad App] Can't activate the pluginPlease 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] How to remove ScreenshotsCurrently, 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] Plugin could not be activatedMay 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] Updated iTunes affiliate linksI have updated the plugin. Now it supports PHG Network affiliate from October 1st.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] Updated iTunes affiliate linksThank 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] Move the App Store buttonThanks 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] ErrorThere 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
Forum: Plugins
In reply to: [Embed iPhone/iPad App] PHP Intl extensionBy 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] PHP Intl extensionYou 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.)
Forum: Plugins
In reply to: [Embed iPhone/iPad App] PHP Intl extensionLet 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] PHP Intl extensionWhen 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] PHP Intl extensionPHP 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.moare 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] No Screens and TMIThank 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.
Forum: Plugins
In reply to: [Embed iPhone/iPad App] No Screens and TMII 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?
Forum: Plugins
In reply to: [Embed iPhone/iPad App] ErrorThis was another PHP5.2 issue. Mark fixed.