@torn2 yeah, a changelog would be great
mechanix
Posts
-
Status v1.1.0 -
Topic MergingAny hints for this issue?
-
Weekly email digest as defaultIts not a plugin. In the admin panel
Settings->User->Default User Settings
-
Weekly email digest as defaultNevermind, found it
-
Weekly email digest as defaultHi,
is there a way to set the weekly email digest ON by default for all users? Thank you
-
Name of uploaded files@frissdiegurke said in Name of uploaded files:
@julian said in Name of uploaded files:
The numbers are actually a timestamp, they are not random.
They're not actual UNIX timestamps, but similar; Just with milliseconds instead of seconds. This might have confused @mechanix
Exactly. I understand that Unix time is great to have unique file uploads but it would be more intuitive to use standard time stamps.
-
Name of uploaded files@bentael said in Name of uploaded files:
the numbers are kind of necessary, since you might upload many files of the same name.
I understand. OK, but how can I get a time stamp before the file name then. Right now there are only random numbers.
-
Name of uploaded filesWhenever I upload a file it gets renamed like :
0_1466362909063_example.xlsxHow can I get rid of the numbers before the file?
Thank you
-
Topic MergingAny chance to have topic merging I'm nodebb. We have for example two topics with the same subject. Merging those topics is crucial.
-
Sort tablesFinally it looks like this :
-
Sort tablesThis is how it works:
token = state.push('table_open', 'table class="sortable"', 1); token.map = tableLines = [ startLine, 0 ];
Thank you!
-
Sort tablesMy mistake. I found a typo. The table html code looks like this now:
<table c="l" s="o">
-
Sort tablesUnfortunately it doesn't work. The html code is displayed without the class.
-
Sort tablesThank you for your reply. I'll take a look and will report.
-
Sort tablesHi,
We use in our posts a lot of tables and one of the requirements are to make this tables sortable. Markdown generates only <table></table> output. Is there a way to add a class to the html table output?
http://www.kryogenix.org/code/browser/sorttable/
http://fooplugins.com/footable/demos/sorting.htm -
how to merge topics in admin ?Has been made any progress with this feature? Would be great if we could merge topics. I think this is a essential feature. Thank you
-
Make back-up > New fresh install > recover posts, users and data@connectkushal thank you. I´ll have a look at that. Would be nice to have some export/import function inside the admin dashboard though
-
Make back-up > New fresh install > recover posts, users and dataI´m also very interested in this topic. Is there a general backup strategy? Right now my forum runs in a lxc container which I´m periodically backup with rsync
-
Deliver mails locally@frissdiegurke No no, root was actualy that user I was sudo in. The forum runs as a non privilged user. I created that symbolic link but mails aren´ t sent.
Sending mails from the cli with the user www-data works also.
-
Deliver mails locally@yariplus I have found that piece of information: https://community.nodebb.org/topic/6453/email-configuration-using-local-postfix/7
Postfix is working great. A test mail from the CLI
echo "Test mail" | sendmail -i -f [email protected] [email protected]
is delivered. However, when deactivating thenodebb-plugin-emailer-local
i see no delivery attempts in the logfiles.
Sendmail MTA is installed :root@forum:~# which sendmail /usr/sbin/sendmail
Any clues?