hi, I have few questions about the mo Ile app: 1) can I make the "create account" link redirect users to a website so they could create account there instead of in the app? I want to use a custom account setup on my site for this purpose. 2) I have never developed an app before but I know basic php programming in addition to HTML and CSS. How difficult is it to make the app? 3) can I change the app colors and style when I develop my app or is it all one style? thanks.
Announcement
Collapse
No announcement yet.
Mobile app customization
Collapse
X
-
1) You cannot redirect the users to the Website.
2) There is no HTML or CSS customization allows in the Mobile Apps.
3) You can specify your logo, icons, and colors for the web site when you use the Mobile Publisher. Once specified, our systems will compile the App and you can download the finished product.
The Mobile App source code is not available to customers for modification.
I have no idea about #4. Seems to be a bug and I can't replicate that issue in the iOS version of the App.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
In the next release (2.1) version of the mobile suite, "create account" will redirect users to your web forum only if the site requires paid subscription. So you can modify your vB5 code at core/vb/api/api.php and change 'paidsubs' => $paidsubs in the 'features' array to 'paidsubs' => 1 to force that redirect without actually requiring paid subscription.
Keep in mind that you will need to reapply this hard coding after every vB5 upgrade.
Comment
-
Originally posted by Thong Nguyen View PostIn the next release (2.1) version of the mobile suite, "create account" will redirect users to your web forum only if the site requires paid subscription. So you can modify your vB5 code at core/vb/api/api.php and change 'paidsubs' => $paidsubs in the 'features' array to 'paidsubs' => 1 to force that redirect without actually requiring paid subscription.
Keep in mind that you will need to reapply this hard coding after every vB5 upgrade.
Comment
-
Originally posted by Doc55 View Post
Is the new version 2.1 available now? I can't find the version in the member area.
https://forum.vbulletin.com/forum/vb...nouncements_aa
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment