Recent content by Telesphoreo

  1. Telesphoreo

    vBulletin 6.1.1 to XenForo. Questions

    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.
  2. Telesphoreo

    Using DigitalOcean Spaces or Amazon S3 for file storage

    For me Snuffulupagus caused it. I had to add sp.wrappers_whitelist.list("file,php,phar,http,https"); to my config
  3. Telesphoreo

    Using DigitalOcean Spaces or Amazon S3 for file storage

    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.
  4. Telesphoreo

    Snuffleupagus package?

    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...
  5. Telesphoreo

    Using DigitalOcean Spaces or Amazon S3 for file storage

    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...
  6. Telesphoreo

    Using DigitalOcean Spaces or Amazon S3 for file storage

    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...
  7. Telesphoreo

    Class [Paid]

    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
  8. Telesphoreo

    UI.X 2 [Paid]

    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
  9. Telesphoreo

    ES 2.2 Elasticsearch Version: 8.0.0

    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...
  10. Telesphoreo

    UI.X 2 [Paid]

    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...
  11. Telesphoreo

    UI.X 2 [Paid]

    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...
  12. Telesphoreo

    UI.X 2 [Paid]

    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
  13. Telesphoreo

    UI.X 2 [Paid]

    It looks like the icons for Warn and Spam are missing
  14. Telesphoreo

    XF 2.2 Blocking Discord CDN links

    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
  15. Telesphoreo

    XF 2.2 Blocking Discord CDN links

    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...
Back
Top Bottom