Page 1 of 1

Noob and stupid question ^.^

Posted: 2014-02-24 07:25
by dominic_ng
Hello,
I'm so new with AppGini and have this stupid question if it was :P
When create new field under table. Always field new as red not black as video tutorial. Is there any wrong in my field setting?

Re: Noob and stupid question ^.^

Posted: 2014-02-24 07:43
by dominic_ng
Ah, also want to ask how to implement theme from wrapbootstrap as I would like to add Ace Admin theme. In the theme application, instruct as
1. rename the theme file
2. copy it to add-ons\themes
3. run @prepare-for-appgini.php --> I dont know how to do this. Please help.
Also Ace Admin have several .js but the instruction did not show how to implement. Please help for me to decide buying the new theme.
Thanks.
D.N

Re: Noob and stupid question ^.^

Posted: 2014-02-25 15:59
by benzoD
The field names are red if they are required. There is an option to choose whether or not the field is required in the fields' properties. Mine does not default to required so I'm not sure why your new fields would all be red.

As for running the prep script, you simply go to that file in your web browser. I'm not sure what you'd do with the .js files or if they would even be affected at all, so it'd be best to just try it and see what happens.

Re: Noob and stupid question ^.^

Posted: 2014-02-26 02:01
by dominic_ng
hi BenzoD,
I saw the reason of red name. Yes, i choose required field so it red.
About the theme. Do you know how to install new theme. I bought theme from wrapbootstrap (ACE Admin Theme) and dont know how to install when they have separate file of css and js in separate folder. I opened /add-ons/theme and compare the structure and got stuck. Also running prep script via browser not work too. When open prep file via chrome/firefox it only show the code exactly with the source inside. The theme did not have bootstrap.css they only have bootstrap.min.css only. In general, I got stuck when trying to install theme from wrapbootstrap :(

Re: Noob and stupid question ^.^

Posted: 2014-02-27 13:17
by a.gneady
The theme did not have bootstrap.css they only have bootstrap.min.css only. In general, I got stuck when trying to install theme from wrapbootstrap
You could rename it to something like "ace-admin.css" or so before copying it to the "add-ons\themes" folder.

Re: Noob and stupid question ^.^

Posted: 2014-02-27 14:56
by dominic_ng
a.gneady wrote:
The theme did not have bootstrap.css they only have bootstrap.min.css only. In general, I got stuck when trying to install theme from wrapbootstrap
You could rename it to something like "ace-admin.css" or so before copying it to the "add-ons\themes" folder.
Hi, i did it and it loaded new theme. BUT...always BUT. Ace theme have several js and other css files. I dont think missing some file can make my app have same looking as their preview. So could you help me in this? I can send you the theme file if you give me your email.

Re: Noob and stupid question ^.^

Posted: 2014-02-28 19:35
by a.gneady
I'm not sure how they implement their preview interface, but including the other js and css files probably won't help, since the AppGini-generated interface makes use only of the classes in the bootstrap css file.