• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. omega
    • Profile
    • Following 10
    • Followers 2
    • Topics 25
    • Posts 194
    • Best 61
    • Controversial 0
    • Groups 2

    omega

    @omega

    Community Rep

    125
    Reputation
    280
    Profile views
    194
    Posts
    2
    Followers
    10
    Following
    Joined Last Online

    omega Unfollow Follow
    Users with 50 posts Community Rep

    Best posts made by omega

    • RE: Which is better NodeBB or Discourse?

      I hope I don't get accused of super bumping multiple threads tonight (really not so old threads or well not so old last post!)

      On first impression, nodeBB was the ticket - without any of the technicals. It's all that matters.

      It truly is all that matters. Since the majority of fourm users are not going to be technical and forum have there work cut out to drag people away from the twitters and face books of the world.

      A forum can be deployed to any user base so it's application and audience is potentially as wide as you like and varied as you like, that you have to think about simple but not dumb Ui/UX and rely on the beauty of tradition, i.e. established and solid universal conventions that are universal but not afraid to push the envelope to enhance convention to the point it's at least feels innovate if not actually is.

      Speed.

      It's silky response. The fade out fade in transition was a genius choice, let me type that again GENIUS!

      The Composer.

      • It looks and is weighed better i.e. it's styled better, simple.
      • It's not perfect, but it's one of the best out there.

      The composer is the window to all content creation, the crucible of an entire forums everyday lifeforce. It's got to be good, it's got to always be trying to be better, by trying to be great. This is the interface that makes or breaks the user experience and thus a forum.


      My UI/UX 2c:

      Please consider making the composers upper top line a drag focus draggable area so it is not restricted to the black circle aligned to the left, that should really be centered (it took me too long to figure out) - it breaks a basic UI/UX expectation burned into our retinas at this point!


      posted in Feature Requests
      omega
      omega
    • RE: What does a forum migration look like? Just ask Moz...

      Incredible result!

      Can you maybe share with us mere mortals how many hours/days/weeks and Moz + NodeBB people were available to the project to achieve such an incredible migration result, without revealing the whereabouts of your drone army and personal droids of course! 😉

      posted in NodeBB Blog
      omega
      omega
    • RE: [nodebb-plugin-ns-embed] NS Embed

      Updated a nodeBB to 1.13, all seems relatively fine, though, I was not paying attention and I updated to v1.13.4-3. - that's ok for now, seems to work.

      However the ns-embd plugin is not embedding tweets, just leaving a blank blockquote. Youtube videos embed perfectly fine, so I suspect the watch + replace needs tweaking?

      Watch

      (?:<a.*?)?(?:https?:\/\/)?(?:twitter\.com)\/([^\/\"\s]*)\/status\/([^\/\"\s]*)(\/photo\/\d|)(?:.*?\/a>)?
      

      Replace

      <blockquote class="twitter-tweet"><a href="https://twitter.com/$1/status/$2?ref_src=twsrc^tfw"></a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
      
      posted in NodeBB Plugins
      omega
      omega
    • RE: Can admin and mods read private messages?

      This is a feature I wouldn't expect in forum software, since traditionally such systems like phpBB don't have it out of the box. It also seems wrong on a base trust level even before we got to the modern era of GDPR etc. etc.

      Yet Discourse has this out of the box much to my own surprise and I thought but why would you need it?

      Other than tracking abuseive PM's between waring users, which could easily be stopped by the recipient being able to ban PM's form a user. I didn't initially see the valid use case.

      The point was made by Atwood, Discourse creator, that for example certain types of nefarious rings might use your PM system to share illicit material undetected. Think the worst kind.

      • That is a very valid point and one worth exploring.

      However it's still strange being able to read anyones private messages and that users also may simply assume that their messages are private. Few think about databases and that once a person has access to a database they can in theory access any of the info but it's not frictionless access. Discourses implementation is as simple as reading your own PM.

      What I felt would be a better solution, more admin friendly and simply effective at addressing the problem, would be to have a system that monitors the PM activity and volume of all user accounts.

      For e.g. - A threshold is set with some criteria - then imagine a 0 post or very low post count user has more than 2 pm's a day it's reported and flagged in stats. Imagine another user has 100's of PM's per day or hour, it's flagged with more force, because such activity would be highly suspicious. A whitelist system would handle the good guys and magybe not flag (like mods) but still report their activity too, if required.

      So of my 10,000 imaginary forum users how do you find the 4 or 5 who are abusing the system, with little effort but with pinpoint accuracy fast?

      Second to that there could also be threshold limits set that users can only read and send x pm's per day until they clock up some rep, which would act as a massive disincentive to abuse the PM system for nefarious and illegal activities. (apologies if such a feature is already there, I'm not 100% familiar yet with all of nodeBB functionality and feature set but getting there).

      Open access for admins to PM's does not mean you will easily find and therefore stop the problem. Access only helps you determine if it is a problem on a PM per PM basis, how do you even know which user acc PM's to start looking at - it is still needle in a haystack.

      What you need are PM analytics as an admin in the first instance! - therefore it's not an access issue!

      I find the Discourse implementation a good example of solving a real niche problem but with the wrong solution applied or at least the 50% wrong.

      I would really like to see a PM report/abalytic system in nodeBB natively, as a core security feature to tackle this issue - that can auto lock crazy PM behaviour.

      Warning + notices to users easily administered by default, that PM's are not publicly viewable but admin viewable if x. y and z occurs.

      The crazy thing is Discourse team originally implemented this and gave moderators access.

      That's just insane IMHO, even as an Admin I am not really comfortable with that once click power - it's clearly open to I would say more abuse that what it tries to solve.

      posted in Feature Requests
      omega
      omega
    • RE: SMTP setup error - "Greeting never recieved"

      @julian Cool thanks, yea poor ns-embed is not happy in 1.12.2 - I and others already flagged in that thread, still, A Great plugin!

      👌 Ok SMTP/EMAIL is fixed!

      Some deeper DNS/MX work seems to have made the difference and using "encrypted" setting - initially I was using StartTLS as per email provider SMTP guide, which specified TLS - tested it again and StartTLS broke it.

      Encrypted works.

      posted in Technical Support
      omega
      omega
    • Composer - Right Beside You

      Yes!

      As outlined in the second part to this post here - I have created this dedicated topic for the purposes of pitching this new feature and functionality for composer.

      A composer that can align in one click to the right of the screen - creating a split view.

      I guess if people want left they can have it but the concept is being able to easily reference posts on the right and compose on the left, keeping an unobstructed view of the entire flow of the topic posts without having to minimize the compose editor.

       Portrait.png

      Meet the new contextual button that would toggle between positions.

      Click to toggle horizontal position: composer-horz-btn.png
      Click to toggle right-aligned position (split view): Composer-right-btn.png

      As an evolution of composer core feature & function, I believe the case for, is incredibly self evident.

      • I'm waiting for someone to tell me this feature is already available... 🤣
      • I will edit an addition this OP with summary points and extra info if required.

      Please Upvote 👍 - If you want to see this as a core feature in standard nodeBB deployment.

      posted in NodeBB Development
      omega
      omega
    • RE: Twitter Embed Solution Possible? - ns-embed & embed plugins

      @frankm 👍

      Ok great that worked, installed via CLI.

      Totally forgot about it @crazycells mentioned it ages ago but it was no longer visible searching for plugin via the find-plugins in ACP.

      How is this plugin long term as it seem to be archived, does this indicate no future dev, maybe it can be forked and someone can keep it alive if other plugins do not reach a solution.

      posted in NodeBB Plugins
      omega
      omega
    • Composer - Tools/Icons changes, re-order etc. etc.

      I love the composer in nodeBB. However, it's rare to find anything in life that can not be pushed toward greater perfection and since composer is pushing toward perfection already - let's push a little bit more to make the difference! 🙂

      On community.nodebb.org - I noticed a few extra buttons that seemed to related to the same function or kind of, then I noticed even more - why have 3 image related buttons when you can have one?

      Why?

      composer-tools-before.png


      Ok, first lets strip the overlapping icons and rearrange into more logical groups:

      Post Edit Tools | Link Tools | Image Tools | Custom Tool | Zen Mode

      Space

      composer-tools-after.png

      Super and look at all the new found space, minimal overload is not far off, time to look at the sequential order.


      Less is More in the New Order

      omposer-tools-after-final.png

      If there ever was a more graceful flow from left to right in perfect order I have yet to see it, with less buttons in a more logical, sequential and grouped order we are pitching for less visual cognitive load.

      Summary:

      • Minimal without losing functionality
      • Clear left to right flow and back again
      • Grouping of icons by contextual function
      • Establishes a logical sequence to icon groups
      • Creates more space for other icons
      • Sets logical order and positioning for future icon inclusion

      Naturally it flows that the 3 image button functions need to be folded into a pop-up menu.

      Why this is probably a better outcome is that it creates a clear focus and display of the image options to the user using one click, all on a single menu.

      Currently there are 3 buttons one of which is visually ambiguous as it presents as cloud up arrow icon, which could be construed as being actionable with any file for upload.

      If you wanted to push the logic of this approach further, then even the smilies icon could considered a valid target (hypothetically!) to also fold into the single image button - creating a hybrid single image button, a hybrid pop-up menu with all the visual/image elements in one place.

      Please note, I am not proposing it for now but I present it to tease out the natural evolution of where this route might go and is perhaps one reduction too far for broader nodeBB deployments.


      Please upvote 👍 - If you woudl like to see this in standard nodeBB.

      posted in Feature Requests
      omega
      omega
    • RE: A tip for custom color picking for categories

      This one ain't too bad either, you can create palettes and is very hands on too

      +you can apply various type of colour blindness filters to the palette to simulate how it might be perceived.

      posted in Technical Support
      omega
      omega
    • RE: automatic temporary ban of a troll user with minus X votes

      This is a feature in Discourse, and when i first saw it years ago I thought, COOL!

      Many years later, when actually interacting with the feature in Discourse. I realised it was generally a bad system because it was really a bad idea.

      What problem was it actually solving?

      Users not being able to moderator other users comments????

      That is Chaos!

      Why invite Chaos?

      The problem you see it as is lack of staff to police the conversation. This is a problem for all busy forums. Overall auto features are too crude to deal with rising noise IMHO.

      One very obvious downside of "social justice" which these days is IMHO another term or mask for mob rule, users quickly learn the weakness of the system, and actively suppress other users in a targeted fashion, so what might seem to solve the moderation burden, could end up being weaponised against ordinary users and cause serious community problems, the kind you may not recover from, as recriminations and all kinds of things could explode form a few bad turns.

      The most important thing for a user first off, is to be able to report or flag a post easily, that see as problematic for whatever reason and then for that to appear quickly and very visibly to mods and admins alike.

      At least a Troll is very easy to see, users who are abusing a system like this, how visible are they? You need to back up the user accounting side too. This is starting to seem like a headache.

      Traditional moderation with a good team is the solution, that is sustained and enabled by a great admin/backend that make moderation of problem users fast and efficient. The better this system is the less moderation users you might need to assist in day to day moderation.

      Get that right and you are winning.

      Naturally moderation teams have there problem and this is often due to progress of time in my experience, so to add a crude feature like
      mob down voting that kills post, does nothing to address team work and good admin policy, vision and direction.

      A good report/flag system with SPAM and some other options where a user report may temporarily hide a post, is a good start - SPAM might be hidden automatically, (yes that could be abused) but since it is granular more likely it will be used in good faith most of the time (but I have seen people go absolutely nuts with report features too which is just silly), options for off-topic or disruptive might good (it might be goo to allow an admin set extra report flags and also control the action after the report, doe sit hide the post or not. Things like that, which aids the internal operation more than handing over executive powers to the mob!

      Setting a downvote threshold to remove a post is basically giving your users based an achievable target to counter disruptive use or exact revenge! Trolls might also use this feature to counter also and then you have all out war.

      Leave all the power in the hands of Admins, Mods and give them good control to track, control and censure problematic posts and users, that is hight visible quickly, fast and able to batch operate in comfort and then users will understand that the odd troll might get through or a bit of spam may appear but since you do such a great job of keeping the house clean, they really appreciate your efforts.

      No point in making yourself obsolete now is there? 😉

      posted in Feature Requests
      omega
      omega

    Latest posts made by omega

    • RE: Roadmap for 2022

      @julian

      v3 (SASS, front-end framework decoupling)... @baris

      💡 👍

      So when's V3 coming round the mountain? 😉 😁

      posted in NodeBB Blog
      omega
      omega
    • RE: 2.0 Compatible Plugins

      @FrankM If true good news, was on my wishlist! 💾

      posted in NodeBB Plugins
      omega
      omega
    • RE: Why hosted NodeBB is so expensive?

      @julian I need to look harder, cause I can't find that $4 deal! 🔍

      posted in General Discussion
      omega
      omega
    • RE: Thoughts on content ownership and long, meaningful discussions

      Imagine, you walk into library, you hardly have both feet in the door when all of a sudden twenty people run at you holding books aloft crying, “we thought you’d like to read this!”

      Terrible bums rush and puts the book angel out of a job.

      Caveat: Extroverts might enjoy the attention 🤠

      posted in Announcements
      omega
      omega
    • RE: How to change the design the first reply in the topic?

      @Thangaraja-C

      Q1: Is it a Wiki function and Wiki style first post you are after?

      Q2: Are you perhaps pasting everything into the title bar - title + content?

      posted in Technical Support
      omega
      omega
    • RE: Importer stop after one hour

      @Freelancer What forum platform are you migrating from with this import into NodeBB?

      posted in NodeBB Plugins
      omega
      omega
    • RE: Thoughts on content ownership and long, meaningful discussions

      @gotwf said in Thoughts on content ownership and long, meaningful discussions:

      and Facebark is that folks no longer seem capable and/or willing to even post up actual sentences, much less string them together into coherent thoughts

      A timely observation and in today's context, this may be more fully explained by bots afterall vis-a-vis Twitter.

      GPT-3 doesn't stop at chat-bots either!

      posted in Announcements
      omega
      omega
    • RE: Why hosted NodeBB is so expensive?

      @julian

      So cost of living only drops for robots 🤖 ... figures. 😢

      posted in General Discussion
      omega
      omega
    • RE: how to keep dev forum private from search engines?

      @crazycells

      Hmmm my thoughts are go with what is native and supported that works.

      As a general caveat - What happens when the plugin breaks and/or is becomes no longer maintained?

      It can happen.

      posted in Technical Support
      omega
      omega
    • RE: Why hosted NodeBB is so expensive?

      @macfan ...so expensive compared to what?

      Summary of the price entry points:

      FREE - On your time, on your dime - light & heat, food to eat

      Free at a price - $5 p/month / $60 annual - DIY install, 3rd party Host (e.g. Digitalocean base droplet)

      Paid Tiers: Start form $250... up to "how deep is your pockets" 😉

      posted in General Discussion
      omega
      omega

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact