Recent content by Chris.E

  1. Chris.E

    Newsfeeditem

    Hey Guys, I wanted to change how the newsfeeditems show in the news feed. The template has the data coming from {xen:raw $itemTemplate} I tried looking for how this gets generated in the xen foro app in the library but I could not find any reference to this or even the newsfeeditem template...
  2. Chris.E

    Login with PHP strange problem

    Problem solved! It was a third party addon i installed that changed how the cookies behaved. RL_LoggedInCookie to be exact. I just had to reuse the cookie create set up they did in when my users log in and the problem was fixed.
  3. Chris.E

    Login with PHP strange problem

    I have noticed that when i hit the forum for the first time i get a 404 error and the cookies look like they are http only... my site runs on https so maybe thats the problem.... cache-control:private, max-age=0 cf-ray:2cf0ae874a3717b6-SIN content-encoding:gzip content-type:text/html...
  4. Chris.E

    Login with PHP strange problem

    Hi Guys, I have some code that I am using to log in users via my website using PHP. It seems to work, but the problem is that after hitting the code below, the first time they visit the forum it doesnt recognize them as logged in. If they refresh the page once more they are then logged in. The...
Top Bottom