mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
author url
This commit is contained in:
parent
0bdc21ff35
commit
f31003b3f2
3 changed files with 15 additions and 14 deletions
25
README.md
25
README.md
|
@ -44,37 +44,38 @@ Akf-forum has got an API for AJAX (fetch), other clients etc. And, you can learn
|
||||||
![image](https://github.com/Akif9748/akf-forum/assets/70021050/1ad4ad8e-d000-46a6-834e-7d76cdddda60)
|
![image](https://github.com/Akif9748/akf-forum/assets/70021050/1ad4ad8e-d000-46a6-834e-7d76cdddda60)
|
||||||
|
|
||||||
## TO-DO list
|
## TO-DO list
|
||||||
|
- change email & password
|
||||||
- Profile Message or DM
|
- Profile Message or DM
|
||||||
- mod role, permissions
|
- roles & permissions
|
||||||
|
```
|
||||||
|
role: "moderator",
|
||||||
|
permissions: ["see_deleted_message"]
|
||||||
|
```
|
||||||
|
- rewrite api ways
|
||||||
- upload other photos, model for it
|
- upload other photos, model for it
|
||||||
- change password.
|
|
||||||
- add approval threads page.
|
- add approval threads page.
|
||||||
- Add a feature list to README.md
|
- Add a feature list to README.md
|
||||||
- delete admin???
|
- Admin cant delete other admins.
|
||||||
- change category name
|
- change category name
|
||||||
- _id
|
- add support for trans around gravatar and upload photo
|
||||||
- add support for transition around gravatar
|
|
||||||
- BETTER SETUP PAGE
|
- BETTER SETUP PAGE
|
||||||
- add used open source libraries to README.md
|
- add used open source libraries to README.md
|
||||||
- send public to common/public
|
- send public to common/public
|
||||||
- user.ejs for per theme
|
|
||||||
- categori search title like thread search
|
|
||||||
- edit template
|
- edit template
|
||||||
- download theme
|
- download theme
|
||||||
|
|
||||||
|
|
||||||
### front-end
|
### front-end
|
||||||
- add newest threads to main page
|
- add threads, messages etc. to extra
|
||||||
|
- better user.ejs
|
||||||
- add category to threads
|
- add category to threads
|
||||||
- working reset button
|
- working reset button
|
||||||
- better pagination
|
- better pagination
|
||||||
- text alling center body
|
- text alling center body
|
||||||
- add a css file for CodeMirror in threads / send message ok
|
|
||||||
- old contents / titles add to forum interface
|
- old contents / titles add to forum interface
|
||||||
- categories page is need a update, thread count in category (?)
|
|
||||||
- add ban button to user profile
|
- add ban button to user profile
|
||||||
- who liked a message
|
- who liked a message
|
||||||
- give admin button, not is admin
|
- give admin button, not is admin
|
||||||
- edit user ++
|
|
||||||
- rewrite main page, list new messages
|
|
||||||
- thread.js unfuction only listener
|
- thread.js unfuction only listener
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="avatar">by <a href="<%= thread.getLink() %>"><%= thread.author.name %></a><img src="<%=thread.author.avatar %>"></div>
|
<div class="avatar">by <a href="/users/<%= thread.authorID %>"><%= thread.author.name %></a><img src="<%=thread.author.avatar %>"></div>
|
||||||
<div><%= new Date(thread.time).toLocaleString() %></div>
|
<div><%= new Date(thread.time).toLocaleString() %></div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="avatar">by <a href="<%= thread.getLink() %>"><%= thread.author.name %></a><img src="<%=thread.author.avatar %>"></div>
|
<div class="avatar">by <a href="/users/<%= thread.authorID %>"><%= thread.author.name %></a><img src="<%=thread.author.avatar %>"></div>
|
||||||
<div><%= new Date(thread.time).toLocaleString() %></div>
|
<div><%= new Date(thread.time).toLocaleString() %></div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in a new issue