x00
MVPx00 MVP
Reactions
-
Re: jsConnect not reading $_SESSION variables hence not logging in - Vanilla 2.1.6
Why are you passing credentials around like this anyway? You provably aren't reviving the session becuase is not the same session. Check for a named session. A lot of frameworks don't use session in … (View Post)2 -
Re: Solution: Couldn't find a Vanilla Forum at this url :/
function vf_validate_url($url) { $html = vf_rest($url); $wr_pos = strpos($html, '\'WebRoot\' : "'); if ($wr_pos > 0) { $webroot = substr($html, $wr_pos + 13); $webroot = substr($webroot, 0, s… (View Post)2 -
Security Tracker
I believe I mentioned this in passing with @businessdad and @Linc In my personal opinion it would be a good idea to have a security tracker. Given the sensitive nature of security issues as has bee… (View Post)1 -
Re: Hudl2
Ok you are using the cleditor. I suspect that may be the source of bug. You could report it but they did say they are depreciating support of that editor in favour of another. This is officially, but… (View Post)1 -
Re: Hudl2
I presume Android? You know the browser? Chrome / firefox ? Good idea to use a responsive theme. http://vanillaforums.org/discussion/26547/default-responsive-theme http://vanillaforums.org/discussion… (View Post)2
