reply feature frontend #49
Labels
No Label
#19
Bad Style
Broken
Bug
Migration
Network
Priority: High
Priority: Low
Priority: Normal
Priority: URGENT
Suggestion
ToDo
nofun
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: root/threadr.lostcave.ddnss.de#49
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
For the special mode, just put something in the submit PHP where it goes like this:
I don’t exactly recall how we implemented posts but the unique identifier may be just the ID if it’s unique across all threads or it may be an array containing a bunch of information like post ID, board ID, thread ID... (I know, board ID is currently not implemented and threads are being referred to as boards.)
Similarly, you can put a section like this in the part where posts are being loaded to add the link:
So I just went ahead and implemented it.