From: Matthias Schmidt Date: Tue, 20 Apr 2021 11:22:18 +0000 (+0200) Subject: Update third part of tutorial series X-Git-Tag: 5.6.final~261^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=21f913487e3f389089107fd2205ea203c582b1be;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Update third part of tutorial series --- 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