From f31003b3f263c2a6494b1ca3059f5fabfbb5fa89 Mon Sep 17 00:00:00 2001 From: Akif9748 Date: Fri, 26 May 2023 19:20:51 +0300 Subject: [PATCH] author url --- README.md | 25 ++++++++++---------- src/themes/bootstrap_black/views/index.ejs | 2 +- src/themes/bootstrap_black/views/threads.ejs | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6fa506e..e78ac17 100644 --- a/README.md +++ b/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) ## TO-DO list +- change email & password - Profile Message or DM -- mod role, permissions +- roles & permissions +``` +role: "moderator", +permissions: ["see_deleted_message"] +``` +- rewrite api ways - upload other photos, model for it -- change password. - add approval threads page. - Add a feature list to README.md -- delete admin??? +- Admin cant delete other admins. - change category name -- _id -- add support for transition around gravatar +- add support for trans around gravatar and upload photo - BETTER SETUP PAGE - add used open source libraries to README.md - send public to common/public -- user.ejs for per theme -- categori search title like thread search - edit template - download theme + + ### front-end -- add newest threads to main page +- add threads, messages etc. to extra +- better user.ejs - add category to threads - working reset button - better pagination - text alling center body -- add a css file for CodeMirror in threads / send message ok - old contents / titles add to forum interface -- categories page is need a update, thread count in category (?) - add ban button to user profile - who liked a message - give admin button, not is admin -- edit user ++ -- rewrite main page, list new messages - thread.js unfuction only listener diff --git a/src/themes/bootstrap_black/views/index.ejs b/src/themes/bootstrap_black/views/index.ejs index d037dcd..2bd4347 100644 --- a/src/themes/bootstrap_black/views/index.ejs +++ b/src/themes/bootstrap_black/views/index.ejs @@ -44,7 +44,7 @@ -
by <%= thread.author.name %>
+
by <%= thread.author.name %>
<%= new Date(thread.time).toLocaleString() %>
diff --git a/src/themes/bootstrap_black/views/threads.ejs b/src/themes/bootstrap_black/views/threads.ejs index b391cab..9b0580b 100644 --- a/src/themes/bootstrap_black/views/threads.ejs +++ b/src/themes/bootstrap_black/views/threads.ejs @@ -34,7 +34,7 @@ -
by <%= thread.author.name %>
+
by <%= thread.author.name %>
<%= new Date(thread.time).toLocaleString() %>