Are you planning on implementing some sort of book mark system because after a certain amount of posts in a topic it's going to get pretty tedious to keep scrolling down say 250 posts just to get to the latest post. or would pagination at say 100 posts be a solution?
That's neat! It could definitely be done in the form of an extensible plugin.
We made the decision early on to not include hashtags into the core functionality, as we felt that we wanted to focus more on the original forum experience.
But this is perfect as an add-on.
Hi forum,
We are encounting difficulties to load big topics, with more 130 posts, with images.
A friend had a idea until pages arrives.
Add an option to switch posts order, in this way, you don't have to load all the posts and images.
What do you think about that?
Cheers
I did not see something on your roadmap about Gamification so this seems to have no priority for you.
haha this is totally a huge priority for me. as @julian said, gamification will definitely be in the form of plugins. we can't wait to get onto the real fun stuff
If it helps you, I've started a plugin here:
http://try.nodebb.org/topic/161/nodebb-plugin-mongodb-mongodb-plugin
It's still in development - I haven't had the capacity lately to finish it just yet. If anybody wants to take a crack at it though that would be awesome
temporary fix:
within websockets.js add the following code inside the if(uid) block (inside io.socket.connect):
if(!global.socketlogin) global.socketlogin = {};
global.socketlogin[sessionID] = uid;
then after an ajax call ( app.get ) in webserver.js for example,
global.socketlogin[req.sessionID])
will show if the current user is logged in.
Thanks. We agree that retaining clear vision is critical.
Can you comment on which direction you would suggest - write a plugin to NodeBB that links docpad, or the other way - a docpad plugin that links in NodeBB, or both?
What's your estimation as to the level of difficulty involved?
Fantastic! We really appreciate any help you can give us.
The entire topic view overhaul discussion is contained in this Github Issue
I will look at it Julian, I also have done work for a company called IMVU in helping patch exploits in software and also wrote there actual first ever mobile apps for there program. On top of that I wrote my own Middleware for NodeJS that I am implanting in my personal site that communicated with every API they have
As for this with NodeBB I will love to help out and learn of how NodeJS handles certain task etc etc So I can better myself and my Engineering Skills as I do wish to create a Social Network, I could potentially use NodeBB as the base