Update third part of tutorial series
authorMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 11:22:18 +0000 (13:22 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 11:22:18 +0000 (13:22 +0200)
docs/tutorial/series/part_3.md

index 7ab4b2529478b2226c996f8ecac23e4d06bae75f..b1888625e377a08d2556c30c003a83e98b75678e 100644 (file)
@@ -1,7 +1,5 @@
 # Part 3: Person Page and Comments
 
-!!! warning "This part of the tutorial series is currently outdated while the tutorial series is updated."
-
 In this part of our tutorial series, we will add a new front end page to our package that is dedicated to each person and shows their personal details.
 To make good use of this new page and introduce a new API of WoltLab Suite, we will add the opportunity for users to comment on the person using WoltLab Suite’s reusable comment functionality.
 
@@ -31,6 +29,9 @@ The complete package will have the following file structure (including the files
 │   ├── personAdd.tpl
 │   └── personList.tpl
 ├── files
+│   ├── acp
+│   │   └── database
+│   │       └── install_com.woltlab.wcf.people.php
 │   └── lib
 │       ├── acp
 │       │   ├── form
@@ -57,7 +58,6 @@ The complete package will have the following file structure (including the files
 │           └── page
 │               └── handler
 │                   └── PersonPageHandler.class.php
-├── install.sql
 ├── language
 │   ├── de.xml
 │   └── en.xml