Added sections New thread and New post

Antonio Cañas Vargas 2017-04-19 14:16:43 +02:00
parent 4d1cc42ce1
commit 0481529f2f

@ -48,6 +48,14 @@ For each of the threads the following columns are shown:
* **Number of writers**. Distinct users who have written at least one post in the thread.
* **Number of readers**. Distinct users who have read at least one post in the thread.
### New thread
To add a new thread to the selected forum, go to the form **New thread** located under the thread list of that forum and fill in the **subject** (thread title) and **content** of the first post. The content of the post should be plain text, but you can include equations or formulas in LaTeX. To write a mathematical formula inside the text line you must use `\(LaTeX \)`, and to write an equation in LaTeX use `$$LaTeX$$` or `\[LaTeX\]`.
By clicking on the **Image** (camera) icon, you can attach an image. The image may be optionally accompanied by a title or attribution and an external link.
When you finish editing the first post of the new thread, press the **Submit** button to publish it. The new thread will appear at the top of the thread list of the current forum, and the content of the post will be shown as the only post of the current thread. You can remove it by clicking the icon **Remove** (red cross) as long as there are no answers (most recent posts in the same thread).
## Posts
In the box **Thread: `<thread title>`** all the posts of the selected thread are listed grouped in pages, with 10 posts per page. Posts are sorted from the oldest to the most recent.
@ -64,4 +72,12 @@ For each of the posts the following information is displayed:
* Photography.
* Name and surname.
* Number of total posts in forums.
* Full **text** of the post.
* Full **text** of the post.
### New post
To add a new post to the selected thread, go to the form **New post** located under the post list of that thread and fill in the **subject** and **content** of the post (the subject appears filled out and usually does not have to be changed). The content of the post should be plain text, but you can include equations or formulas in LaTeX. To write a mathematical formula inside the text line you must use `\(LaTeX\)`, and to write an equation in LaTeX use `$$LaTeX$$` or `\[LaTeX\]`.
By clicking on the **Image** (camera) icon, you can attach an image. The image may be optionally accompanied by a title or attribution and an external link.
When you finish editing the post, press the **Submit** button to publish it. The post will be displayed at the end of the current thread. You can remove it by clicking the icon **Remove** (red cross) as long as there are no answers (most recent posts in the same thread).