Isn't this great? Hahaha!
charles
Posts
-
Self driving bicycle in the Netherlands -
Separate notification email option for mentionsSend an email for @ mentions
good one!
-
featured image for postsThis is still an issue when I tested with new v1.0.2 install.
Can anyone help?
-
Zenith - Preview@trevor said in Zenith - Preview:
Sorry, I've been busy and sick lately. As soon as I get better, I will. Otherwise, I'll accept pull requests in the meantime depending on what it is that you're modifying/refactoring, etc.
Not a problem. Good to know it's still being worked on. Your health is more important. Get well soon.
@torn2 said in Zenith - Preview:
@trevor Is there a site to preview this?
No, the demo site is offline.
-
Twitter Tweet As Postwordpress has a plugin that allows a tweet to be added as a comment.
You simply supply a link to the person's tweet and it will add their comment back to the post to continue the conversation.
Is there anything similar for nodebb to merge conversation?
-
featured image for postsPlease move this post to category.
I confirmed this is a bug with all included themes for nodebb v1.0.0
If I switch to @pichalite's nodebb-theme-material the topic thumbnail does show instead of the user avatar.
@julian should a bug report be filed for each theme?
-
Zenith - Preview@AOKP said in Zenith - Preview:
Repo now available.
I also updated the Persona theme trevor based on.
https://github.com/ReyKoxha/nodebb-theme-zenith-v2Bugs left:
- Cannot open groups
- Reputation system (up and downvoting)
- Bookmarks are getting confirmed twice (low priority)
- First post cannot be edited
Will keep eye on your progress. Hope to see more in the coming weeks. Might be better to create your own topic for discussion instead of here. Just suggesting.
-
Who is using NodeBB?List in the first post needs update @baris
Some sites are down/unavailable or have non nodebb site.
-
featured image for postsi enabled setting, assigned topic thumb to post and tried all default themes but unable to see it show up any where
-
Move Xenforo, vBulletin or IPB to Nodebb?I believe this is what you are looking for
https://github.com/akhoury/nodebb-plugin-importnot sure about mybb but i do see xenforo, vbulletin and ipb supported
-
NodeBB is free or not?@julian I think a table showing the difference comparing the features you get with paid hosting solution and the downloaded version will help.
-
featured image for posts@nhl.pl glad you're seeing the same thing. was starting to doubt myself since no one else was confirming.
-
Showing Subcategories on the Mainpage with 0.9.3@Danny-McWilliams said:
Just to butt in here, is this the same method this forum (NodeBB) uses to add sub categories to the categories listing, or is it done another way?
According to persona subcategory
https://github.com/NodeBB/nodebb-theme-persona/commit/3b7213fcc295c92610c0d2896a9632ae3b825cb5 -
Plans to update jQuery in NodeBB? (Currently uses 1.10.2)This is interesting.
Since it's smaller and faster, isn't that more a reason to update?
It just breaks compatibility with older browsers.
How old? Isn't it time to move on?
I don't know enough of it but am curious of the reasons.
-
Nodebb logo conceptit's always nice to see different ideas.
i prefer the flat and simple look
-
Need Help@KyleB Not many recent videos out there. Maybe this will help you?
Make sure to set video quality higher than 480 for clearer output
-
Does a sample data exists?good thing i did a search before posting
i was going to ask the same question after posting about this https://community.nodebb.org/topic/8271/what-to-learn-for-nodebb-theme since it will require some type of data to pull things from
sample data like what wordpress has can provide quick way to start testing and verify things
-
adding and using libraryusing this as example:
<head>
<script src="jquery-1.12.0.min.js"></script>
</head>
To add any library to nodebb do I just paste in custom header?
Also where do I put the library file(s)?
What is path that need to be use for url to reference it? -
Performance ImprovementThese are the major ones that seems to get bad marks
Serve scaled images
Defer parsing of JavaScript
Leverage browser caching
Minimize redirects
Remove query strings from static resources
Make fewer HTTP requests
Add Expires headers
Minify JavaScript and CSSAny plans to improve these? Any suggestions/tips to try?
-
adding and using libraryDoes anyone know of any nodebb doc that describes how to do this?
Is adding a library to nodebb manually not recommended?