Does /recent need timestamps?

General Discussion

Suggested Topics


  • 6 Votes
    4 Posts
    3k Views

    @tallship Some of the "temporal" may be mitigated via use of a bouncer, e.g. ZNC. Bouncers remain connected on per account/network and channel basis w/configurable scroll back buffers, e.g. 70 - 300 lines.

    ZNC is likely the best known ROSS bouncer. Cruises right along on even most minimally provisioned vm offered by this, that, or the other cloud provider of the day....

    Feel free to reach out for additional help.

    Have a groovy day, eh? πŸ• 🌴 🌴 🌴 🌴 🌴 🌴 🌴 πŸ–

  • 0 Votes
    4 Posts
    459 Views

    @julian Thanks, I'm aware of suggested topics, we're already using that but it gets topics from other categories too. Which doesn't work when you just want to focus on certain type of topics (a category) only.

  • 0 Votes
    1 Posts
    186 Views

    Hi guys,
    I need some help, I was wondering how could I change the "icon element" into a name, e.g. β€žMain Site” (screen number 1 - red square), and secondly, there's also in issue with content adjusting (screen number 2).
    element1.png
    element 2.png
    Any advice?

  • Fully Private Categories/Posts

    Solved General Discussion
    5
    0 Votes
    5 Posts
    2k Views

    For future reference, this is what you have to do now:

    <url>/admin/manage/privileges/
    Change "Configuring privileges for..." from "Global" to each category. You can then remove all "Guest" privileges.

  • 0 Votes
    5 Posts
    1k Views

    @pitaj short and clean solution, thank you! How about rewriting the title? Here is the custom CSS but I guess this will not get translated to Chinese for e.g.:

    @media(max-width: 992px) { .page-login #content .row { display: flex; flex-direction: column-reverse; } .alt-login-block h4 { visibility: hidden; } .alt-login-block h4:after { position: absolute; padding: 0px; top: 0px; display: block; visibility: visible; content:'Social Login'; } }