how to set language based on member id in boonex dolphin - boonex-dolphin

How to set a default language where user sign up.
EX: If first user choose Russian as his language while sign up(join form), then for every time after he login in the site should be in Russian language.
Like wise, if Second user choose English Language while sign up, then for every time after he login in the site should be in English language.

You haven't change the language as per user logged id, the administrator who was set the default language, that language will be show in front end, otherwise not depends on user logged. If user need to change the language, the option is in home page, navigation menu.

Related

Automatically enter name/phone/email etc

I may be searching for the wrong thing, which might explain why I can only find information on setting up password autofills.
I'm looking for the ability to for a user to enter email, phone, first + last names in an app, the same way some websites are able to do it, the options appearing above the keyboard.
I have the fields content type set in the storyboard (Name, Telephone Number, Email Address)
Can anyone advise if this is possible and how I go about doing this.
Password Autofill is the only feature that automatically does that on IOS Apps.
The other feature you are talking of "Contact Auto Fill" that you say happens on some websites on your mobile is a feature implemented in the Safari App.
If you go to your IOS settings and open Safari Settings, you'll see you can select a contact to use for contact and credit card autofill.
Safari Settings Screenshot Safari Settings Screenshot2
To get such a feature, you would have to manually implement.
Automatic availability of such feature would probably have privacy concerns to user (meaning you can auto extract true user contact information by just making such a form in your app).

Can you create custom shortcuts in ChromeOS, including the specific URL and icon, without developer accounts?

ChromeOS has the option to create a shortcut from the site you are currently have open in a given window/tab. However this has a few problems:
The icon cannot be customized
If the "favorite" icon provided by the site is low quality or not true to the product's brand, you can't change; also in many cases (like a specific Google doc) it's too generic.
The URL is changed under some cases
If you have multiple profiles logged in, and you select a secondary account, Google use the URL pattern /u/1 .. N for the profile you selected; however this is stripped if you're creating a shortcut, and you'll get only the base URL in the shortcut.

Change iOS app name in code

I want to change the name of my app only as it appears on the user's home screen. The old app name can remain in place on the App Store, in iTunes Connect, in Xcode, wherever else. I want to make this change only for certain users. When the code determines conditions are met, the user's app name should change. Is it possible to do this and if so, how?
EDIT:
To clarify my reason, this is for a game where a "deep secret" of the game would be hinted at by the game's title. I want to hide the hint by using an acronym for the title until the player has revealed the secret in-game. At which point I would change the app's title to reveal the full game title.
Afaik you can only change the display name in your ...-Info.plist file. However, you can have different display names for your app by localising that file, but that would only give you different names based on the language, not the user.
For more Information see Updating the display name of your app
What you can do:
Option 1: Setup different schemes for each user environments and compile one app for each possible type of user
Option 2: Create an app internal home screen and let the user select the more specific app there
Option 3: Don't change the display name, but change the color schemes and logos in the app (I have seen this in some apps)

How to keep "back to app" button in opened application until unless use clicks that button

If in case user close application or click on the home button also
---Thanks in advance.
Apple restricts app developers to access certain parts of the software, in order to protect the security of the users. That being said, accessing the back to app button cannot be changed or modified inside your app, because it is not a piece of software which belongs to your app.
From what you have described, it seems that you want your app to just take control of your user, putting that button there whenever the user exists your app. It is not the case.

Rails - Add a button that goes to a user's default email with an address in place

I'm building an app and wish to allow users to provide continuous feedback while they demo it. I want to add a "feedback" button to the address bar that will take an iPad user directly to their default email with my team's support box already in the address. Maybe even some info about the site they are on in the body of the email. Any tips on where to get started?
Thanks.

Resources