To answer this, there is no shoutbox natively built in. However, this XF2Addon exists: https://www.xf2addons.com/resources/chat-box.710/
You can go in the language files and change it to be Shoutbox. I wanted this feature as our really old forum software (ProBoards) had it.
I managed to find the problem with my configuration. Snuffleupagus was blocking the http/https PHP streams. Adding that to the whitelist fixed my issues of the internal_data not working.
I have Snuffleupagus enabled on my server that runs XenForo. There is even a configuration file that was specifically designed for XenForo: https://github.com/jvoisin/snuffleupagus/blob/master/config/xenforo.rules
I do recommend using it as it greatly improves the security of PHP. I've never...
I'm having the same issue. This tutorial works fine until you start putting the internal_data code in. You do need ACLs. You should go in and make your existing data publicly accessible and XenForo will use ACLs to automatically make future uploads public. I'm super irritated my reply was...
I am getting this error every time I try and access an attachment.
An exception occurred: [InvalidArgumentException] Must pass valid resource in in src/XF/Http/ResponseStream.php on line 18
XF\Http\ResponseStream->__construct() in src/XF/Http/Response.php at line 262...
Is there any way that I can remove this additional padding?
It makes the thread headers way too big and I can't see a way to remove it. This happens on the parent Class theme and my child theme as well
Is there any way to expand this section out like in the screenshot?
I have my page width set a bit higher to 1400px and it would be nice if there was slightly less blank space and this section could be expanded out to not truncate the titles as much
The elasticsearch certificate is self signed and won't work by default. The solution for me on Debian 12 was to copy /etc/elasticsearch/certs/http_ca.crt to /usr/share/ca-certificates. Then, you can run dpkg-reconfigure ca-certificates and select the new certificate as enabled. Then, you can...
This is what it looks like on the ACP
The Link color is ignored no matter what it was selected to. I still have this custom CSS to override it back to blue
.bbWrapper a.link {
color: #4080FF !important;
}
You can interestingly see with certain links that it's this unreadable gray and...
Im having the same issue as you. The link color is very hard to read and is ignored on XF 2.3. The link color won't set no matter what and the hover color is dependant on that. Haven't tested 2.3.2 yet. I ended up adding custom css in extra.less to force the link color to be blue instead of the...
The shadow on the header navbar doesn't show for me logged in, but it does when I'm logged out.
Notice the lack of shadow below the navbar above compared to below
I just installed that extension and tested it and it doesn't seem to be working. I just tried to embed a discord image and it still links to the Discord image and there's no indication it uploaded to the attachment system
I'm looking to block Discord CDN links on my forum. They disappear after 24 hours which is not ideal at all. I'm wondering if there's a way I can tell the user to use the forum attachment system or Imgur before the actual post is made. I'm not looking to restrict all links, just blacklist the...