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...
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!
@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', ''...
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...
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/
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.