Mizore
Posts
-
Introduce yourself!!! -
Introduce yourself!!! -
Introduce yourself!!!Hi nodeBB community time to introduce myself:
I'm a french (living in France at now, but some vision to escape in asia (China or Japan))
I am a web developper (in a small software company. Less 50 people)
Very interresting about open source projects and also participating in some.And very interrested about NodeBB and writting plugins for expand the community and the powerfull tools of this opensource project.
-
nodebb-plugin-charts@planner Jqplot is easy
for data : [1,4,5] it means coordinate [1;1] [2;4] [3;5]
I will link a complete documentation when the plugin will be ready for that.=) -
nodebb-plugin-charts@planner said:
A feature I've been thinking about for some time, is to have a text or post editor that can be used to create interactive charts, which means it should be able to pull in data from several sources - tables, databases, R data (data frames, vectors, lists), etc. I think this is a step in that direction.
Ultimately, I'd like to be able to have a functionality similar to what RStudio has. Just a thought
Btw, could you post the data used to render the graph in the OP.
Could be an evolution of the plugin. At now it looks awesome, but there is so much more complexity.
here is the data of the exemple below: @@chart[[1,1,2,2,4,5,41,5,4]][{title:(test)}]
-
nodebb-plugin-charts@planner At now the data are in the post with the pattern @@chart[data_here][options_here]
For exemple:
@@chart[[1,2,4,5,4]][title:(test)] -
nodebb-plugin-charts@Schamper said:
You can join me if you want
https://community.nodebb.org/topic/1377/suggestions-needed-for-poll-plugin#10017I already have gotten poll markup, creation, saving to DB and retrieving from DB done.
Is any github repository to see how integrate charts?
-
nodebb-plugin-chartsSome preview about my work to integrate jqplot charting on Posts.
Maybe I could use it to create poll plugins.
not released for the moment but accessible here: https://github.com/svandecappelle/nodebb-plugin-charts
-
[nodebb-plugin-emailer-local] Local email pluginAfter a short check, the plugin doesn't seems to work. The 'send' method isn't called. I'm trying to fix this issue.
Edit: seems to be the hook "action:mail.send" not fired.
Edit2: Does the "action:mail.send" hook fired on reply posted ? -
Whooooo wants WYSIWYG?It look so good.
-
nodebb-plugin-starwarsJust for fun plugin made by me:
at now it seems to only work on firefox (cause of animation 3D) I will implement it on the others as soon as it's possible.githubpage: https://github.com/svandecappelle/nodebb-plugin-starwars
see here: http://forum.mizore.fr/topic/10/plugin-nodebb-starwars-dΓ©fillement#11 -
[Solved] WebSocket connection to 'ws://forum.zaijiajiaoyu.net/socket.io/1/websocket/zot0tQJTmE7fAYON9D9A' failed: Error during WebSocket handshake: Unexpected response code: 502I confirm the upgrade of the nginx increase the performance of nodebb. (index page was often realy slow / and some times crashes) The latest stable version of nxing has resolved this problems.
To upgrade on ubuntu:
sudo apt-get install software-properties-common sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get install nginx
-
How to add a user to group ?Tested with head revision. A popup is showing on member click.
@julian The Chrome console doesn't show any error. -
How to add a user to group ?@planner Yeah I know, but I mean it doesn't show popup window onClick. Using the release. (I'm using the Lavender theme, and some plugins.)
-
How to add a user to group ?![formgroups.png](uploading 100%)
On this view, the button Members doesn't show anything.
EDIT (image doesn't display): Admin area > Groups
-
How to add a user to group ?Thanks
I'm using the release v0.3.2 and the "Members" button doesn't show anything. I'll try with the head version on github tomorow -
How to add a user to group ?I searched on admin area but the fonctionality seams to be hidden. Anybody knows how to do ? (Maybe I'm so blind)
-
Preview next to writeIt would be very user friendly
So awesome ! -
Width on CategoriesHello community !
First, I want to congratulate the nodebb developers. It's a powerful new forum vision. And it's so awesome. (And even opensource project)
I wondered if there is any solution to set a width to a specific category on category pages.
I tried to add a classname through the Categories > Custom Class, and then add a style on Customisation theme but the classname is not added to my category's div panel.Anybody know how to do if it's possible ?