Recent content by rebelde

  1. R

    [XB] Language Detect [Paid]

    With page caching enabled, if a guest loads a page in one language, the next guest gets the same language. Does anyone know a good work-around? My config: $config['cache']['enabled'] = true; $config['pageCache']['enabled'] = true; $config['cache']['context']['page']['provider'] = 'Memcached'...
  2. R

    [TABLE] bbcode ignore options so that it renders correctly

    We have some old custom [TABLE] bbcode that doesn't render correctly in Xenforo's current [TABLE] definition. For instance, this causes the BBcode not to get rendered: [TABLE=class:,cms_table_grid,,width:,700,,align:,left] If I remove =class:,cms_table_grid,,width:,700,,align:,left to leave...
  3. R

    [XenConcept] Next Previous [Paid]

    I think I have a few add-ons that work in 2.3, but the author hasn't updated the "compatibility" line. And if it doesn't work, there is always a discussion about how it doesn't work and people asking if the author plans to update it, etc. I guess now this add-on has that discussion...
  4. R

    [XenConcept] Next Previous [Paid]

    Can anyone confirm that this add-on is working for XF 2.3? I upgraded 2.2 to 2.3 and it no longer works.
  5. R

    XenForo 2.x Italian Translation

    Thanks for this, but the repository says that the last update was 7 years ago. And 'version_string="2.3' can't be found in the file. Where can I get the update for XF 2.3?
  6. R

    add MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to MYSQL SSL connnection

    Kirby, thank you for your advice and perspective. I am not an expert at security, but I don't see it as that dangerous. Starting with: Working connection with username and password to MySQL on another server. The other server has 'CREATE USER user@new_server's IP IDENTIFIED BY...
  7. R

    add MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to MYSQL SSL connnection

    Found the answer, so I am turning this question into a suggestion. :) In short, SSL to MySQL on a remote server won't work unless you add MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to the connection in src/XF/Db/Mysqli/Adapter.php, as I have here: My original question: I am transitioning to...
  8. R

    backup of important directories in /data and /internal_data

    Interesting. I like the idea: CDN + backup that isn't too expensive. But one of the aspects of AWS S3 that I like is "versioning", where they keep old copies of the files. If someone were to delete the /internal_data directory on my server, S3 would not delete its copies. Does R2 offer a...
  9. R

    backup of important directories in /data and /internal_data

    Thanks for the responses! Right, backing up TO s3 from my server. OK, so add keys. Thanks. I can accept the critique, I think. How would you do it? My goal is to (incrementally) back up the files off the server somewhere in case of emergency. This method seems simple and effective.
  10. R

    backup of important directories in /data and /internal_data

    Just wanting to make sure that I don't exclude anything important... In the /data and internal_data, directories, I think I only need to back up: /data/avatars /data/profile_banners /internal_data/attachments Am I missing anything? The rest seems to be files, caches and thumbnails. Thanks...
  11. R

    Demo: allow installation of add-ons for registered members

    Good for you. Maybe you can use that extra time to learn some social skills.
  12. R

    Demo: allow installation of add-ons for registered members

    Could I? Yes, I could. It would take time to set up properly. The demo takes about 30 seconds to create. A copy on digitalocean or aws would probably take me a few hours. I could have sworn that I have installed plug-ins on demo instances in the past...
  13. R

    Demo: allow installation of add-ons for registered members

    I am trying to help troubleshoot an add-on that I use. Thought I would use a XF demo to test it on a clean installation, but was rejected. Of course, I don't have access to config.php to change enableAddOnArchiveInstaller. My suggestion, if it isn't too difficult: For email addresses that...
  14. R

    Auto Language [Deleted]

    Yes, it is installed and the langauge code is set correctly <html id="XF" lang="es". How are you able to test it on your site? If it works for you, but not for me, then there is a problem specific to my site. Thanks
  15. R

    Auto Language [Deleted]

    Thanks for the add-on! It doesn't seem to be working for me. Here is how I test: - In Chrome, set Preferred Languages to have Spanish on top. - In Chrome DevTools, it shows: accept-language: es - I open an incognito window (so I appear as a guest) and load my forums But I see the English...
Back
Top Bottom