From 21f913487e3f389089107fd2205ea203c582b1be Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 20 Apr 2021 13:22:18 +0200 Subject: [PATCH] Update third part of tutorial series --- docs/tutorial/series/part_3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/series/part_3.md b/docs/tutorial/series/part_3.md index 7ab4b252..b1888625 100644 --- a/docs/tutorial/series/part_3.md +++ b/docs/tutorial/series/part_3.md @@ -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 -- 2.20.1