mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Tweaks to default install content
This commit is contained in:
@@ -256,7 +256,7 @@ City, State, Country
|
||||
<core name="ue_upgrade">1</core>
|
||||
<core name="upload_class">255</core>
|
||||
<core name="upload_enabled">0</core>
|
||||
<core name="upload_maxfilesize"></core>
|
||||
<core name="upload_maxfilesize">2M</core>
|
||||
<core name='url_aliases'><![CDATA[array (
|
||||
)]]></core>
|
||||
<core name='url_config'><![CDATA[array (
|
||||
@@ -983,8 +983,8 @@ City, State, Country
|
||||
<field name="news_title">Welcome to e107</field>
|
||||
<field name="news_sef">welcome-to-e107</field>
|
||||
<field name="news_body">[p]Welcome to your new website![/p][p]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tempus enim vel nisi fringilla, sit amet volutpat enim tincidunt. Vivamus commodo sit amet leo id viverra. Nulla facilisi. Nam et orci sodales tellus aliquet sollicitudin metus.[/p]</field>
|
||||
<field name="news_extended">[p] [/p]</field>
|
||||
<field name="news_meta_keywords"></field>
|
||||
<field name="news_extended"></field>
|
||||
<field name="news_meta_keywords">welcome,new website</field>
|
||||
<field name="news_meta_description"></field>
|
||||
<field name="news_datestamp">1355612400</field>
|
||||
<field name="news_author">1</field>
|
||||
|
@@ -54,7 +54,7 @@ define("LANINS_029", "Table prefix:");
|
||||
define("LANINS_030", "The MySQL server you would like e107 to use. It can also include a port number. e.g. “hostname:port” or a path to a local socket e.g. \":/path/to/socket\" for the localhost.");
|
||||
define("LANINS_031", "The username you wish e107 to use to connect to your MySQL server");
|
||||
define("LANINS_032", "The Password for the user you just entered");
|
||||
define("LANINS_033", "The MySQL database you wish e107 to reside in, sometimes referred to as a schema. Must begin with a lowercase letter. If the user has database create permissions you can opt to create the database automatically if it doesn't already exist.");
|
||||
define("LANINS_033", "The MySQL database you wish e107 to reside in, sometimes referred to as a schema. Must begin with a letter. If the user has database create permissions you can opt to create the database automatically if it doesn't already exist.");
|
||||
define("LANINS_034", "The prefix you wish e107 to use when creating the e107 tables. Useful for multiple installs of e107 in one database schema.");
|
||||
define("LANINS_035", "Continue");
|
||||
define("LANINS_036", "3");
|
||||
|
Reference in New Issue
Block a user