Quantcast
Channel: Siberian CMS » All Posts
Viewing all 1284 articles
Browse latest View live

Reply To: App Permission

$
0
0

Hi Marvin,

The basic: Siberian is an app generator. User can add or remove page/feature/module/layout without needing to republish the app. It means, all modules and layout available on CMS is automatically loaded into app as well.

To modify (which is not recommended), user need to understand Siberian Structure. To alter the code, user need to understand Js, php/phtml, etc..

Now, if you want to modify app permission, you also need to remove all related features in the app source code structure.

I have done once but app failed to open and so I stop trying. There are some other methods I have done but now decided to follow Siberian rules :)

Please feel free to email contact@siberiancms.com if my opinion doesn’t satisfy you ;)

Sincerely,
Ariv Ontowiryo


Reply To: App Permission

$
0
0

Thank you Ariv,

But kindly note that I didn’t publish the application yet on google play, I’m just testing the apk, so is it possible to remove these permissions from AndroidManifest.xml before uploading to google play?

 

Thank you

Reply To: App Permission

$
0
0

Hi Marvin,

Visually, to satisfy users eyes, it is possible.
But…
Technically, all related coding to the deleted permissions must be removed as well, otherwise the app will be rejected.

Sincerely,
Ariv Ontowiryo

Reply To: App Permission

$
0
0

Well.. thank you so much Ariv for your clarifications,

But I’m really getting wonder why these permissions has been included on the code itself and I’m not using any of Siberian modules!

Also there is no way to disable them through builder or backoffice…

 

Reply To: App Permission

$
0
0

Hi Marvin,

If you use MAE/PE, at this moment, there is no way to disengage the features easily and safely.
If you use SAE along with scripting language skills, you can remove un-use feature manually.

Some people think it is a disadvantage but in my opinion that is the beauty of SiberianCMS.

Sincerely,
Ariv Ontowiryo

Reply To: App Permission

Reply To: Project "Donation MultiApp Version – Platform Edition"

$
0
0

Good evening. Sorry for the late answer.

I will follow the advice and offer different projects with us on the homepage. My question is, am I allowed to copy information from this site?

The Singel Edition is good, but a Platform Edition would be more interesting.

But since it is allowed to install more versions. I will only follow this possibility.

Buying the monthly version is more enjoyable, but more expensive. It is not worth.

I would like to offer a cooperation. Since we went through several development app and this is the most comfortable.

Thank you and the contribution can be closed.

Greetings Mad

Reply To: Siberian wont let me log in

$
0
0

Hey there,

 

got the same problems. i have fixed it with resetting the password. But why it comes so , i dont know.  Some other Questen . Google change the API version 23 to min 26- Will the come a fix from your site ?

 

greatins mad


Reply To: Siberian wont let me log in

$
0
0

Hi Mad,

Regarding to
“login issue” :
1. This is usually due to php version other than 5.6 or 7.0.
2. Could be also misconfig in php.ini that limits the database entries.
“API version 23” : Would you please direct to contact@siberiancms.com

Thanks and sincerely,
Ariv Ontowiryo

Reply To: Project "Donation MultiApp Version – Platform Edition"

$
0
0

Hi Mad,

Regarding to
“am I allowed to copy information from this site?” : Which part? Would you please direct to Siberian contact@siberiancms.com.
“offer a cooperation” : Please feel free to contact me on Fb. So sorry this business strategy is a sensitive matter.

Thanks and sincerely,
Ariv Ontowiryo
https://www.facebook.com/arivontowiryo

Reply To: Need help installing SAE

$
0
0

Hi Ariv,

I’m new to app developing too, and I have no web hosting or domain yet. I only want to create one app. If I use the VestaCP.com you were talking about, does this fit with the server requirements needed to use Siberiancms? And is this all free?

Sincerely,

Nadia

Reply To: Need help installing SAE

$
0
0

Hi Nadia,

VestaCP is Free Web Server Control Panel for self hosted VPS.
VPS itself is not free. And if you plan on self hosted Siberian, you need a bit familiar dealing with Linux (Web Server).
“does this fit with the server requirements needed to use Siberiancms?” : my opinion, it is the minimum specs when deploying hybrid apps generator like SiberianCMS. You will have no problem deploying SAE on VPS because you have server root access and the VPS performance is much better than Shared Hosting.

Sincerely,
Ariv Ontowiryo

Reply To: Need help installing SAE

$
0
0

Hi there. I am using it on a shared hosting with BlueHost. Able to install it. Only problem I had last time is just the sub-domain. Support suggested that I should create a sub-domain using the sub-domain manager. And it work.

when is mimified file generated

$
0
0

Hi all,

I’m new whith siberian. I’ld like to know when minified js files are generated.

When i click on the url given in backoffice, it point on /var/apps/browser/index-prod.html

I’ld like to override module(commerce) js files used to generate minified file.

My questions are:

  • When are they generated ?
  • How to override module files and generate new minified files ?
  • How to live test application before generating apk ?

Thanks for your help

 

Reply To: when is mimified file generated

$
0
0

Hi Ams,

1. “override module(commerce) js files” : Create a modified Module at very first is the best and safest solution.
2. “when are they generated?” : as soon as the platform is accessed/viewed.
3. “how to override module files and generate new minified files?” : I’m not allowed to inform you exactly (hacking stage). But minify the already minified file will not improve the app loading time. I have done this stage for testing purposes only.
4. “how to live test application before generating apk?” : through the app overview viewing on web browser.

Sincerely,
Ariv Ontowiryo


Reply To: when is mimified file generated

$
0
0

Thanks for your answers

Create a modified Module at very first is the best and safest solution.“: schould i create it from scratch or just override angular files of existing module by recreating sae architecture in local folder as explained here  https://doc.siberiancms.com/knowledge-base/how-to-keep-your-customization-when-updating/ ?

If yes how does i update(regenerate) minified files after modification  to be able test in browser?

“when are they generated?” : as soon as the platform is accessed/viewed” so they are generated just once ? ie after sae installation ? if  yes i’ll not perform the action asked in the previous question

Thanks for help once more
I stay online for a answer
Regards,
AMS

Reply To: when is mimified file generated

$
0
0

Hi AMS,

1. You can modify existing module or create your own. Please follow siberian Dev docs. This newly installed module will automatically store in /app/local/ directory. Modify directly by copy from /app/sae/ to /app/local/ may works after rebuilding in development stage in backoffice dashboard rebuild manifest option.

2. Whenever platform is accessed, all necessary sources will be refreshed/reloaded. So it is not only once or at first installation. Specifically this index-prod.html will always continuously update. If you messed this file(s) and forgot to backup, you can always restore in Development Environment and rebuild app sources from backoffice.

Sincerely,
Ariv Ontowiryo

Reply To: when is mimified file generated

$
0
0

Hi,

Thanks once more for the answer. Please in backoffice what is the path (or menu) for rebuild manifest option. I can’t find it.

A screenshot will be more than welcome.

Sorry i’m am really new as the cms user

regards,

Reply To: when is mimified file generated

$
0
0

Hi AMS,

1. In Backoffice > Settings > Advanced > Configuration : Change the Application Settings Environment from Production to Development, then save.
2. After the platform is refreshed automatically, go to Setting > Advanced > Tools : Restore Apps sources. “This will restore App sources ‘iOS’, ‘Android’, ‘HTML5’ & ‘Overview’ from the latest Siberian version, then rebuild the manifest to restore installed modules.”
3. To Rebuild Apps/Previewer Manifest, a Rebuild button is available in Backoffice Dashboard once the platform set to Development Environment.

Sincerely,
Ariv Ontowiryo

Reply To: when is mimified file generated

$
0
0

Hi <span style=”color: #404040; font-family: Lato, sans-serif; font-size: 14px;”>Ariv, </span>

I  followed  you advices, I’ll like to ovveride app\sae\design\mobile\angular\js\controllers\<span style=”color: #404040; font-family: Helvetica, Arial, sans-serif; font-size: 14px;”>mcommerce.cart.js</span>

i created  app\local\design\mobile\angular\js\controllers\<span style=”color: #404040; font-family: Helvetica, Arial, sans-serif; font-size: 14px;”>mcommerce.cart.js</span>

but /var/apps/browser/dist/packed/m_commerce.bundle.min.js is not regenerated can you  please tell me why?

Thanks once more,

Regards,

AMS

Viewing all 1284 articles
Browse latest View live




Latest Images