Recent content by Maewefge

  1. Maewefge

    [8WR] Discord Integration [Paid]

    Okay thank you, so apparently my board URL didn't include the ssl, and since this addon uses the board url for the registration, it didn't work.
  2. Maewefge

    [8WR] Discord Integration [Paid]

    Does anyone know what the problem might be here? https://gyazo.com/d31614ec1976f06edd8be9407cefa172
  3. Maewefge

    [8WR] Discord Integration [Paid]

    So the site I work for recently got this addon, but whenever I try to connect the discord server to the site, it goes to the discord page, I accept, and then it says that the page cant be found.
  4. Maewefge

    XF 1.5 How to get RSS feeds from a specific forum

    Hi, so I'm wondering how I would show RSS feeds for only a specific forum, and not the entire site. Thanks!
  5. Maewefge

    XF 1.5 No controller response from XenForo_ControllerPublic_ProfilePost::actionComment

    Hey, I've been getting this error on my site when trying to go to /profile-posts/comments/1486/ Server Error No controller response from XenForo_ControllerPublic_ProfilePost::actionComment XenForo_FrontController->_handleControllerResponse() in XenForo/FrontController.php at line 359...
  6. Maewefge

    XF 1.5 SSL Help

    I use a shared host called hostinger so I'm pretty sure that htaccess is enabled.
  7. Maewefge

    XF 1.5 SSL Help

    This is my current htaccess file and it still is not working: # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from the lines below. <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off...
  8. Maewefge

    XF 1.5 SSL Help

    Sorry for taking so long to respond, but where would I put this? And do I need to turn on the RewriteEngine again even though its already on? I've tried integrating it into the code itself and that doesn't work either. I have: RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond...
  9. Maewefge

    XF 1.5 SSL Help

    Hi. so I tried to force my ssl cert with this: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] It forces it, but with one problem: I can't actually go to any page besides the index. Please help!
  10. Maewefge

    XF 1.5 How to edit the "Registration disabled" message

    Hello, I currently have 2 questions. One is how I can change the "New registrations are currently not being accepted" message, and the second is how to edit the navigation link for signing up. Thanks for the help.
  11. Maewefge

    MineSync, for XF1 [Paid]

    The ways I have found are blocking links from being posted etc. I have yet to find a way to stop them from registering. I've tried every captcha.
  12. Maewefge

    MineSync, for XF1 [Paid]

    Will using this feature stop spam bots?
  13. Maewefge

    MineSync, for XF1 [Paid]

    Is it possible to require a valid Minecraft account on signup?
  14. Maewefge

    XF 1.5 "You must select forum" Error

    Thank you for your help, there was an add-on that was outdated installed along with the one that was updated. Derp on my part :).
  15. Maewefge

    XF 1.5 "You must select forum" Error

    I've recently been moving some nodes around on my forum page, and one of the staff just noticed that with some of the forums, you cant actually make any posts. When you press "submit", it gives you an error saying: "THE FOLLOWING ERROR OCCURRED: You must select forum."
Back
Top Bottom