CoreBOSBB

Full Version: mobile module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi folks,

I'm wondering this morning where I might get the mobile module for my CoreBOS installation. this would be my CoreBOS 5 installation. I still haven't migrated to the new server yet. Procrastination and can't decide on the Linux Distro - <sigh>


I checked on the installed modules in settings and it's listed there, but accessing the application from either my iPad or iPhone its clearly not active when the data/pages are displayed. 

Any information would be appreciated.
Hi

You should be able to access with this URL:

http://your_server/your_corebos/modules/Mobile

We have to look into updating your install though as this extension has changed a LOT, Omar has dedicated a lot of time to it and the latest version is MUCH better. I will try to reach out to you and dedicate some time to updating.
Mobile in my installation not working, after login, system shows a blank screen with a "icon running"

I think, there a little diference, between my server and demo server, or any mistake in my setting.

How I can debug this?
I reproduce at onlie demo

If you set a user for pt_lang, mobile not working.

Sad
I see that

modules/CronTasks/language
modules/ModTracker/language

are missing pt_br language translation files. That usually produces webservice application to behave incorrectly. Please add those files and try again. Send me the translated files and let me know how it goes.
Attached.

But still not working ....

Sad

modules/mobile
We are missing the pt_br mobile javascript translations:

https://github.com/tsolucio/corebos/tree/master/modules/Mobile/resources/lang
I don't know what this means ...

txt_NumAbbrevTh: "th",
txt_NumAbbrevSt: "st",
txt_NumAbbrevNd: "nd",
txt_NumAbbrevRd: "rd",

Attached
Those are for ordinals:

first = 1st
second = 2nd
third = 3rd
nineth = 9th
uhhh, I don't know if exists  similar em portuguese, but ...

txt_NumAbbrevTh: "primeiro",
txt_NumAbbrevSt: "segundo",
txt_NumAbbrevNd: "terceiro",
txt_NumAbbrevRd: "nono",
Pages: 1 2 3