• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

F

flurryfish

@flurryfish
About
Posts
10
Topics
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    [nodebb-plugin-forms] Request for feedback
  • F flurryfish

    @yariplus I am guessing this is a pain and I shouldn't expect this to be available anytime soon? Regardless, thanks a lot for looking into it


  • Custom registration form
  • F flurryfish

    @paopevil I tried that and it added some strange code to my registration page. Doesn't look like it can be easily customized either.

    Does anyone have some sort of tutorial on how to use it?
    alt text


  • Custom registration form
  • F flurryfish

    This is a old topic, but I can't find a solution anywhere.

    I would like a custom field for registration and make it required. Is this possible with nodebb?


  • [nodebb-plugin-forms] Request for feedback
  • F flurryfish

    @yariplus just wondering if you had a chance to look into this. Thanks for all your efforts


  • [nodebb-plugin-forms] Request for feedback
  • F flurryfish

    @yariplus said in [nodebb-plugin-forms] Request for feedback:

    @flurryfish I don't think it actually relied on anything in nbb core, so it might just need filters renamed. I will take a look.

    Thanks, appreciate the help


  • [nodebb-plugin-forms] Request for feedback
  • F flurryfish

    looks like the development stopped on this plugin. Safe to assume not compatible with latest version?

    We have a section on the form, where I would love all posts to follow a template. A form based submission would be a perfect answer


  • Redactor Composer 1.3.4 Released!
  • F flurryfish

    Does anyone know if it possible to turn off redactor for mobile view? Use markdown for Mobile and Redactor for full web view?

    I love Redactor and users love it as well, but the mobile experience is really bad. The floating bar on mobile makes it really difficult to reply, specially if someone is quoting the original msg.


  • nodebb-theme-material v2.0 published
  • F flurryfish

    holding off on my nodebb upgrade until this theme gets updated. Hopefully soon 🙂


  • Pop-Up message by entering a category
  • F flurryfish

    @pitaj said in Pop-Up message by entering a category:

    if (ajaxify.data.template.category && parseInt(ajaxify.data.cid, 10) === restrictedCid) {

    Perfect! Thank you so much


  • Pop-Up message by entering a category
  • F flurryfish

    @psychobunny said in Pop-Up message by entering a category:

    Here you go, I threw something quick in a couple minutes that you can add to your custom JS in the ACP that you can improve on if you like:

    $(window).on('action:ajaxify.end', function(ev) {
        var restrictedCid = 1;
        if (parseInt(ajaxify.data.cid, 10) === restrictedCid) {
            $('#content').css({
                filter: 'blur(10px)'
            });
    
            bootbox.confirm('Are you 18?', function(answer) {
                if (!answer) {
                    window.location = 'https://community.nodebb.org';
                } else {
                    $('#content').css({
                        filter: 'none'
                    });
                }
            });
        }
    });
    

    This is awesome, but any way this could only apply to the category only? This seems to create this popup on every single thread within the category for me.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.