Thank you very much for your recent release.
Your humble contribution foster communication and help make the world a better place.
It is always intriguing to review your code and learn.
Wishing you the best!
JJ.
JJSagan
Posts
-
NodeBB 1.13.0: a little snow won't slow us down -
DataTables on custom plugin page@alfazaz
Yes,
Create a module, say dt.js.
Paste the datatables code into said file.
That module will be compiled with nodebb, and then you can just require the module in the client.
If you need help let me know. -
nodebb-plugin-composer-quill: WYSIWYG alternative to redactor@julian is being modest. this plugin kicks ass!
-
nodebb-plugin-composer-quill: WYSIWYG alternative to redactor -
Mongodb or PostgreSQL? Ah, that is the question...Not much to learn from my experience, since my #users/day is pathetic.
As for tdwtf, I personally don't believe it would have been faster with Mongo, but I could be wrong. I looked but unfortunately I could not find the exact benchmark chart I was referring to earlier. Nevertheless, see here: https://what.thedailywtf.com/topic/25362/so-about-that-postgresql-thing/8?lang=en-US&page=1Finally, you should consider visiting tdwtf often, the posts there are among the funniest I have ever encountered
-
Mongodb or PostgreSQL? Ah, that is the question...Pgsql v10 works perfectly for us (although our forum is tiny so it may not be a good test case). @Ben-Lubar however, did a number of performance comparison to mongo-DB, and it looks like pgsql is on par. You can follow his work in tdwtf. Good luck!
-
NodeBB v1.12.2 released!Great job!
-
Render last post in topic from templateHi All,
Need some help please: I am trying to render a page that has just the last post (in html) of a certain topic. Can I access said data from the template system?
Thank you!
JJ. -
New desing for NodeBB chat!Hey @youhosi , I love the chat layout, its beautiful great job!
@scottalanmiller I don't know the reason why FB and others decided to split the chat from the main app, maybe the wanted to cover multiple vertical markets, who knows :). Since most browsers support desktop notification IMHO notifications is not a showstopper. Kindly try What's app web page - I think you'll find it working well (in browsers).By the way, @PitaJ open a GitHub issue about potential chat improvements. Its a good place to post your recommendations:
https://github.com/NodeBB/NodeBB/issues/7330 -
Hierarchical groupsHi Developers,
I filed a feature request recently, asking for hierarchical groups (for the full description see: https://github.com/NodeBB/NodeBB/issues/7410).
I completely understand this request may not help everyone, and perhaps its not considered something that should be added to the core.
To that end, does anyone have an idea how to efficiently implement the above in a plugin? I am trying to avoid multiple accesses to the DB, and obviously redundant c/p. How would you go about implementing that?
Thanks,
JJ, -
NodeBB v1.12.0 is released!Thank you for this awesome release. NodeBB is getting stronger and stronger
Can't wait for the next release that may finally include Quill. Have a great weekend guys, and thanks again for your hard work!
JJ. -
Is there an ajaxify page-change event similar to beforeunloadYes @baris that's it, works perfectly
Thank you so much! -
Is there an ajaxify page-change event similar to beforeunloadHi,
I am looking to do some work just before the page changes.
Using beforeunload works but only if the URL is different than the forum URL.window.addEventListener('beforeunload', unloadPage); function unloadPage(e) { // Cancel the event e.preventDefault(); // Chrome requires returnValue to be set e.returnValue = ''; }
Is there any action:ajaxify event I may use for this purpose?
Thanks in advance!
JJ. -
nodebb-plugin-composer-quill: WYSIWYG alternative to redactor -
nodebb-plugin-composer-quill: WYSIWYG alternative to redactorHi @Per0x , I see @julian already addressed your comments.
I would not suggest cloning it now, unless you have some programming skills.
A lot of work has been done, but still there are few things that are yet to be accomplished, see list here: https://github.com/NodeBB/nodebb-plugin-composer-quill/issues. I guess we'll have to wait till Q2.
In the meantime, Quill is working on v2 so lots of good things to wait for -
Redactor Error Handler / PostgreSQL Error on 8000+ characters message@kfirba try updating socket.io-adapter-postgres (replace index.js with https://github.com/BenLubar/socket.io-adapter-postgres/blob/master/index.js). It should resolve the issue you have encountered in earlier releases. I reported this in github if you wish follow:
https://github.com/NodeBB/NodeBB/issues/7215 -
Searching for a user by the "location" fieldI don't have an answer for you...
However, I did note that you are using PG. To that end, make sure to update the driver:
https://community.nodebb.org/topic/13480/redactor-error-handler-postgresql-error-on-8000-characters-message -
Changes to nodebb-plugin-rss in light of YQL shutdown@baris with pleasure
Thank you for considering my comments and revising the plugin! -
How to config Categories Sidebar like nodebb communitiy style?try /admin/general/navigation good luck!