Recent content by gldtn

  1. gldtn

    Donations by Siropu [Paid]

    Thanks for the integration of cryptocurrency Siropu. I turned it on just for testing purpose and even though I did not complete the crypto donation, it sent out alerts and showed as I donated in the donation page. So I checked to see if the donation was marked as completed in the admin cp and it...
  2. gldtn

    Debug odd redirect problem

    Hello, I'm having some odd redirect when using inline-mod and changing style to forum root instead of staying the same page I'm on. You can view a thread I have opened up here: https://xenforo.com/community/threads/redirection-on-inline-moderation.217194/ Will to pay for someone to debug this...
  3. gldtn

    Redirection on inline moderation

    I did notice, that both when trying to change my forum style or using inline-mod I get a: 303 error
  4. gldtn

    Redirection on inline moderation

    One more config to help debug: fastcgi.conf: fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string; fastcgi_param REQUEST_METHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH...
  5. gldtn

    SameSite attribute inline-mod

    @digitalpoint Thanks for helping out, you helped me clear somethings up on my config which has been like that for years lol. Although my above warning seems to not have anything to do with Xenforo itself, but rather a warning from my DuckDuckGo extension, hence 'inject.js', feel stupid for not...
  6. gldtn

    SameSite attribute inline-mod

    Hmmm... I definitely do! I also had this in my config.php According to https://xenforo.com/docs/xf2/config/#cookie-settings it should be fine: They also state that: So from what I understood I don't need to set it so I removed it from config.php, guessing it's best to leave it as default.
  7. gldtn

    SameSite attribute inline-mod

    I see, I haven't updated since 2019, which makes sense. Although that doesn't seem to be a solution as you stated, It's seems to be coming from Xenforo JS files which shouldn't be considered 3rd party, correct? I did try setting it like you said above just to see if it resolves my redirecting...
  8. gldtn

    Redirection on inline moderation

    I'm wondering if has any relation to this I just reported: https://xenforo.com/community/threads/samesite-attribute-inline-mod.217198/
  9. gldtn

    SameSite attribute inline-mod

    Xenforo: 2.2.13 I'm getting errors in the browser console(links to /inline-mod/): And a couple more linking to (inject.js) EDIT: <--- This is not related to Xenforo, it's seems like it's from DuckDuckGo extension :confused...
  10. gldtn

    XF 2.2 I am being redirected to the forum home after any moderator activity

    Ever figured this out? It started happening after I changed my server, I'm using nginx.
  11. gldtn

    Redirection on inline moderation

    I upgraded to a new instance on Linode from Ubuntu 20.04 to 22.04, and ever since I've been getting redirected to home page after inline moderation. Can someone shed a light as I can't figure it out what exactly has changed. I suspect it's something within nginx config.. My server blocks...
  12. gldtn

    [XTR] Golden Threads [Paid]

    Golden Thread Version 1.0.12 PHP version 8.1.2-1ubuntu2.14 MySQL version 10.6.12 (10.6.12-MariaDB-0ubuntu0.22.04.1)...
  13. gldtn

    Creating custom prefix styling

    Thanks for the help guys!
  14. gldtn

    Creating custom prefix styling

    I know I'm late, but I'm just trying this out and it works. Just not with icons that have names separated with more than one hyphen. I get the same error above when they are used. Edit: further investigating it, it seems like even some with 1 hyphen it says that the variable was not defined...
  15. gldtn

    Expire headers on nginx

    Hello, May someone help with expire headers on nginx? Here is my setup: # Expires map map $sent_http_content_type $expires { default off; text/html epoch; text/css max; text/javascript max...
Top Bottom