Page 1 of 1

Change Heading (New Db)

Posted: 2018-09-03 06:30
by lsylvester
how can i change New Db to another name ?

Re: Change Heading (New Db)

Posted: 2018-09-03 23:25
by baudwalker
New DB (new_db) is the default name given by AppGini. This can be renamed from within AppGini itself

Re: Change Heading (New Db)

Posted: 2018-09-04 02:12
by lsylvester
I tried to rename the New_Db in Appgini but can't same for the Table and Field where i can only name once.

Re: Change Heading (New Db)

Posted: 2018-09-04 10:21
by baudwalker
Once you have changed the DB name you need to rebuild and upload the files to your website before the Table and Field view reflect the changes.

To change the Table name you have do the same as for the DB name but you will also need to change the "table view title" in the right hand windows

To change the Field name do the same as for the Table name but you will also need to change the "Caption" in the right hand windows

don't forget to rebuild and upload before any change in AppGini will show on the website.
Barry

Re: Change Heading (New Db)

Posted: 2018-11-06 19:51
by Alisson
You can change this name from "incCommon.php"
around line 370
<a class="navbar-brand" href="<?php echo PREPEND_PATH; ?>index.php"><i class="glyphicon glyphicon-home"></i> NEW NAME HERE</a>