Recent content by kenji4861

  1. kenji4861

    Not a bug (Fixed) Making a new post causes "SodiumException"

    That was it. Better Analytics was causing the issue. Thank you. Marked as fixed.
  2. kenji4861

    Not a bug (Fixed) Making a new post causes "SodiumException"

    Any new post made causes this error but the post does successfully make a thread. SodiumException: sodium_crypto_secretbox(): Argument #3 ($key) must be SODIUM_CRYPTO_SECRETBOX_KEYBYTES bytes long in src/addons/DigitalPoint/Analytics/Util/Crypt.php at line 21 sodium_crypto_secretbox() in...
  3. kenji4861

    (Solved) Multiple License Discount?

    Oh darnit, it was right there. Thank you.
  4. kenji4861

    (Solved) Multiple License Discount?

    When buying a self-hosted Xenforo license "Discount for multiple licenses" is mentioned. I just bought Xenforo 2.3 and loved it. I wanted to use Xenforo for another website I own. How do I get the discount for multiple licenses? Thank you and great job!
  5. kenji4861

    XF 2.3 What is the function to convert bb to html?

    @mjda You are a lifesaver! That's exactly what I needed! This worked! require ($DIR . '/forums/src/XF.php'); \XF::start($DIR . '/forums'); $app = \XF::setupApp('XF\Pub\App'); $app->start(); $message = "bold test - not bold text"; $renderedMessage = $app->bbCode()->render($message, 'html', ''...
  6. kenji4861

    XF 2.3 What is the function to convert bb to html?

    Hey thanks mjda, this will work within the xenforo acp templates, but I'm just working with external php files. Maybe I'm missing how all this works.
  7. kenji4861

    XF 2.3 What is the function to convert bb to html?

    TLDR : Looking for a function that will convert BB code to HTML I want to display a post on a custom page. I first do a mysql query to get the post message select message from xf_post where post_id=123456 Once I get the 'message', it's in bb format. Is there a XF function that can easily...
  8. kenji4861

    XF 2.1 How to redirect after login

    Just incase, someone's bumping into this now. This is an example of how to redirect after someone logs in. https://xenforo.com/community/login?_xfRedirect=https://xenforo.com/community/resources/
  9. kenji4861

    XF 2.3 (Resolved) User Logged In on /forums, how can I see this from the root page?

    User is logged into the /forums page Is there a way for me to know when the user is browsing outside such as.. /index.php? Thank you. Edit : Sorry, unable to delete this thread. Figured it out. Thank you.
Back
Top Bottom