Skip to content

Announcements

70 Topics 814 Posts

Announcements in relation to the community

Subcategories


  • Found an issue here? Let us know!

    23 342
    23 Topics
    342 Posts
    @crazycells Yes, because of this code $(document).ready(function () { $(window).on('action:ajaxify.end', function (data) { if (config && config.uid > 0) { // User is logged in, so don't fire any message } else { // Insert content into the selected element var addAfterLastPost = $( "<div class='alert alert-warning alert-dismissible fade show' role='alert'>" + "<p><strong>Hello! It looks like you're interested in this conversation, but you don't have an account yet.</strong></p>" + "<p>Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, " + "and choose to be notified of new replies (ether email, or push notification). You'll also be able to save bookmarks, use reactions, and upvote to show your appreciation to other community members.</p>" + "<p>With your input, this post could be even better 💗"+ "<br><br>"+ "<a style='margin-right:5px;' component='topic/reply/guest' href='/register' class='fw-semibold btn btn-sm btn-warning'>Register</a>" + "<a component='topic/reply/guest' href='/login' class='fw-semibold btn btn-sm btn-info'>Log in</a>" + "<button type='button' class='btn-close' data-bs-dismiss='alert' aria-label='Close'></button>" + "</div>" ); $('ul[component="topic"]').after(addAfterLastPost); } }); }); This was adopted into core as far as I know, so I’ve removed my manual code.
  • Set your own homepage

    home
    1
    3
    1 Votes
    1 Posts
    367 Views
    No one has replied
  • Testimonials added

    testimonials
    3
    3 Votes
    3 Posts
    835 Views
    @jac said in Testimonials added: I can definitely vouch for the great service Mark provides You have no idea what this statement means to me. Thanks
  • Support for Apple Emojis

    emoji
    3
    0 Votes
    3 Posts
    891 Views
    @jac Seems not
  • Minor cosmetic layout chages

    layout
    4
    2
    0 Votes
    4 Posts
    989 Views
    @phenomlab said in Minor cosmetic layout chages: @jac I like a challenge
  • Easier to read code and pre blocks

    code pre
    1
    1 Votes
    1 Posts
    635 Views
    No one has replied
  • Platform development diary

    technology platform new
    9
    1 Votes
    9 Posts
    2k Views
    It’s been a while since I checked in here. Plenty going on - mostly around rectifying small pockets of resistance between light and dark modes, plus the addition of new features such as an enhanced reputation system and the ability to create polls. Plus, there are several changes going on under the hood which are completely transparent to users or the operation of the platform. However, some changes mean that the platform does need to be restarted for code changes to stick and function correctly. I tend to do this during non busy periods, but sometimes, it’s unfortunately inevitable. The good news is that in most cases, a full restart takes only 20 seconds. More to come
  • Polling system added

    poll
    1
    0 Votes
    1 Posts
    462 Views
    No one has replied