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

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

nodebb-plugin-shoutbox - v3

Scheduled Pinned Locked Moved Plugin Development
16 Posts 3 Posters 448 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #2

    I published [email protected] which is compatible with nodebb 3.x

    1 Reply Last reply
    2
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by DownPW
    #3

    Thank you very much my friend @baris

    I will test that ASAP 😉

    1 Reply Last reply
    1
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by DownPW
    #4

    After test @baris , I see the Hide Function not worked properly on V3.
    I have not test the 2 others function yet.

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #5

    @DownPW published 2.0.1, should fix that issue.

    1 Reply Last reply
    2
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by
    #6

    I will test this version asap

    1 Reply Last reply
    0
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by DownPW
    #7

    Yep thats works ! Thank you @baris 👍

    I have find other bug in v3

    When you edit a shout message and validate him with enter or via the Edit button , message is edited but the text bar does not reset to zero and we do not see the edit validation message
    It's same problem when we test to deleting a shout message

    Example here :

    Message on network console :
    cec90754-dffd-4527-8754-e6f955857d82-image.png

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #8

    Published 2.0.2 with a fix for the alerts

    1 Reply Last reply
    2
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by DownPW
    #9

    Oh yeah, fast reaction!
    Test that ASAP my friend 👌

    1 Reply Last reply
    1
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by DownPW
    #10

    yep @baris 😉

    I want to edit CSS checkbox on User Profle Settings but it seems the plugin don't use the same as Harmony :

    image.png

    I can't seem to find the right directives to achieve the same result

    phenomlabP 1 Reply Last reply
    0
  • phenomlabP Offline
    phenomlabP Offline
    phenomlab
    replied to DownPW on last edited by
    #11

    @DownPW These will be under

    .form-check-input:checked[type=checkbox] {
    }
    .form-check-input:checked, .form-check-input {
    }
    
    1 Reply Last reply
    0
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by
    #12

    nope doesn't work for shoutbox plugin

    phenomlabP 1 Reply Last reply
    0
  • phenomlabP Offline
    phenomlabP Offline
    phenomlab
    replied to DownPW on last edited by
    #13

    @DownPW If you inspect those elements

    ec855c12-5ada-4074-b378-1c65928846de-image.png

    It should give you the target CSS.

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #14

    I published 2.0.3 that updates the checkboxes to match the user settings page.

    1 Reply Last reply
    2
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by
    #15

    Many thanks @baris

    It seems that a checkbox has fallen by the wayside ha ha 🙂

    but the others seems to work now with my code :

    e768683e-b652-4032-8378-d93ca0265cbf-image.png

    .form-check-input:checked {
        background-color: var(--bs-form-checked-bg);
        border-color: var(--bs-form-checked-border-color);
    }
    .form-check-input:focus {
        border-color: var(--bs-form-checked-border-color) !important;
        outline: 0;
        box-shadow: var(--bs-form-checked-box-shadow) !important;
    }
    
    1 Reply Last reply
    1
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #16

    @DownPW thanks for reporting fixed in 2.0.4

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • 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
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development