Skip to content

Flarum - WordPress Journey

WordPress

Related Topics
  • Who uses Flarum?

    Chitchat
    22
    7 Votes
    22 Posts
    399 Views

    @Madchatthew I use it here. It is faster, but not sure if that extends to build times.

  • How to deploy WordPress.org Developer theme

    Solved Configure
    4
    1 Votes
    4 Posts
    413 Views

    @Hari the real issue here is that I donā€™t think it can be used as a theme for WordPress because of the dependencies it clearly has, including its own Web server.

    My view here is that this is designed to be a complete development environment outside of the WordPress core.

  • How to fix no img attribute from this code

    Solved WordPress
    7
    1 Votes
    7 Posts
    343 Views

    Yes, I am aware that if users are given the option to enter alt text, some may do so in an abusive manner. For the time being, weā€™ve adjusted the php script to generate the alt automatically, thus there are no longer any SEO problem with alt images.

  • move out from flarum to wordpress

    WordPress
    87
    52 Votes
    87 Posts
    9k Views

    @Hari Glad to see this went so well, and that youā€™ve finally departed the Flarum ecosystem šŸ™‚

  • 1 Votes
    13 Posts
    1k Views

    @phenomlab said in Hardening WordPress - Reducing the attack vector:

    @jac Microsoftā€™s and Googleā€™s Authenticator both support TOTP - essentially, a time based system that changes every 30 seconds. The main principle here is that the device itself carrying the One Time Passcode only needs to be in sync with the source server in terms of time, and can be completely offline with no internet access.

    Provided the time matches on both devices, the One Time Passcode will be accepted. Applications such as Microsoft Authenticator and Authy also support push notification meaning you just choose either yes or no on your device when prompted, and then that response is sent back to the origin which then determines if access is granted or not.

    One of the best looking password less authentication models was CLEF - sadly, this product died out due to a lack of funding (if I recall correctly) although some open source implementations of this have appeared quite recently.

    Essentially, both products will achieve the same goal. TOTP is an industry standard, and widely accepted across the board. Not all services offer push confirmation.

    Many thanks for the detailed reply mate.

    Thereā€™s some great advice in there that will help me secure my accounts.

  • Flarum

    General
    4
    0 Votes
    4 Posts
    388 Views

    @jac said in Flarum:

    @phenomlab said in Flarum:

    @jac yes, but they are lacking severely in the sense that they still do not have a functional GDPR extension. In addition, Flarum uses PHP as itā€™s backend infrastructure meaning itā€™s going to be so much slower than NodeBB will ever be.

    Absolutely, I hope Node up their game šŸ˜†šŸ˜‰.

    Certainly plugin wise anyway šŸ˜‰

  • Blomstra Realtime issues on ubuntu server

    Solved Linux
    26
    1 Votes
    26 Posts
    2k Views

    Just checked this thread on Discuss. Itā€™s effectively not stable yet. My suggestion would be to use kyrne/websocket

  • CSS Help on my Flarum

    Solved Customisation
    5
    2 Votes
    5 Posts
    575 Views

    @mike-jones Yes, youā€™ll typically see this type of behaviour if there is another style that has higher priority in the sense that yours will be overridden. Using !important will override the higher preference, but should be used sparingly rather than everywhere.