Recent content by Sythe

  1. S

    Awaiting feedback elastic search needs a config disable option

    You can most likely replicate this by null routing your php server on your search server. On search server: route add -host [ip of php server] reject Of course they need to be different servers
  2. S

    Awaiting feedback elastic search needs a config disable option

    We just had a situation in which there was no path to our elastic search server. Admincp could not even be opened to turn off elastic search because it tries to connect to elastic search. In the end I tried to disable the option directly via database which also did not work (cached, I guess.) I...
  3. S

    XF 1.5 thread title character escaping

    Thanks Mike I installed a clean test copy just to verify that So when {$thread.title} is used in various places in the template system is that already escaped before printing or does the template system decide to escape it when it sees {$x} as opposed to for example {xen:helper xyz, $x}?
  4. S

    XF 1.5 thread title character escaping

    can anyone tell me where in xenforo thread titles get escaped/htmlspecialchars applied? it is done on POST I assume?
Top Bottom