Skip to content
  • Announcements in relation to the community

    64 Topics
    726 Posts

    @crazycells yep. I get it! Good point.

  • Articles written by the site owner

    47 Topics
    301 Posts

    https://www.techerati.com/news-hub/uk-competition-regulator-concerned-about-ai-foundation-models/

  • Having issues with configuration ?

    241 Topics
    4k Posts

    @crazycells it is, yes - I think I’ll leave it as there is no specific PWA CSS classes I know of. Well, you could use something like the below, but this means multiple CSS files for different operating systems.

    /** * Determine the mobile operating system. * This function returns one of 'iOS', 'Android', 'Windows Phone', or 'unknown'. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; // return “Android” - one should either handle the unknown or fallback to a specific platform, let’s say Android }

    Once you’re in that rabbit hole, it’s impossible to get out of it.

  • Off-topic discussions that do not fit into any other categories.

    30 Topics
    337 Posts

    here mine 🙂

    image.png

  • Topics posted here are designed to attract discussion, thoughts, concerns, wisdom, etc.

    26 Topics
    245 Posts

    https://www.bbc.co.uk/news/business-68727857

    Seriously Google? For a company that makes billions to charge a premium fee to access it’s AI services is taking the p***. This in my view amounts to nothing more than corporate greed.

    The company, owned by Alphabet Inc, is said to be revamping its business model and looking at putting some of its core product behind a paywall.

    It would be the first time Google had charged for any of its content.

    Google said it did not have anything to announce “right now”.

    But you know for sure they will announce “something” soon. In 2023, Google turned a profit of approximately $305.6bn (£241bn), so it’s not like they need the money. As I said, nothing more than greed 😠

  • If you cannot find a dedicated tag to place your discussion, then it should go here

    55 Topics
    1k Posts

    @Norrad Are you looking for anything in particular? I only ask because Sudonix uses a number of custom functions which I wrote, but all are available on GitHub and fully supported here.

  • Hosting packages, VPS, etc…

    14 Topics
    106 Posts

    Just had a look through the new Free NGINX website, which looks like an 80’s throwback and that it was created using a ZX Spectrum 🙂

    https://freenginx.org

    Love the sarcastic note…

    image.png

  • This category is designed to offer practical advice, step by step guidance, and code suggestions for you to create you very own “Franken” build to suit your needs… “It’s Alive!!”

    18 Topics
    604 Posts

    I wanted to add functionality into Sudonix so that it

    a) Adds a new DIV in the form of a panel/card after the last post if the topic is “solved”
    b) Adds a link that will take you straight to the solution
    c) Scrolls to that particular DIV containing the solution using page scrolling with an offset

    Basically, it would look like this - see video below:

    To my mind, this is a nice touch - a key feature that is missing from the Q&A plugin. I’ve asked for it to be added, although I’m not sure how much of an appetite there is for this, so with some simple HTML, NodeBB Widget areas, and some jQuery, it’s all possible 🙂

    Widget code below:

    https://github.com/phenomlab/nodebb-q-a-extension/blob/main/widget.html

    How to use Open /admin/extend/widgets Drag and drop a HTML widget into the topic.tpl template, positioned in the Topic Footer Paste the code from Github into the HTML pane like below

    36a2f2d0-ed7a-4f94-a5fa-1b742c331413-image.png

    Save the changes

    Add this into your custom CSS /admin/appearance/customise#custom-css. Note that this is a “starting point” that uses var and so you will need to adjust to fir your own site.

    https://github.com/phenomlab/nodebb-q-a-extension/blob/main/style.css

    From now, any topics which are enabled for Q&A and set to a question will look something like the below

    Resolved

    ddbf913b-bb9e-401c-8e15-530b6d2a23c0-image.png

    Unresolved

    6ea90947-30e1-4a0e-a4a8-4305267f9d3a-image.png

    Unanswered

    3d16f558-94f7-49bc-84c2-44f0b14e55f6-image.png

    This makes the Q&A plugin a bit more intuitive - what do you think?

  • Need one-to-one, or one-to-many support?

    5 Topics
    27 Posts

    @dave1904 there isn’t one currently, but I can easily put something together

  • Issues with operating systems

    17 Topics
    221 Posts

    @DownPW any update?

  • A selection of resources useful to beginners and developers alike

    5 Topics
    28 Posts

    thank you Mark.

  • Need some help securing something?

    28 Topics
    213 Posts

    Now, “SBF” is beginning a lengthy prison sentence of 25 years for what prosecutors have described as “one of the biggest financial frauds in American history”.

    25 years for stealing billions of dollars? Seems pretty lenient to me 😠

    https://news.sky.com/story/sam-bankman-fried-disgraced-crypto-king-jailed-for-25-years-after-stealing-billions-of-dollars-from-ftx-customers-13103158

    Clearly, this early estimate was completely wrong

    The 30-year-old founder of FTX is being held on criminal charges over an alleged “brazen, multi-year” mass financial fraud, and faces up to 115 years in jail if convicted.

    I personally think that 115 years is more appropriate and even that will never compensate those that have lost their life savings because of this man’s greed and narcissism.

  • Some useful articles that can easily get you out of that hole you might have just fell into…:)

    10 Topics
    74 Posts

    @Hari Yes, that’s one (of many) I would recommend. It’s going to be easier to do this under Windows and the fact that you are already connected using SMB is a huge plus.

  • Get help with WordPress

    16 Topics
    306 Posts

    @Sala yes please.

Online
Statistics

1

Online

94

Users

579

Topics

8.6k

Posts
Tags
Extended Stats

Who's Online [Full List]

1 users active right now (1 members and 0 guests).
crazycells

Board Statistics

Our members have made a total of 8.6k posts in 579 topics.
We currently have 94 members registered.
Please welcome our newest member, JoshB.
The most users online at one time was 16 on Wednesday, 5 April 2023.