Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/setup.data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ REPLACE INTO `{PREFIX}site_content` VALUES ('24','document','text/html','Extenda

REPLACE INTO `{PREFIX}site_content` VALUES ('32','document','text/html','Design','Site Design','','design','','1','0','0','0','0','','<h3>Credits</h3>\n<p>The MODX Starter-theme is&nbsp;based on Bootstrap 3.3.6 and made by graffx.nl and fuseit.de.</p>','1','{BOOTSTRAP_SQL_ID}','4','1','1','2','1144904400','1','1160112322','0','0','0','1144912754','1','Design','0','0','0','0','0','0','0','1');

REPLACE INTO `{PREFIX}site_content` VALUES ('33','document','text/html','Getting Help','Getting Help with MODX','','geting-help','','1','0','0','0','0','','<p>The <a href=\"http://modx.com/\" target=\"_blank\">team behind MODX</a> strives to constantly add to and refine the documentation to help you get up to speed with MODX:</p>\n<ul>\n <li>For basic instructions on integrating custom templates into MODX, please see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Designing\">Designer\'s Guide</a>. </li>\n <li>For an introduction to working in MODX from the content editors perspectve, see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Content+Editing\">Content Editor\'s Guide</a>. </li>\n <li>For a detailed overview of the backend &quot;manager&quot; and setting up Users and Groups, please peruse the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Administration\">Administration Guide</a>.</li>\n <li>For developers, architecture and API documentation can be found in the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Developer%27s+Guide\">Developer\'s Guide</a>.</li>\n <li>And if someone has installed this site for you, but you\'re curious as to the steps they went through, please see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Getting+Started\">Getting Started Guide</a>.</li>\n</ul>\n\n<p>And don\'t forget, you can always learn and ask questions at the <a href=\"http://forums.modx.com/\" target=\"_blank\">MODX forums</a>. \n','1','{BOOTSTRAP_SQL_ID}','3','1','1','2','1144904400','2','1144904400','0','0','0','0','0','Getting Help','0','0','0','0','0','0','0','1');
REPLACE INTO `{PREFIX}site_content` VALUES ('33','document','text/html','Getting Help','Getting Help with MODX','','getting-help','','1','0','0','0','0','','<p>The <a href=\"http://modx.com/\" target=\"_blank\">team behind MODX</a> strives to constantly add to and refine the documentation to help you get up to speed with MODX:</p>\n<ul>\n <li>For basic instructions on integrating custom templates into MODX, please see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Designing\">Designer\'s Guide</a>. </li>\n <li>For an introduction to working in MODX from the content editors perspectve, see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Content+Editing\">Content Editor\'s Guide</a>. </li>\n <li>For a detailed overview of the backend &quot;manager&quot; and setting up Users and Groups, please peruse the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Administration\">Administration Guide</a>.</li>\n <li>For developers, architecture and API documentation can be found in the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Developer%27s+Guide\">Developer\'s Guide</a>.</li>\n <li>And if someone has installed this site for you, but you\'re curious as to the steps they went through, please see the <a target=\"_blank\" href=\"http://rtfm.modx.com/display/Evo1/Getting+Started\">Getting Started Guide</a>.</li>\n</ul>\n\n<p>And don\'t forget, you can always learn and ask questions at the <a href=\"http://forums.modx.com/\" target=\"_blank\">MODX forums</a>. \n','1','{BOOTSTRAP_SQL_ID}','3','1','1','2','1144904400','2','1144904400','0','0','0','0','0','Getting Help','0','0','0','0','0','0','0','1');

REPLACE INTO `{PREFIX}site_content` VALUES ('37','document','text/html','[*loginName*]','The page you\'re trying to reach requires a login','','blog-login','','1','0','0','0','0','','<p>In order to add a blog entry, you must be logged in as a Site Admin webuser. Also, commenting on posts requires a login. <a href=\"[~6~]\">Contact the site owner</a> for permissions to create new post, or <a href=\"[~5~]\">create a web user account</a> to automatically receive commenting privileges. If you already have an account, please login below.</p>\n\n[!WebLogin? &tpl=`WebLogin_tplForm` &loginhomeid=`3`!]','1','{BOOTSTRAP_SQL_ID}','8','0','0','1','1144904400','1','1158599931','0','0','0','0','0','','0','0','0','0','0','0','1','1');

Expand Down